| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 2006-08-23 | 1 | -1/+1 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -2/+2 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -3/+3 |
* | blame.c return cleanup | David Rientjes | 2006-08-14 | 1 | -4/+1 |
* | Fixup command names in some usage strings. | Ramsay Allan Jones | 2006-08-03 | 1 | -1/+1 |
* | Call setup_git_directory() early | Linus Torvalds | 2006-07-28 | 1 | -1/+1 |
* | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 2006-07-10 | 1 | -3/+3 |
* | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -10/+10 |
* | Cast pointers to `void *' when used in a format. | Florian Forster | 2006-06-18 | 1 | -2/+2 |
* | Move "void *util" from "struct object" into "struct commit" | Linus Torvalds | 2006-06-17 | 1 | -24/+24 |
* | blame: Add --time to produce raw timestamps | Fredrik Kuivinen | 2006-06-16 | 1 | -4/+20 |
* | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 2006-05-29 | 1 | -2/+2 |
* | blame: Fix path pruning | Fredrik Kuivinen | 2006-05-03 | 1 | -5/+5 |
* | blame and friends: adjust to multiple pathspec change. | Junio C Hamano | 2006-04-10 | 1 | -6/+14 |
* | Merge branch 'jc/blame' into next | Junio C Hamano | 2006-04-07 | 1 | -5/+37 |
|\ |
|
| * | blame -S <ancestry-file> | Junio C Hamano | 2006-04-07 | 1 | -5/+37 |
* | | Merge branch 'master' into next | Junio C Hamano | 2006-04-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | blame.c: fix completely broken ancestry traversal. | Junio C Hamano | 2006-04-05 | 1 | -0/+1 |
* | | blame: use built-in xdiff | Junio C Hamano | 2006-04-05 | 1 | -93/+67 |
|/ |
|
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 | 1 | -1/+1 |
* | Merge branch 'jc/name' into next | Junio C Hamano | 2006-03-23 | 1 | -0/+1 |
|\ |
|
| * | sha1_name: warning ambiguous refs. | Junio C Hamano | 2006-03-23 | 1 | -0/+1 |
* | | fix field width/precision warnings in blame.c | Luck, Tony | 2006-03-21 | 1 | -1/+1 |
|/ |
|
* | blame: Fix git-blame <directory> | Fredrik Kuivinen | 2006-03-17 | 1 | -0/+6 |
* | blame: Nicer output | Fredrik Kuivinen | 2006-03-17 | 1 | -5/+30 |
* | blame: Rename detection (take 2) | Fredrik Kuivinen | 2006-03-10 | 1 | -40/+199 |
* | blame: unbreak "diff -U 0". | Junio C Hamano | 2006-03-06 | 1 | -2/+2 |
* | blame: avoid "diff -u0". | Junio C Hamano | 2006-03-05 | 1 | -1/+1 |
* | blame and annotate: show localtime with timezone. | Junio C Hamano | 2006-03-05 | 1 | -4/+13 |
* | blame: avoid -lm by not using log(). | Junio C Hamano | 2006-03-05 | 1 | -2/+4 |
* | git-blame: Make the output human readable | Fredrik Kuivinen | 2006-03-05 | 1 | -18/+144 |
* | Const tightening. | Junio C Hamano | 2006-03-05 | 1 | -0/+2 |
* | git-blame, take 2 | Fredrik Kuivinen | 2006-03-02 | 1 | -365/+485 |
* | Merge part of 'lt/rev-list' into 'fk/blame' | Junio C Hamano | 2006-03-02 | 1 | -1/+0 |
* | Add git-blame, a tool for assigning blame. | Fredrik Kuivinen | 2006-02-21 | 1 | -0/+443 |