1. 1002f28 Merge branch 'eb/hash-transition' by Junio C Hamano · 9 months ago
  2. ae46d5f Merge branch 'js/merge-tree-3-trees' by Junio C Hamano · 10 months ago
  3. aa9f618 Always check `parse_tree*()`'s return value by Johannes Schindelin · 11 months ago
  4. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 1 month ago
  5. efed687 tree-walk: init_tree_desc take an oid to get the hash algorithm by Eric W. Biederman · 1 year, 3 months ago
  6. 34bf44f parse-options: mark unused "opt" parameter in callbacks by Jeff King · 1 year, 4 months ago
  7. b3d1c85 Merge branch 'gc/config-context' by Junio C Hamano · 1 year, 6 months ago
  8. a4e7e31 config: add ctx arg to config_fn_t by Glen Choo · 1 year, 6 months ago
  9. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
  10. baf889c sparse-index.h: move declarations for sparse-index.c from cache.h by Elijah Newren · 1 year, 8 months ago
  11. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 1 year, 9 months ago
  12. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  13. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
  14. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  15. e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  16. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
  17. 88cc8ed Merge branch 'en/header-cleanup' by Junio C Hamano · 1 year, 10 months ago
  18. 1ca13dd unpack-trees: special case read-tree debugging as internal usage by Elijah Newren · 1 year, 10 months ago
  19. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  20. 4002ec3 read-tree: add "--super-prefix" option, eliminate global by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
  21. 07047d6 cocci: apply "pending" index-compatibility to some "builtin/*.c" by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  22. dc59418 cocci & cache.h: apply variable section of "pending" index-compatibility by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  23. 031b203 cocci & cache.h: apply a selection of "pending" index-compatibility by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  24. fbc1ed6 cocci & cache.h: remove rarely used "the_index" compat macros by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  25. dc5d40f read-tree: use 'skip_cache_tree_update' option by Victoria Dye · 2 years, 2 months ago
  26. e8eeda1 doc txt & -h consistency: make "read-tree" consistent by Ævar Arnfjörð Bjarmason · 2 years, 3 months ago
  27. 5af8b61 doc txt & -h consistency: word-wrap by Ævar Arnfjörð Bjarmason · 2 years, 3 months ago
  28. f27c170 read-tree: make three-way merge sparse-aware by Victoria Dye · 2 years, 10 months ago
  29. ab81047 read-tree: make two-way merge sparse-aware by Victoria Dye · 2 years, 10 months ago
  30. 7497039 read-tree: narrow scope of index expansion for '--prefix' by Victoria Dye · 2 years, 10 months ago
  31. 2c66a7c read-tree: integrate with sparse index by Victoria Dye · 2 years, 10 months ago
  32. cc89331 read-tree: explicitly disallow prefixes with a leading '/' by Victoria Dye · 2 years, 10 months ago
  33. 480d3d6 Change unpack_trees' 'reset' flag into an enum by Elijah Newren · 3 years, 3 months ago
  34. 04988c8 unpack-trees: introduce preserve_ignored to unpack_trees_options by Elijah Newren · 3 years, 3 months ago
  35. 491a757 read-tree, merge-recursive: overwrite ignored files by default by Elijah Newren · 3 years, 3 months ago
  36. c512d27 checkout, read-tree: fix leak of unpack_trees_options.dir by Elijah Newren · 3 years, 3 months ago
  37. 203c853 Use OPT_CALLBACK and OPT_CALLBACK_F by Denton Liu · 4 years, 9 months ago
  38. e091228 sparse-checkout: update working directory in-process by Derrick Stolee · 5 years ago
  39. 76a7bc0 cmd_{read,write}_tree: rename "unused" variable that is used by Jeff King · 6 years ago
  40. 3e41485 read-tree: add --quiet by Nguyễn Thái Ngọc Duy · 6 years ago
  41. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
  42. cde5554 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  43. c207e9e cache-tree.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  44. 517fe80 assert NOARG/NONEG behavior of parse-options callbacks by Jeff King · 6 years ago
  45. 8963bb0 Merge branch 'rs/parse-opt-lithelp' by Junio C Hamano · 6 years ago
  46. 5f0df44 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP by René Scharfe · 6 years ago
  47. 0fa5a2e lock_file: move static locks into functions by Martin Ågren · 7 years ago
  48. 557a599 submodule: remove gitmodules_config by Brandon Williams · 7 years ago
  49. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  50. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  51. 3c548de Merge branch 'sb/submodule-blanket-recursive' by Junio C Hamano · 8 years ago
  52. 046b482 Introduce 'submodule.recurse' option for worktree manipulators by Stefan Beller · 8 years ago
  53. d7a3803 reset/checkout/read-tree: unify config callback for submodule recursion by Stefan Beller · 8 years ago
  54. 58b75bd submodule recursing: do not write a config variable twice by Stefan Beller · 8 years ago
  55. e638108 Merge branch 'ja/do-not-ask-needless-questions' by Junio C Hamano · 8 years ago
  56. f55734f Merge branch 'jc/read-tree-empty-with-m' by Junio C Hamano · 8 years ago
  57. 9932242 read-tree -m: make error message for merging 0 trees less smart aleck by Jean-Noel Avila · 8 years ago
  58. b9b10d3 read-tree: "read-tree -m --empty" does not make sense by Junio C Hamano · 8 years ago
  59. a9dbc17 tree: convert parse_tree_indirect to struct object_id by brian m. carlson · 8 years ago
  60. 4939e2c builtin/read-tree: convert to struct object_id by brian m. carlson · 8 years ago
  61. 2580491 builtin/read-tree: add --recurse-submodules switch by Stefan Beller · 8 years ago
  62. 84a7f09 read-tree: use OPT_BOOL instead of OPT_SET_INT by Stefan Beller · 8 years ago
  63. b3e83cc hold_locked_index(): align error handling with hold_lockfile_for_update() by Junio C Hamano · 8 years ago
  64. 99d1a98 cache: convert struct cache_entry to use struct object_id by brian m. carlson · 8 years ago
  65. 5096d49 convert trivial sprintf / strcpy calls to xsnprintf by Jeff King · 9 years ago
  66. 0b20a46 Merge branch 'ah/read-tree-usage-string' by Junio C Hamano · 9 years ago
  67. 9476c2c read-tree: replace bracket set with parentheses to clarify usage by Alex Henrie · 9 years ago
  68. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  69. 5a092ce read-tree: note about dropping split-index mode or index version by Nguyễn Thái Ngọc Duy · 11 years ago
  70. e6c286e cache-tree: mark istate->cache_changed on prime_cache_tree() by Nguyễn Thái Ngọc Duy · 11 years ago
  71. 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
  72. c01499e C: have space around && and || operators by Junio C Hamano · 11 years ago
  73. 5828e83 diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const by René Scharfe · 12 years ago
  74. eb9ae4b diff-lib, read-tree, unpack-trees: mark cache_entry pointers const by René Scharfe · 12 years ago
  75. 230c6cd i18n: read-tree: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 12 years ago
  76. ea5070c Teach read-tree the -n|--dry-run option by Jens Lehmann · 14 years ago
  77. 23c6a80 Make <identifier> lowercase as per CodingGuidelines by Michael J Gruber · 14 years ago
  78. fd03881 add description parameter to OPT__VERBOSE by René Scharfe · 14 years ago
  79. fb1bb96 read-tree: deprecate syntax without tree-ish args by Jan Krüger · 14 years ago
  80. 037c43c Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fix by Junio C Hamano · 15 years ago
  81. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-read-tree.c]
  82. 026680f Merge branch 'jc/fix-tree-walk' by Junio C Hamano · 15 years ago
  83. 6751e04 Merge branch 'jc/cache-unmerge' by Junio C Hamano · 15 years ago
  84. 73d6632 Merge branch 'nd/sparse' by Junio C Hamano · 15 years ago
  85. ba655da read-tree --debug-unpack by Junio C Hamano · 15 years ago
  86. cfc5789 resolve-undo: record resolved conflicts in a new index extension section by Junio C Hamano · 15 years ago
  87. 99caeed Let 'git <command> -h' show usage without a git dir by Jonathan Nieder · 15 years ago
  88. a5d07d0 read-tree: add --no-sparse-checkout to disable sparse checkout support by Nguyễn Thái Ngọc Duy · 15 years ago
  89. db137fe read-tree: Fix regression with creation of a new index file. by Alexandre Julliard · 15 years ago
  90. 5a56da5 read-tree: migrate to parse-options by Stephen Boyd · 16 years ago
  91. a429d2d read-tree: convert unhelpful usage()'s to helpful die()'s by Stephen Boyd · 16 years ago
  92. ea0b767 Merge branch 'jc/maint-read-tree-multi' by Junio C Hamano · 16 years ago
  93. 456156d read-tree -m A B: prime cache-tree from the switched-to tree by Junio C Hamano · 16 years ago
  94. b9d37a5 Move prime_cache_tree() to cache-tree.c by Junio C Hamano · 16 years ago
  95. 8cc21ce read-tree A B: do not corrupt cache-tree by Junio C Hamano · 16 years ago
  96. 7c4c97c Turn the flags in struct dir_struct into a single variable by Johannes Schindelin · 16 years ago
  97. fa7b3c2 checkout: Fix "initial checkout" detection by Junio C Hamano · 16 years ago
  98. 2ba3d5d Merge branch 'jc/maint-checkout-keep-remove' into maint by Junio C Hamano · 16 years ago
  99. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 16 years ago
  100. 5521883 checkout: do not lose staged removal by Junio C Hamano · 16 years ago