summaryrefslogtreecommitdiff
path: root/builtin/checkout-index.c
AgeCommit message (Expand)Author
2016-02-01checkout-index: disallow "--no-stage" optionJeff King
2016-02-01checkout-index: handle "--no-index" optionJeff King
2016-02-01checkout-index: handle "--no-prefix" optionJeff King
2016-02-01checkout-index: simplify "-z" option parsingJeff King
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano
2015-05-05prefix_path(): unconditionally free results in the callersStefan Beller
2015-01-14standardize usage info string formatAlex Henrie
2015-01-12Merge branch 'es/checkout-index-temp'Junio C Hamano
2014-12-29checkout-index: fix --temp relative path manglingEric Sunshine
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2013-10-30Merge branch 'nd/lift-path-max'Junio C Hamano
2013-10-24checkout_entry(): clarify the use of topath[] parameterJunio C Hamano
2013-08-07checkout-index: fix negations of even numbers of -nStefan Beller
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2012-08-22Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy
2012-08-20i18n: checkout-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-08-17checkout-index: remove obsolete commentNguyễn Thái Ngọc Duy
2010-12-13Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder
2010-11-15add OPT__FORCERené Scharfe
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-10-22checkout-index -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy
2010-10-08Fix {update,checkout}-index usage stringsŠtěpán Němec
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds