aboutsummaryrefslogtreecommitdiff
path: root/builtin-blame.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2009-12-22
|\
| * Prevent git blame from segfaulting on a missing author nameDavid Reiss2009-12-22
* | Merge branch 'jc/log-stdin'Junio C Hamano2009-11-23
|\ \ | |/ |/|
| * Teach --stdin option to "log" familyJunio C Hamano2009-11-20
* | blame: make sure that the last line ends in an LFJohannes Schindelin2009-10-21
|/
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-31
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* Merge branch 'maint'Junio C Hamano2009-06-03
|\
| * blame: correctly handle a path that used to be a directoryJunio C Hamano2009-06-03
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
|/
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* Merge branch 'jc/maint-1.6.0-blame-s'Junio C Hamano2009-03-26
|\
| * blame: read custom grafts given by -S before calling setup_revisions()Junio C Hamano2009-03-18
* | Merge branch 'el/blame-date'Junio C Hamano2009-03-11
|\ \
| * | Make git blame's date output format configurable, like git logEugene Letuchy2009-03-05
* | | Merge branch 'jc/blame'Junio C Hamano2009-03-05
|\ \ \ | |/ / |/| |
| * | blame: show "previous" information in --porcelain/--incremental formatJunio C Hamano2008-10-12
| * | git-blame: refactor code to emit "porcelain format" outputJunio C Hamano2008-10-12
* | | Merge branch 'ms/mailmap'Junio C Hamano2009-02-15
|\ \ \
| * | | Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen2009-02-08
| * | | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-08
* | | | builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas2009-02-04
|/ / /
* | | builtin-blame.c: use strbuf_readlink()Junio C Hamano2008-12-17
* | | Merge branch 'rs/blame'Junio C Hamano2008-11-08
|\ \ \
| * | | blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe2008-10-25
| * | | Always initialize xpparam_t to 0Brian Downing2008-10-25
| * | | blame: inline get_patch()René Scharfe2008-10-25
| |/ /
* | | builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-21
|/ /
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* | Merge branch 'maint'Shawn O. Pearce2008-10-06
|\ \
| * | builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-05
* | | Merge branch 'maint'Junio C Hamano2008-09-06
|\ \ \ | |/ /
| * | "blame -c" should be compatible with "annotate"Junio C Hamano2008-09-05
* | | Merge branch 'maint'Junio C Hamano2008-09-03
|\ \ \ | |/ /
| * | Start conforming code to "git subcmd" styleHeikki Orsila2008-08-30
| |/
* | xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano2008-08-14
* | Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing2008-08-13
|/
* Teach --find-copies-harder to "git blame"Junio C Hamano2008-07-31
* Rename path_list to string_listJohannes Schindelin2008-07-21
* Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | Do not try to detect move/copy for entries below threshold.Alexander Gavrilov2008-07-15
* | Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov2008-07-15
* | revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-09
* | git-blame: fix lapsusPierre Habouzit2008-07-09
* | git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit2008-07-08
* | git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit2008-07-08
* | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-08
|\ \ | |/ |/|
| * git-blame --reverseJunio C Hamano2008-04-12