| Commit message (Expand) | Author | Age |
* | Merge branch 'maint-1.6.5' into maint | Junio C Hamano | 2010-02-08 |
|\ |
|
| * | blame: prevent a segv when -L given start > EOF | Jay Soffian | 2010-02-08 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-12-22 |
|\ \
| |/ |
|
| * | Prevent git blame from segfaulting on a missing author name | David Reiss | 2009-12-22 |
* | | Merge branch 'jc/log-stdin' | Junio C Hamano | 2009-11-23 |
|\ \
| |/
|/| |
|
| * | Teach --stdin option to "log" family | Junio C Hamano | 2009-11-20 |
* | | blame: make sure that the last line ends in an LF | Johannes Schindelin | 2009-10-21 |
|/ |
|
* | Style fixes, add a space after if/for/while. | Brian Gianforcaro | 2009-08-31 |
* | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 |
* | Merge branch 'maint' | Junio C Hamano | 2009-06-03 |
|\ |
|
| * | blame: correctly handle a path that used to be a directory | Junio C Hamano | 2009-06-03 |
* | | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 |
|/ |
|
* | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 |
* | Merge branch 'jc/maint-1.6.0-blame-s' | Junio C Hamano | 2009-03-26 |
|\ |
|
| * | blame: read custom grafts given by -S before calling setup_revisions() | Junio C Hamano | 2009-03-18 |
* | | Merge branch 'el/blame-date' | Junio C Hamano | 2009-03-11 |
|\ \ |
|
| * | | Make git blame's date output format configurable, like git log | Eugene Letuchy | 2009-03-05 |
* | | | Merge branch 'jc/blame' | Junio C Hamano | 2009-03-05 |
|\ \ \
| |/ /
|/| | |
|
| * | | blame: show "previous" information in --porcelain/--incremental format | Junio C Hamano | 2008-10-12 |
| * | | git-blame: refactor code to emit "porcelain format" output | Junio C Hamano | 2008-10-12 |
* | | | Merge branch 'ms/mailmap' | Junio C Hamano | 2009-02-15 |
|\ \ \ |
|
| * | | | Change current mailmap usage to do matching on both name and email of author/... | Marius Storm-Olsen | 2009-02-08 |
| * | | | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 2009-02-08 |
* | | | | builtin-blame.c: Use utf8_strwidth for author's names | Geoffrey Thomas | 2009-02-04 |
|/ / / |
|
* | | | builtin-blame.c: use strbuf_readlink() | Junio C Hamano | 2008-12-17 |
* | | | Merge branch 'rs/blame' | Junio C Hamano | 2008-11-08 |
|\ \ \ |
|
| * | | | blame: use xdi_diff_hunks(), get rid of struct patch | René Scharfe | 2008-10-25 |
| * | | | Always initialize xpparam_t to 0 | Brian Downing | 2008-10-25 |
| * | | | blame: inline get_patch() | René Scharfe | 2008-10-25 |
| |/ / |
|
* | | | builtin-blame: Reencode commit messages according to git-log rules. | Alexander Gavrilov | 2008-10-21 |
|/ / |
|
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-06 |
|\ \ |
|
| * | | builtin-blame: Fix blame -C -C with submodules. | Alexander Gavrilov | 2008-10-05 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-09-06 |
|\ \ \
| |/ / |
|
| * | | "blame -c" should be compatible with "annotate" | Junio C Hamano | 2008-09-05 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-09-03 |
|\ \ \
| |/ / |
|
| * | | Start conforming code to "git subcmd" style | Heikki Orsila | 2008-08-30 |
| |/ |
|
* | | xdiff-interface: hide the whole "xdiff_emit_state" business from the caller | Junio C Hamano | 2008-08-14 |
* | | Make xdi_diff_outf interface for running xdiff_outf diffs | Brian Downing | 2008-08-13 |
|/ |
|
* | Teach --find-copies-harder to "git blame" | Junio C Hamano | 2008-07-31 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | | Do not try to detect move/copy for entries below threshold. | Alexander Gavrilov | 2008-07-15 |
* | | Avoid rescanning unchanged entries in search for copies. | Alexander Gavrilov | 2008-07-15 |
* | | revisions: refactor handle_revision_opt into parse_revision_opt. | Pierre Habouzit | 2008-07-09 |
* | | git-blame: fix lapsus | Pierre Habouzit | 2008-07-09 |
* | | git-blame: migrate to incremental parse-option [2/2] | Pierre Habouzit | 2008-07-08 |
* | | git-blame: migrate to incremental parse-option [1/2] | Pierre Habouzit | 2008-07-08 |