1. 8f67f8a Make the diff_options bitfields be an unsigned with explicit masks. by Pierre Habouzit · 17 years ago
  2. 6dd4b66 Fix diffcore-break total breakage by Linus Torvalds · 17 years ago
  3. 9f38e1e Fix up "git log --follow" a bit.. by Linus Torvalds · 18 years ago
  4. 750f7b6 Finally implement "git log --follow" by Linus Torvalds · 18 years ago
  5. 1d848f6 tree_entry_interesting(): allow it to say "everything is interesting" by Junio C Hamano · 18 years ago
  6. ccc744a tree-diff: avoid strncmp() by Junio C Hamano · 18 years ago
  7. 7d2f667 Teach tree_entry_interesting() that the tree entries are sorted. by Junio C Hamano · 18 years ago
  8. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  9. 5d86501 Set up for better tree diff optimizations by Linus Torvalds · 18 years ago
  10. d54fe39 Merge branch 'ar/diff' by Junio C Hamano · 18 years ago
  11. 304de2d Avoid unnecessary strlen() calls by Linus Torvalds · 18 years ago
  12. 822cac0 Teach --quiet to diff backends. by Junio C Hamano · 18 years ago
  13. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  14. 2b60356 Make git-cherry handle root trees by Rene Scharfe · 18 years ago
  15. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  16. cf995ed Make show_entry void by David Rientjes · 19 years ago
  17. a8baa7b tree-diff: do not assume we use only one pathspec by Junio C Hamano · 19 years ago
  18. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  19. 1b0c717 tree/diff header cleanup. by Junio C Hamano · 19 years ago
  20. 50f9a85 Make the "struct tree_desc" operations available to others by Linus Torvalds · 19 years ago
  21. 7e4a2a8 avoid asking ?alloc() for zero bytes. by Junio C Hamano · 19 years ago
  22. ac1b3d1 Split up tree diff functions into tree-diff.c library by Linus Torvalds · 19 years ago