summaryrefslogtreecommitdiff
path: root/blame.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano2006-10-301-0/+5
| |/
* | blame: Document and add help text for -f, -n, and -pJunio C Hamano2006-10-121-3/+7
* | git-blame --porcelainJunio C Hamano2006-10-061-22/+127
* | blame.c: move code to output metainfo into a separate function.Junio C Hamano2006-10-051-31/+45
* | git-blame: --show-number (and -n)Junio C Hamano2006-10-051-4/+38
* | git-blame: --show-name (and -f)Junio C Hamano2006-10-051-5/+9
* | blame.c: whitespace and formatting clean-up.Junio C Hamano2006-10-051-100/+100
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* 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/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* blame.c return cleanupDavid Rientjes2006-08-141-4/+1
* Fixup command names in some usage strings.Ramsay Allan Jones2006-08-031-1/+1
* Call setup_git_directory() earlyLinus Torvalds2006-07-281-1/+1
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-3/+3
* Fix more typos, primarily in the codePavel Roskin2006-07-101-10/+10
* Cast pointers to `void *' when used in a format.Florian Forster2006-06-181-2/+2
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-171-24/+24
* blame: Add --time to produce raw timestampsFredrik Kuivinen2006-06-161-4/+20
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-2/+2
* blame: Fix path pruningFredrik Kuivinen2006-05-031-5/+5
* 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