| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/maint-1.6.0-blame-s' | Junio C Hamano | 2009-03-26 | 1 | -4/+4 |
|\ |
|
| * | blame: read custom grafts given by -S before calling setup_revisions() | Junio C Hamano | 2009-03-18 | 1 | -4/+4 |
* | | Merge branch 'el/blame-date' | Junio C Hamano | 2009-03-11 | 1 | -16/+51 |
|\ \ |
|
| * | | Make git blame's date output format configurable, like git log | Eugene Letuchy | 2009-03-05 | 1 | -16/+51 |
* | | | Merge branch 'jc/blame' | Junio C Hamano | 2009-03-05 | 1 | -64/+43 |
|\ \ \
| |/ /
|/| | |
|
| * | | blame: show "previous" information in --porcelain/--incremental format | Junio C Hamano | 2008-10-12 | 1 | -30/+12 |
| * | | git-blame: refactor code to emit "porcelain format" output | Junio C Hamano | 2008-10-12 | 1 | -34/+31 |
* | | | Merge branch 'ms/mailmap' | Junio C Hamano | 2009-02-15 | 1 | -20/+32 |
|\ \ \ |
|
| * | | | Change current mailmap usage to do matching on both name and email of author/... | Marius Storm-Olsen | 2009-02-08 | 1 | -19/+31 |
| * | | | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 2009-02-08 | 1 | -1/+1 |
* | | | | builtin-blame.c: Use utf8_strwidth for author's names | Geoffrey Thomas | 2009-02-04 | 1 | -5/+7 |
|/ / / |
|
* | | | builtin-blame.c: use strbuf_readlink() | Junio C Hamano | 2008-12-17 | 1 | -4/+1 |
* | | | Merge branch 'rs/blame' | Junio C Hamano | 2008-11-08 | 1 | -151/+56 |
|\ \ \ |
|
| * | | | blame: use xdi_diff_hunks(), get rid of struct patch | René Scharfe | 2008-10-25 | 1 | -139/+52 |
| * | | | Always initialize xpparam_t to 0 | Brian Downing | 2008-10-25 | 1 | -0/+1 |
| * | | | blame: inline get_patch() | René Scharfe | 2008-10-25 | 1 | -20/+11 |
| |/ / |
|
* | | | builtin-blame: Reencode commit messages according to git-log rules. | Alexander Gavrilov | 2008-10-21 | 1 | -5/+11 |
|/ / |
|
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -2/+1 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-06 | 1 | -0/+2 |
|\ \ |
|
| * | | builtin-blame: Fix blame -C -C with submodules. | Alexander Gavrilov | 2008-10-05 | 1 | -0/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-09-06 | 1 | -4/+5 |
|\ \ \
| |/ / |
|
| * | | "blame -c" should be compatible with "annotate" | Junio C Hamano | 2008-09-05 | 1 | -4/+5 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-09-03 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Start conforming code to "git subcmd" style | Heikki Orsila | 2008-08-30 | 1 | -1/+1 |
| |/ |
|
* | | xdiff-interface: hide the whole "xdiff_emit_state" business from the caller | Junio C Hamano | 2008-08-14 | 1 | -3/+1 |
* | | Make xdi_diff_outf interface for running xdiff_outf diffs | Brian Downing | 2008-08-13 | 1 | -3/+1 |
|/ |
|
* | Teach --find-copies-harder to "git blame" | Junio C Hamano | 2008-07-31 | 1 | -0/+4 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 1 | -5/+5 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | Do not try to detect move/copy for entries below threshold. | Alexander Gavrilov | 2008-07-15 | 1 | -5/+11 |
* | | Avoid rescanning unchanged entries in search for copies. | Alexander Gavrilov | 2008-07-15 | 1 | -2/+19 |
* | | revisions: refactor handle_revision_opt into parse_revision_opt. | Pierre Habouzit | 2008-07-09 | 1 | -10/+1 |
* | | git-blame: fix lapsus | Pierre Habouzit | 2008-07-09 | 1 | -1/+1 |
* | | git-blame: migrate to incremental parse-option [2/2] | Pierre Habouzit | 2008-07-08 | 1 | -92/+38 |
* | | git-blame: migrate to incremental parse-option [1/2] | Pierre Habouzit | 2008-07-08 | 1 | -102/+118 |
* | | Merge branch 'jc/blame' (early part) into HEAD | Junio C Hamano | 2008-07-08 | 1 | -59/+147 |
|\ \
| |/
|/| |
|
| * | git-blame --reverse | Junio C Hamano | 2008-04-12 | 1 | -16/+65 |
| * | builtin-blame.c: allow more than 16 parents | Junio C Hamano | 2008-04-12 | 1 | -32/+61 |
| * | builtin-blame.c: move prepare_final() into a separate function. | Junio C Hamano | 2008-04-12 | 1 | -23/+33 |
* | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
|/ |
|
* | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 | 1 | -2/+1 |
* | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-20 | 1 | -3/+1 |
|\ |
|
| * | Make blame accept absolute paths | Robin Rosenberg | 2008-02-05 | 1 | -3/+1 |
* | | check return code of prepare_revision_walk | Martin Koegler | 2008-02-17 | 1 | -1/+2 |
* | | Merge branch 'sp/safecrlf' | Junio C Hamano | 2008-02-16 | 1 | -1/+1 |
|\ \ |
|
| * | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 | 1 | -1/+1 |
| |/ |
|
* | | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 | 1 | -1/+1 |
|/ |
|
* | Fix grammar nits in documentation and in code comments. | Jim Meyering | 2008-01-03 | 1 | -1/+1 |
* | builtin-blame.c: remove unneeded memclr() | Junio C Hamano | 2007-12-18 | 1 | -1/+0 |