summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
Commit message (Expand)AuthorAgeFilesLines
* update-index: teach --cacheinfo a new syntax "mode,sha1,path"Junio C Hamano2014-03-241-3/+31
* Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-271-1/+2
|\
| * pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+2
* | read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees2013-11-181-1/+4
* | builtin/update-index.c: cleanup update_oneKarsten Blees2013-11-181-21/+15
* | fix 'git update-index --verbose --again' outputKarsten Blees2013-11-181-1/+1
|/
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-2/+4
|\
| * convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-2/+3
| * move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-0/+1
* | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-7/+7
|/
* update-index: allow "-h" to also display optionsAntoine Pelisse2013-02-231-1/+1
* Merge branch 'kb/preload-index-more'Junio C Hamano2012-11-201-0/+1
|\
| * update-index/diff-index: use core.preloadindex to improve performanceKarsten Blees2012-11-021-0/+1
* | i18n: update-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-28/+28
|/
* Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer2012-07-111-3/+6
* Merge branch 'hv/submodule-update-nuke-submodules'Junio C Hamano2012-06-281-6/+0
|\
| * update-index: allow overwriting existing submodule index entriesHeiko Voigt2012-06-111-6/+0
* | update-index: upgrade/downgrade on-disk index versionJunio C Hamano2012-04-041-0/+14
|/
* plug a few coverity-spotted leaksJim Meyering2011-06-201-1/+3
* index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-091-1/+2
* Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-2/+6
* Merge branch 'jn/parse-options-extra'Junio C Hamano2010-12-121-150/+244
|\
| * update-index: migrate to parse-options APIJonathan Nieder2010-12-071-149/+243
* | Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-121-0/+3
|\ \ | |/ |/|
| * update-index -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy2010-10-221-0/+3
* | 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/+788