summaryrefslogtreecommitdiff
path: root/diff-lib.c
Commit message (Expand)AuthorAgeFilesLines
* diff --cc: fix display of symlink conflicts during a merge.Junio C Hamano2007-02-251-3/+13
* Do not take mode bits from index after type change.Junio C Hamano2007-02-161-3/+1
* git-blame: no rev means start from the working tree file.Junio C Hamano2007-02-051-1/+43
* diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano2007-01-061-3/+6
* diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras2006-09-051-0/+25
* Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-231-1/+1
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+1
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* Merge branch 'lt/objlist' into nextJunio C Hamano2006-06-191-2/+2
|\
| * Add "named object array" conceptLinus Torvalds2006-06-191-2/+2
* | Don't instantiate structures with FAMs.Florian Forster2006-06-181-19/+22
|/
* Libified diff-index: backward compatibility fix.Junio C Hamano2006-04-221-1/+9
* Libify diff-index.Junio C Hamano2006-04-221-0/+203
* Libify diff-files.Junio C Hamano2006-04-221-1762/+100
* diff --stat: do not drop rename information.Junio C Hamano2006-04-191-9/+68
* diff: move diff.c to diff-lib.c to make room.Junio C Hamano2006-04-191-0/+1736