summaryrefslogtreecommitdiff
path: root/blame.c
AgeCommit message (Expand)Author
2006-10-30Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-15blame.c return cleanupDavid Rientjes
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-06-19Cast pointers to `void *' when used in a format.Florian Forster
2006-06-18Move "void *util" from "struct object" into "struct commit"Linus Torvalds
2006-06-17blame: Add --time to produce raw timestampsFredrik Kuivinen
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-04blame: Fix path pruningFredrik Kuivinen
2006-04-11blame and friends: adjust to multiple pathspec change.Junio C Hamano
2006-04-07Merge branch 'jc/blame' into nextJunio C Hamano
2006-04-07blame -S <ancestry-file>Junio C Hamano
2006-04-06Merge branch 'master' into nextJunio C Hamano
2006-04-06blame.c: fix completely broken ancestry traversal.Junio C Hamano
2006-04-05blame: use built-in xdiffJunio C Hamano
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-24Merge branch 'jc/name' into nextJunio C Hamano
2006-03-24sha1_name: warning ambiguous refs.Junio C Hamano
2006-03-21fix field width/precision warnings in blame.cLuck, Tony
2006-03-17blame: Fix git-blame <directory>Fredrik Kuivinen
2006-03-17blame: Nicer outputFredrik Kuivinen
2006-03-11blame: Rename detection (take 2)Fredrik Kuivinen
2006-03-06blame: unbreak "diff -U 0".Junio C Hamano
2006-03-06blame: avoid "diff -u0".Junio C Hamano
2006-03-06blame and annotate: show localtime with timezone.Junio C Hamano
2006-03-06blame: avoid -lm by not using log().Junio C Hamano
2006-03-05git-blame: Make the output human readableFredrik Kuivinen
2006-03-05Const tightening.Junio C Hamano
2006-03-02git-blame, take 2Fredrik Kuivinen
2006-03-02Merge part of 'lt/rev-list' into 'fk/blame'Junio C Hamano
2006-02-21Add git-blame, a tool for assigning blame.Fredrik Kuivinen