summaryrefslogtreecommitdiff
path: root/blame.c
Commit message (Expand)AuthorAgeFilesLines
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-101-6/+14
* Merge branch 'jc/blame' into nextJunio C Hamano2006-04-071-5/+37
|\
| * blame -S <ancestry-file>Junio C Hamano2006-04-071-5/+37
* | Merge branch 'master' into nextJunio C Hamano2006-04-051-0/+1
|\ \ | |/ |/|
| * blame.c: fix completely broken ancestry traversal.Junio C Hamano2006-04-051-0/+1
* | blame: use built-in xdiffJunio C Hamano2006-04-051-93/+67
|/
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-1/+1
* Merge branch 'jc/name' into nextJunio C Hamano2006-03-231-0/+1
|\
| * sha1_name: warning ambiguous refs.Junio C Hamano2006-03-231-0/+1
* | fix field width/precision warnings in blame.cLuck, Tony2006-03-211-1/+1
|/
* blame: Fix git-blame <directory>Fredrik Kuivinen2006-03-171-0/+6
* blame: Nicer outputFredrik Kuivinen2006-03-171-5/+30
* blame: Rename detection (take 2)Fredrik Kuivinen2006-03-101-40/+199
* blame: unbreak "diff -U 0".Junio C Hamano2006-03-061-2/+2
* blame: avoid "diff -u0".Junio C Hamano2006-03-051-1/+1
* blame and annotate: show localtime with timezone.Junio C Hamano2006-03-051-4/+13
* blame: avoid -lm by not using log().Junio C Hamano2006-03-051-2/+4
* git-blame: Make the output human readableFredrik Kuivinen2006-03-051-18/+144
* Const tightening.Junio C Hamano2006-03-051-0/+2
* git-blame, take 2Fredrik Kuivinen2006-03-021-365/+485
* Merge part of 'lt/rev-list' into 'fk/blame'Junio C Hamano2006-03-021-1/+0
* Add git-blame, a tool for assigning blame.Fredrik Kuivinen2006-02-211-0/+443