summaryrefslogtreecommitdiff
path: root/tree-diff.c
Commit message (Expand)AuthorAgeFilesLines
...
* Set up for better tree diff optimizationsLinus Torvalds2007-03-191-10/+34
* Merge branch 'ar/diff'Junio C Hamano2007-03-181-0/+2
|\
| * Teach --quiet to diff backends.Junio C Hamano2007-03-141-0/+2
* | Avoid unnecessary strlen() callsLinus Torvalds2007-03-181-27/+29
|/
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* Make git-cherry handle root treesRene Scharfe2006-10-261-0/+18
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-2/+1
* Make show_entry voidDavid Rientjes2006-08-141-6/+6
* tree-diff: do not assume we use only one pathspecJunio C Hamano2006-04-101-21/+25
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-3/+4
* tree/diff header cleanup.Junio C Hamano2006-03-291-28/+0
* Make the "struct tree_desc" operations available to othersLinus Torvalds2006-01-311-6/+6
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-261-0/+4
* Split up tree diff functions into tree-diff.c libraryLinus Torvalds2005-10-221-0/+270