summaryrefslogtreecommitdiff
path: root/builtin/checkout-index.c
Commit message (Expand)AuthorAgeFilesLines
* checkout-index: disallow "--no-stage" optionJeff King2016-02-011-3/+3
* checkout-index: handle "--no-index" optionJeff King2016-02-011-24/+10
* checkout-index: handle "--no-prefix" optionJeff King2016-02-011-12/+6
* checkout-index: simplify "-z" option parsingJeff King2016-02-011-10/+2
* give "nbuf" strbuf a more meaningful nameJeff King2016-02-011-5/+6
* checkout-index: there are only two possible line terminationsJunio C Hamano2016-01-151-8/+8
* prefix_path(): unconditionally free results in the callerssb/prefix-path-free-resultsStefan Beller2015-05-051-6/+4
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* Merge branch 'es/checkout-index-temp'Junio C Hamano2015-01-121-8/+8
|\
| * checkout-index: fix --temp relative path manglinges/checkout-index-tempEric Sunshine2014-12-291-8/+8
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-1/+1
* | entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-131-0/+1
* | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-2/+1
|/
* Merge branch 'nd/lift-path-max'Junio C Hamano2013-10-301-1/+1
|\
| * checkout_entry(): clarify the use of topath[] parameternd/lift-path-maxJunio C Hamano2013-10-241-1/+1
* | checkout-index: fix negations of even numbers of -nStefan Beller2013-08-071-1/+1
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-3/+3
|/
* Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-2/+2
* i18n: checkout-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-12/+12
* checkout-index: remove obsolete commentNguyễn Thái Ngọc Duy2011-08-171-32/+0
* Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-121-0/+3
|\
| * checkout-index -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy2010-10-221-0/+3
* | Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-151-1/+2
* | add OPT__FORCERené Scharfe2010-11-151-2/+1
* | add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* | Fix {update,checkout}-index usage stringsŠtěpán Němec2010-10-081-1/+1
|/
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+315