43 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
Jeff King 76a7bc092e cmd_{read,write}_tree: rename "unused" variable that is used 6 years ago
Nguyễn Thái Ngọc Duy 3e41485d85 read-tree: add --quiet 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy c207e9e1f6 cache-tree.c: remove the_repository references 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
René Scharfe 5f0df44cd7 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP 7 years ago
Martin Ågren 0fa5a2ed8d lock_file: move static locks into functions 7 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Stefan Beller 046b48239e Introduce 'submodule.recurse' option for worktree manipulators 8 years ago
Stefan Beller d7a3803f9e reset/checkout/read-tree: unify config callback for submodule recursion 8 years ago
Stefan Beller 58b75bd6db submodule recursing: do not write a config variable twice 8 years ago
Jean-Noel Avila 9932242f59 read-tree -m: make error message for merging 0 trees less smart aleck 8 years ago
Junio C Hamano b9b10d3681 read-tree: "read-tree -m --empty" does not make sense 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson 4939e2c435 builtin/read-tree: convert to struct object_id 8 years ago
Stefan Beller 25804914fa builtin/read-tree: add --recurse-submodules switch 8 years ago
Stefan Beller 84a7f09625 read-tree: use OPT_BOOL instead of OPT_SET_INT 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
Alex Henrie 9476c2c39e read-tree: replace bracket set with parentheses to clarify usage 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Nguyễn Thái Ngọc Duy 5a092ceb6b read-tree: note about dropping split-index mode or index version 11 years ago
Nguyễn Thái Ngọc Duy e6c286e8b2 cache-tree: mark istate->cache_changed on prime_cache_tree() 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Junio C Hamano c01499ef69 C: have space around && and || operators 11 years ago
René Scharfe 5828e8352c diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const 12 years ago
René Scharfe eb9ae4b505 diff-lib, read-tree, unpack-trees: mark cache_entry pointers const 12 years ago
Nguyễn Thái Ngọc Duy 230c6cdb00 i18n: read-tree: mark parseopt strings for translation 13 years ago
Jens Lehmann ea5070c91f Teach read-tree the -n|--dry-run option 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Jan Krüger fb1bb96516 read-tree: deprecate syntax without tree-ish args 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano ba655da537 read-tree --debug-unpack 15 years ago
Junio C Hamano cfc5789ada resolve-undo: record resolved conflicts in a new index extension section 15 years ago
Jonathan Nieder 99caeed05d Let 'git <command> -h' show usage without a git dir 15 years ago
Nguyễn Thái Ngọc Duy a5d07d0f5c read-tree: add --no-sparse-checkout to disable sparse checkout support 16 years ago
Alexandre Julliard db137fe91e read-tree: Fix regression with creation of a new index file. 16 years ago
Stephen Boyd 5a56da5806 read-tree: migrate to parse-options 16 years ago
Stephen Boyd a429d2dd76 read-tree: convert unhelpful usage()'s to helpful die()'s 16 years ago
Junio C Hamano 456156dc06 read-tree -m A B: prime cache-tree from the switched-to tree 16 years ago
Junio C Hamano b9d37a5420 Move prime_cache_tree() to cache-tree.c 16 years ago
Junio C Hamano 8cc21ce78c read-tree A B: do not corrupt cache-tree 16 years ago
Johannes Schindelin 7c4c97c0ac Turn the flags in struct dir_struct into a single variable 16 years ago
Junio C Hamano fa7b3c2f75 checkout: Fix "initial checkout" detection 16 years ago
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 17 years ago
Junio C Hamano 5521883490 checkout: do not lose staged removal 17 years ago
Nguyễn Thái Ngọc Duy b6469a81d2 read-tree: setup worktree if merge is required 17 years ago