1. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  2. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  3. 93dd544 Merge branch 'jc/noent-notdir' by Junio C Hamano · 8 years ago
  4. c705420 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked by Junio C Hamano · 8 years ago
  5. 77a24b7 Merge branch 'cc/untracked' by Junio C Hamano · 8 years ago
  6. c105f56 update-index: fix xgetcwd() related memory leak by Christian Couder · 8 years ago
  7. 6cc1053 update-index: warn in case of split-index incoherency by Christian Couder · 8 years ago
  8. cef4fc7 split-index: add {add,remove}_split_index() functions by Christian Couder · 8 years ago
  9. b3e83cc hold_locked_index(): align error handling with hold_lockfile_for_update() by Junio C Hamano · 8 years ago
  10. ebc6358 Merge branch 'tg/add-chmod+x-fix' by Junio C Hamano · 8 years ago
  11. 1fe6f5f Merge branch 'va/i18n' by Junio C Hamano · 8 years ago
  12. 43073f8 i18n: update-index: mark warnings for translation by Vasco Almeida · 8 years ago
  13. d9d7096 read-cache: introduce chmod_index_entry by Thomas Gummerer · 8 years ago
  14. 22433ce update-index: add test for chmod flags by Thomas Gummerer · 8 years ago
  15. 71445a0 builtin/update-index: convert file to struct object_id by brian m. carlson · 9 years ago
  16. 99d1a98 cache: convert struct cache_entry to use struct object_id by brian m. carlson · 9 years ago
  17. ef1177d1 die("bug"): report bugs consistently by Johannes Schindelin · 9 years ago
  18. ed6e803 pathspec: rename free_pathspec() to clear_pathspec() by Junio C Hamano · 9 years ago
  19. 23d0536 builtin/update-index.c: prefer "err" to "errno" in process_lstat_error by Nguyễn Thái Ngọc Duy · 9 years ago
  20. 722c924 Merge branch 'jk/options-cleanup' by Junio C Hamano · 9 years ago
  21. 0e35fcb Merge branch 'cc/untracked' by Junio C Hamano · 9 years ago
  22. 0d4cc1b give "nbuf" strbuf a more meaningful name by Jeff King · 9 years ago
  23. 435ec09 config: add core.untrackedCache by Christian Couder · 9 years ago
  24. 07b29bf dir: add remove_untracked_cache() by Christian Couder · 9 years ago
  25. 4a4ca47 dir: add {new,add}_untracked_cache() by Christian Couder · 9 years ago
  26. e7c0c53 update-index: move 'uc' var declaration by Christian Couder · 9 years ago
  27. 6d19db1 update-index: add untracked cache notifications by Christian Couder · 9 years ago
  28. eaab83d update-index: add --test-untracked-cache by Christian Couder · 9 years ago
  29. 113e641 update-index: use enum for untracked cache options by Christian Couder · 9 years ago
  30. 7e07ed8 update-index: there are only two possible line terminations by Junio C Hamano · 9 years ago
  31. 9624a22 dir: free untracked cache when removing it by Christian Couder · 9 years ago
  32. 38ccaf9 Merge branch 'nd/untracked-cache' by Junio C Hamano · 10 years ago
  33. d7a643b prefix_path(): unconditionally free results in the callers by Stefan Beller · 10 years ago
  34. 1b7cb89 update-index: fix a memleak by Stefan Beller · 10 years ago
  35. 1e8fef6 untracked cache: guard and disable on system changes by Nguyễn Thái Ngọc Duy · 10 years ago
  36. f64cb88 update-index: test the system before enabling untracked cache by Nguyễn Thái Ngọc Duy · 10 years ago
  37. 9e59724 update-index: manually enable or disable untracked cache by Nguyễn Thái Ngọc Duy · 10 years ago
  38. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  39. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  40. e197c21 unable_to_lock_die(): rename function from unable_to_lock_index_die() by Michael Haggerty · 10 years ago
  41. 788cef8 Merge branch 'nd/split-index' by Junio C Hamano · 11 years ago
  42. c18b80a update-index: new options to enable/disable split index mode by Nguyễn Thái Ngọc Duy · 11 years ago
  43. 078a58e read-cache: mark updated entries for split index by Nguyễn Thái Ngọc Duy · 11 years ago
  44. a5400ef cache-tree: mark istate->cache_changed on cache tree invalidation by Nguyễn Thái Ngọc Duy · 11 years ago
  45. 782a5ff update-index: be specific what part of the index has changed by Nguyễn Thái Ngọc Duy · 11 years ago
  46. e636a7b read-cache: be specific what part of the index has changed by Nguyễn Thái Ngọc Duy · 11 years ago
  47. 03b8664 read-cache: new API write_locked_index instead of write_index/write_cache by Nguyễn Thái Ngọc Duy · 11 years ago
  48. c8e1ee4 update-index: fix segfault with missing --cacheinfo argument by Jeff King · 11 years ago
  49. ec160ae update-index: teach --cacheinfo a new syntax "mode,sha1,path" by Junio C Hamano · 11 years ago
  50. cbaeafc Merge branch 'nd/submodule-pathspec-ending-with-slash' by Junio C Hamano · 11 years ago
  51. 429bb40 pathspec: convert some match_pathspec_depth() to ce_path_match() by Nguyễn Thái Ngọc Duy · 11 years ago
  52. 5699d17 read-cache.c: fix memory leaks caused by removed cache entries by Karsten Blees · 11 years ago
  53. 6bb6907 builtin/update-index.c: cleanup update_one by Karsten Blees · 11 years ago
  54. e837af6 fix 'git update-index --verbose --again' output by Karsten Blees · 11 years ago
  55. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
  56. 0fdc2ae convert some get_pathspec() calls to parse_pathspec() by Nguyễn Thái Ngọc Duy · 12 years ago
  57. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 12 years ago
  58. 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
  59. b04d930 update-index: allow "-h" to also display options by Antoine Pelisse · 12 years ago
  60. 10022a6 Merge branch 'kb/preload-index-more' by Junio C Hamano · 12 years ago
  61. 7349afd update-index/diff-index: use core.preloadindex to improve performance by Karsten Blees · 12 years ago
  62. 4a4838b i18n: update-index: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  63. b60e188 Strip namelen out of ce_flags into a ce_namelen field by Thomas Gummerer · 13 years ago
  64. 72fd7d8 Merge branch 'hv/submodule-update-nuke-submodules' by Junio C Hamano · 13 years ago
  65. 242f55f update-index: allow overwriting existing submodule index entries by Heiko Voigt · 13 years ago
  66. 69dec66 update-index: upgrade/downgrade on-disk index version by Junio C Hamano · 13 years ago
  67. dc4cd76 plug a few coverity-spotted leaks by Jim Meyering · 14 years ago
  68. c4ce46f index_fd(): turn write_object and format_check arguments into one flag by Junio C Hamano · 14 years ago
  69. eb9cb55 Convert ce_path_match() to use struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  70. 6e67619 Merge branch 'jn/parse-options-extra' by Junio C Hamano · 14 years ago
  71. 6758af8 Merge branch 'jn/git-cmd-h-bypass-setup' by Junio C Hamano · 14 years ago
  72. 309be81 update-index: migrate to parse-options API by Jonathan Nieder · 14 years ago
  73. 9c7c27e update-index -h: show usage even with corrupt index by Nguyễn Thái Ngọc Duy · 14 years ago
  74. d0bb136 Fix {update,checkout}-index usage strings by Štěpán Němec · 14 years ago
  75. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-update-index.c]
  76. 6751e04 Merge branch 'jc/cache-unmerge' by Junio C Hamano · 15 years ago
  77. 73d6632 Merge branch 'nd/sparse' by Junio C Hamano · 15 years ago
  78. 8aa3856 resolve-undo: teach "update-index --unresolve" to use resolve-undo info by Junio C Hamano · 15 years ago
  79. 4a39f79 resolve-undo: allow plumbing to clear the information by Junio C Hamano · 15 years ago
  80. 28bea9e Check the format of more printf-type functions by Tarmigan Casebolt · 15 years ago
  81. b4d1690 Teach Git to respect skip-worktree bit (reading part) by Nguyễn Thái Ngọc Duy · 16 years ago
  82. 44a3691 Introduce "skip-worktree" bit in index, teach Git to get/set this bit by Nguyễn Thái Ngọc Duy · 16 years ago
  83. 83b327b update-index: refactor mark_valid() in preparation for new options by Nguyễn Thái Ngọc Duy · 16 years ago
  84. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  85. a9bfe81 Merge branch 'kb/checkout-optim' by Junio C Hamano · 16 years ago
  86. 8c5b85c Merge branch 'maint' by Junio C Hamano · 16 years ago
  87. e43a6fd More friendly message when locking the index fails. by Matthieu Moy · 16 years ago
  88. 5719989 lstat_cache(): swap func(length, string) into func(string, length) by Kjetil Barvik · 16 years ago
  89. d753070 remove trailing LF in die() messages by Alexander Potashev · 16 years ago
  90. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  91. 7e7abea print an error message for invalid path by Dmitry Potapov · 16 years ago
  92. 97d7fee Merge branch 'maint' by Junio C Hamano · 16 years ago
  93. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  94. 9b8ae93 Merge branch 'maint' by Junio C Hamano · 17 years ago
  95. 6a42cfe Merge branch 'nd/worktree' into maint by Junio C Hamano · 17 years ago
  96. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 17 years ago
  97. f83eafd update-index: fix worktree setup by Nguyễn Thái Ngọc Duy · 17 years ago
  98. 806d13b update-index: refuse to add working tree items beyond symlinks by Junio C Hamano · 17 years ago
  99. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  100. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0