23 Commits (336d09daf288492946f0c51f071da11643f8363d)

Author SHA1 Message Date
Mike Hommey 03b69c7606 Fix small memory leaks induced by diff_tree_setup_paths 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Linus Torvalds 6dd4b66fde Fix diffcore-break total breakage 17 years ago
Linus Torvalds 9f38e1ef7e Fix up "git log --follow" a bit.. 18 years ago
Linus Torvalds 750f7b668f Finally implement "git log --follow" 18 years ago
Junio C Hamano 1d848f643c tree_entry_interesting(): allow it to say "everything is interesting" 18 years ago
Junio C Hamano ccc744abbb tree-diff: avoid strncmp() 18 years ago
Junio C Hamano 7d2f667b12 Teach tree_entry_interesting() that the tree entries are sorted. 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Linus Torvalds 5d86501742 Set up for better tree diff optimizations 18 years ago
Linus Torvalds 304de2d2d6 Avoid unnecessary strlen() calls 18 years ago
Junio C Hamano 822cac0155 Teach --quiet to diff backends. 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Rene Scharfe 2b60356da5 Make git-cherry handle root trees 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes cf995ede2c Make show_entry void 18 years ago
Junio C Hamano a8baa7b9f5 tree-diff: do not assume we use only one pathspec 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Junio C Hamano 1b0c7174a1 tree/diff header cleanup. 19 years ago
Linus Torvalds 50f9a858ad Make the "struct tree_desc" operations available to others 19 years ago
Junio C Hamano 7e4a2a8483 avoid asking ?alloc() for zero bytes. 19 years ago
Linus Torvalds ac1b3d1248 Split up tree diff functions into tree-diff.c library 19 years ago