summaryrefslogtreecommitdiff
path: root/builtin/checkout-index.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Libravatar Junio C Hamano1-9/+15
2021-05-05checkout-index: add parallel checkout supportLibravatar Matheus Tavares1-9/+15
2021-04-30Merge branch 'ds/sparse-index-protections'Libravatar Junio C Hamano1-0/+2
2021-04-14checkout-index: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-03-23entry: extract a header file for entry.c functionsLibravatar Matheus Tavares1-0/+1
2021-02-16checkout-index: omit entries with no tempname from --temp outputLibravatar Matheus Tavares1-11/+24
2020-10-27checkout-index: propagate errors to exit codeLibravatar Jeff King1-2/+6
2020-10-27checkout-index: drop error message from empty --stage=allLibravatar Jeff King1-0/+8
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-2/+2
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-0/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2019-01-14Merge branch 'nd/checkout-noisy'Libravatar Junio C Hamano1-2/+4
2018-11-14checkout: print something when checking out pathsLibravatar Nguyễn Thái Ngọc Duy1-2/+4
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksLibravatar Jeff King1-0/+2
2018-08-27Merge branch 'rs/opt-updates'Libravatar Junio C Hamano1-1/+1
2018-08-21checkout-index: improve argument help for --stageLibravatar René Scharfe1-1/+1
2018-08-13entry.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-02-09parse-options: let OPT__FORCE take optional flags argumentLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-10-06checkout-index: simplify locking logicLibravatar Martin Ågren1-5/+3
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Libravatar Junio C Hamano1-1/+1
2016-09-22introduce CHECKOUT_INITLibravatar René Scharfe1-1/+1
2016-02-01checkout-index: disallow "--no-stage" optionLibravatar Jeff King1-3/+3
2016-02-01checkout-index: handle "--no-index" optionLibravatar Jeff King1-24/+10
2016-02-01checkout-index: handle "--no-prefix" optionLibravatar Jeff King1-12/+6
2016-02-01checkout-index: simplify "-z" option parsingLibravatar Jeff King1-10/+2
2016-02-01give "nbuf" strbuf a more meaningful nameLibravatar Jeff King1-5/+6
2016-01-15checkout-index: there are only two possible line terminationsLibravatar Junio C Hamano1-8/+8
2015-05-05prefix_path(): unconditionally free results in the callersLibravatar Stefan Beller1-6/+4
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2015-01-12Merge branch 'es/checkout-index-temp'Libravatar Junio C Hamano1-8/+8
2014-12-29checkout-index: fix --temp relative path manglingLibravatar Eric Sunshine1-8/+8
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cLibravatar Michael Haggerty1-1/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheLibravatar Nguyễn Thái Ngọc Duy1-2/+1
2013-10-30Merge branch 'nd/lift-path-max'Libravatar Junio C Hamano1-1/+1
2013-10-24checkout_entry(): clarify the use of topath[] parameterLibravatar Junio C Hamano1-1/+1
2013-08-07checkout-index: fix negations of even numbers of -nLibravatar Stefan Beller1-1/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-3/+3
2012-08-22Use imperative form in help usage to describe an actionLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2012-08-20i18n: checkout-index: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-12/+12
2011-08-17checkout-index: remove obsolete commentLibravatar Nguyễn Thái Ngọc Duy1-32/+0
2010-12-12Merge branch 'jn/git-cmd-h-bypass-setup'Libravatar Junio C Hamano1-0/+3
2010-11-15Describe various forms of "be quiet" using OPT__QUIETLibravatar Jonathan Nieder1-1/+2
2010-11-15add OPT__FORCELibravatar René Scharfe1-2/+1
2010-11-15add description parameter to OPT__QUIETLibravatar René Scharfe1-1/+1
2010-10-22checkout-index -h: show usage even in an invalid repositoryLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-10-08Fix {update,checkout}-index usage stringsLibravatar Štěpán Němec1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+315