summaryrefslogtreecommitdiff
path: root/builtin/checkout-index.c
AgeCommit message (Expand)Author
2020-10-27checkout-index: propagate errors to exit codeJeff King
2020-10-27checkout-index: drop error message from empty --stage=allJeff King
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14Merge branch 'nd/checkout-noisy'Junio C Hamano
2018-11-14checkout: print something when checking out pathsNguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-08-27Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-21checkout-index: improve argument help for --stageRené Scharfe
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2017-10-06checkout-index: simplify locking logicMartin Ågren
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-09-22introduce CHECKOUT_INITRené Scharfe
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