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