33 Commits (8419d2ee9ba8b375186a5c1019df8dfbce610aba)

Author SHA1 Message Date
Linus Torvalds 566b5c057c Optimize the three-way merge of git-read-tree 17 years ago
Linus Torvalds d699676dda Optimize the two-way merge of git-read-tree too 17 years ago
Linus Torvalds 288f072ec0 Optimize the common cases of git-read-tree 17 years ago
Linus Torvalds b48d5a050a Move old index entry removal from "unpack_trees()" into the individual functions 17 years ago
Linus Torvalds 933bf40a5c Start moving unpack-trees to "struct tree_desc" 17 years ago
Junio C Hamano 936492d3cf unpack-trees.c: assume submodules are clean during check-out 18 years ago
René Scharfe 1843d8d545 cleanup unpack-trees.c: shrink struct tree_entry_list 18 years ago
Sven Verdoolaege 0cf7375542 unpack-trees.c: assume submodules are clean during check-out 18 years ago
Junio C Hamano ec0603e13c Teach read-tree 2-way merge to ignore intermediate symlinks 18 years ago
Sven Verdoolaege 0a76f66524 unpack-trees.c: verify_uptodate: remove dead code 18 years ago
Junio C Hamano 16a4c6176a read-tree -m -u: avoid getting confused by intermediate symlinks. 18 years ago
Nicolas Pitre 55a9137d8a delay progress display when checking out files 18 years ago
Nicolas Pitre 13aaf14825 make progress "title" part of the common progress interface 18 years ago
Nicolas Pitre 96a02f8f6d common progress display support 18 years ago
Junio C Hamano 4c4caafc9c Treat D/F conflict entry more carefully in unpack-trees.c::threeway_merge() 18 years ago
Junio C Hamano ea4b52a86f t1000: fix case table. 18 years ago
Junio C Hamano c81935348b Fix switching to a branch with D/F when current branch has file D. 18 years ago
Junio C Hamano b8ba1535bd Fix twoway_merge that passed d/f conflict marker to merged_entry(). 18 years ago
Junio C Hamano 9a4d8fdc25 unpack-trees: get rid of *indpos parameter. 18 years ago
Junio C Hamano 7f7932ab25 unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well. 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano f8a9d42872 read-tree: further loosen "working file will be lost" check. 18 years ago
Junio C Hamano 0fb1eaa885 unpack-trees: make sure "df_conflict_entry.name" is NUL terminated. 18 years ago
Junio C Hamano ed93b449c5 merge: loosen overcautious "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 a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 6f002f984f use appropriate typedefs 18 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