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