27 Commits (fcf2cfb54b6be34749feb6ffb50fe2bdd7bac8bc)

Author SHA1 Message Date
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 9 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
Miklos Vajna e46bbcf6e8 Move read_cache_unmerged() to read-cache.c 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Linus Torvalds 96872bc200 Move name hashing functions into a file of its own 17 years ago
Junio C Hamano ca885a4fe6 read-tree() and unpack_trees(): use consistent limit 17 years ago
Linus Torvalds 34110cd4e3 Make 'unpack_trees()' have a separate source and destination index 17 years ago
Linus Torvalds bc052d7f43 Make 'unpack_trees()' take the index to work on as an argument 17 years ago
Linus Torvalds d070e3a31b Name hash fixups: export (and rename) remove_hash_entry 17 years ago
Junio C Hamano f5ed3b30e0 git-reset --hard and git-read-tree --reset: fix read_cache_unmerged() 17 years ago
Daniel Barkalow 203a2fe117 Allow callers of unpack_trees() to handle failure 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Junio C Hamano a9ab2009db Clean-up read-tree error condition. 18 years ago