50 Commits (196821f440d46029f0399a7d97c0cfc78a870244)

Author SHA1 Message Date
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. 17 years ago
Junio C Hamano f34f2b0b38 Fix read-tree merging more than 3 trees using 3-way merge 17 years ago
Linus Torvalds 933bf40a5c Start moving unpack-trees to "struct tree_desc" 17 years ago
Johannes Schindelin d825a97495 read-tree: remove unnecessary call to setup_git_directory() 18 years ago
Jakub Narebski 6da0878302 Document git read-tree --trivial 18 years ago
Junio C Hamano 2960a1d9ee Fix read-tree --prefix=dir/. 18 years ago
Junio C Hamano 5e7f56ac33 git-read-tree --index-output=<file> 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
James Bowes aa4cfa8516 read-tree: use xcalloc 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano 22f741dab7 read-tree: document --exclude-per-directory 18 years ago
Junio C Hamano f8a9d42872 read-tree: further loosen "working file will be lost" check. 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 18 years ago
Junio C Hamano a91af794bb read-tree: shadowed variable fix. 19 years ago
Johannes Schindelin 076b0adcf9 read-tree: move merge functions to the library 19 years ago
Johannes Schindelin 16da134b1f read-trees: refactor the unpack_trees() part 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Junio C Hamano f8f0b1f0e7 checkout -f failed to check out a file if an existing directory interfered. 19 years ago
Shawn Pearce 344c52aee5 Avoid C99 initializers 19 years ago
Johannes Schindelin 6244b24906 Close the index file between writing and committing 19 years ago
Florian Forster 571ea603a6 Don't use empty structure initializers. 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago
Linus Torvalds eff97e3fae read-tree: fix eye-candy. 19 years ago
Junio C Hamano b266b123cd Fix earlier mismerges. 19 years ago
Junio C Hamano b0d6e64629 read-tree --reset: update working tree file for conflicted paths. 19 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago
Junio C Hamano e76abd7014 adjust to the rebased series by Linus. 19 years ago
Linus Torvalds 15b5536ee4 Remove last vestiges of generic tree_entry_list 19 years ago
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 1ccf5a345a builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec() 19 years ago
Linus Torvalds 3a7c352bd0 Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds 136f2e548a Make "struct tree" contain the pointer to the tree buffer 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds a755dfe45c Make "tree_entry" have a SHA1 instead of a union of object pointers 19 years ago
Linus Torvalds d2eafb7661 Add raw tree buffer info to "struct tree" 19 years ago
Peter Eriksen d147e501f3 Builtin git-read-tree. 19 years ago
Junio C Hamano d6970e42a1 read-tree: reorganize bind_merge code. 19 years ago