summaryrefslogtreecommitdiffstats
path: root/diff-lib.c
AgeCommit message (Expand)AuthorLines
2007-02-25Fix typo: do not show name1 when name2 failsJohannes Schindelin-1/+1
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano-9/+5
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin-0/+207
2007-02-22run_diff_{files,index}(): update calling convention.Junio C Hamano-9/+1
2007-02-16Do not take mode bits from index after type change.Junio C Hamano-3/+1
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano-1/+43
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano-3/+6
2006-09-05diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras-0/+25
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano-1/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-2/+1
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-1/+1
2006-06-19Merge branch 'lt/objlist' into nextJunio C Hamano-2/+2
2006-06-19Add "named object array" conceptLinus Torvalds-2/+2
2006-06-18Don't instantiate structures with FAMs.Florian Forster-19/+22
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano-1/+9
2006-04-22Libify diff-index.Junio C Hamano-0/+203
2006-04-22Libify diff-files.Junio C Hamano-1762/+100
2006-04-19diff --stat: do not drop rename information.Junio C Hamano-9/+68
2006-04-19diff: move diff.c to diff-lib.c to make room.Junio C Hamano-0/+1736