summaryrefslogtreecommitdiff
path: root/builtin/update-index.c
AgeCommit message (Expand)Author
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-07-15convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-02-24update-index: allow "-h" to also display optionsAntoine Pelisse
2012-11-20Merge branch 'kb/preload-index-more'Junio C Hamano
2012-11-02update-index/diff-index: use core.preloadindex to improve performanceKarsten Blees
2012-08-22i18n: update-index: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2012-06-28Merge branch 'hv/submodule-update-nuke-submodules'Junio C Hamano
2012-06-11update-index: allow overwriting existing submodule index entriesHeiko Voigt
2012-04-04update-index: upgrade/downgrade on-disk index versionJunio C Hamano
2011-06-20plug a few coverity-spotted leaksJim Meyering
2011-05-09index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy
2010-12-13Merge branch 'jn/parse-options-extra'Junio C Hamano
2010-12-13Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano
2010-12-07update-index: migrate to parse-options APIJonathan Nieder
2010-10-22update-index -h: show usage even with corrupt indexNguyễ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