Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | Merge branch 'js/blame-lib' | Junio C Hamano | 1 | -2/+4 |
2017-07-24 | blame: fix memory corruption scrambling revision name in error message | SZEDER Gábor | 1 | -2/+4 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 1 | -1/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -10/+10 |
2017-06-16 | coccinelle: make use of the "expression" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-13 | convert: convert convert_to_git to take an index | Brandon Williams | 1 | -1/+1 |
2017-06-05 | Merge branch 'js/blame-lib' | Junio C Hamano | 1 | -0/+1863 |
2017-05-25 | blame: move entry prepend to libgit | Jeff Smith | 1 | -0/+16 |
2017-05-25 | blame: move scoreboard setup to libgit | Jeff Smith | 1 | -4/+275 |
2017-05-25 | blame: move scoreboard-related methods to libgit | Jeff Smith | 1 | -0/+1313 |
2017-05-25 | blame: move fake-commit-related methods to libgit | Jeff Smith | 1 | -1/+202 |
2017-05-25 | blame: move origin-related methods to libgit | Jeff Smith | 1 | -0/+62 |
2006-11-08 | git-pickaxe: retire pickaxe | Junio C Hamano | 1 | -1089/+0 |
2006-11-07 | Merge branch 'jc/pickaxe' | Junio C Hamano | 1 | -0/+3 |
2006-11-05 | git-blame: add internal statistics to count read blobs. | Junio C Hamano | 1 | -0/+3 |
2006-10-30 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+5 |
2006-10-30 | Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" | Junio C Hamano | 1 | -0/+5 |
2006-10-12 | blame: Document and add help text for -f, -n, and -p | Junio C Hamano | 1 | -3/+7 |
2006-10-06 | git-blame --porcelain | Junio C Hamano | 1 | -22/+127 |
2006-10-05 | blame.c: move code to output metainfo into a separate function. | Junio C Hamano | 1 | -31/+45 |
2006-10-05 | git-blame: --show-number (and -n) | Junio C Hamano | 1 | -4/+38 |
2006-10-05 | git-blame: --show-name (and -f) | Junio C Hamano | 1 | -5/+9 |
2006-10-05 | blame.c: whitespace and formatting clean-up. | Junio C Hamano | 1 | -100/+100 |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -1/+1 |
2006-08-23 | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 1 | -1/+1 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -2/+2 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -3/+3 |
2006-08-14 | blame.c return cleanup | David Rientjes | 1 | -4/+1 |
2006-08-03 | Fixup command names in some usage strings. | Ramsay Allan Jones | 1 | -1/+1 |
2006-07-28 | Call setup_git_directory() early | Linus Torvalds | 1 | -1/+1 |
2006-07-10 | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 1 | -3/+3 |
2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -10/+10 |
2006-06-18 | Cast pointers to `void *' when used in a format. | Florian Forster | 1 | -2/+2 |
2006-06-17 | Move "void *util" from "struct object" into "struct commit" | Linus Torvalds | 1 | -24/+24 |
2006-06-16 | blame: Add --time to produce raw timestamps | Fredrik Kuivinen | 1 | -4/+20 |
2006-05-29 | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 1 | -2/+2 |
2006-05-03 | blame: Fix path pruning | Fredrik Kuivinen | 1 | -5/+5 |
2006-04-10 | blame and friends: adjust to multiple pathspec change. | Junio C Hamano | 1 | -6/+14 |
2006-04-07 | Merge branch 'jc/blame' into next | Junio C Hamano | 1 | -5/+37 |
2006-04-07 | blame -S <ancestry-file> | Junio C Hamano | 1 | -5/+37 |
2006-04-05 | Merge branch 'master' into next | Junio C Hamano | 1 | -0/+1 |
2006-04-05 | blame.c: fix completely broken ancestry traversal. | Junio C Hamano | 1 | -0/+1 |
2006-04-05 | blame: use built-in xdiff | Junio C Hamano | 1 | -93/+67 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -1/+1 |
2006-03-23 | Merge branch 'jc/name' into next | Junio C Hamano | 1 | -0/+1 |
2006-03-23 | sha1_name: warning ambiguous refs. | Junio C Hamano | 1 | -0/+1 |
2006-03-21 | fix field width/precision warnings in blame.c | Luck, Tony | 1 | -1/+1 |
2006-03-17 | blame: Fix git-blame <directory> | Fredrik Kuivinen | 1 | -0/+6 |
2006-03-17 | blame: Nicer output | Fredrik Kuivinen | 1 | -5/+30 |