summaryrefslogtreecommitdiff
path: root/builtin-blame.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/log-stdin'Junio C Hamano2009-11-231-0/+1
|\
| * Teach --stdin option to "log" familyJunio C Hamano2009-11-201-0/+1
* | blame: make sure that the last line ends in an LFJohannes Schindelin2009-10-211-0/+6
|/
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-4/+4
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-4/+3
* Merge branch 'maint'Junio C Hamano2009-06-031-8/+18
|\
| * blame: correctly handle a path that used to be a directoryJunio C Hamano2009-06-031-8/+18
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
|/
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-4/+4
* Merge branch 'jc/maint-1.6.0-blame-s'Junio C Hamano2009-03-261-4/+4
|\
| * blame: read custom grafts given by -S before calling setup_revisions()Junio C Hamano2009-03-181-4/+4
* | Merge branch 'el/blame-date'Junio C Hamano2009-03-111-16/+51
|\ \
| * | Make git blame's date output format configurable, like git logEugene Letuchy2009-03-051-16/+51
* | | Merge branch 'jc/blame'Junio C Hamano2009-03-051-64/+43
|\ \ \ | |/ / |/| |
| * | blame: show "previous" information in --porcelain/--incremental formatJunio C Hamano2008-10-121-30/+12
| * | git-blame: refactor code to emit "porcelain format" outputJunio C Hamano2008-10-121-34/+31
* | | Merge branch 'ms/mailmap'Junio C Hamano2009-02-151-20/+32
|\ \ \
| * | | Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen2009-02-081-19/+31
| * | | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-081-1/+1
* | | | builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas2009-02-041-5/+7
|/ / /
* | | builtin-blame.c: use strbuf_readlink()Junio C Hamano2008-12-171-4/+1
* | | Merge branch 'rs/blame'Junio C Hamano2008-11-081-151/+56
|\ \ \
| * | | blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe2008-10-251-139/+52
| * | | Always initialize xpparam_t to 0Brian Downing2008-10-251-0/+1
| * | | blame: inline get_patch()René Scharfe2008-10-251-20/+11
| |/ /
* | | builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-211-5/+11
|/ /
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* | Merge branch 'maint'Shawn O. Pearce2008-10-061-0/+2
|\ \
| * | builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-051-0/+2
* | | Merge branch 'maint'Junio C Hamano2008-09-061-4/+5
|\ \ \ | |/ /
| * | "blame -c" should be compatible with "annotate"Junio C Hamano2008-09-051-4/+5
* | | Merge branch 'maint'Junio C Hamano2008-09-031-1/+1
|\ \ \ | |/ /
| * | Start conforming code to "git subcmd" styleHeikki Orsila2008-08-301-1/+1
| |/
* | xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano2008-08-141-3/+1
* | Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing2008-08-131-3/+1
|/
* Teach --find-copies-harder to "git blame"Junio C Hamano2008-07-311-0/+4
* Rename path_list to string_listJohannes Schindelin2008-07-211-5/+5
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | Do not try to detect move/copy for entries below threshold.Alexander Gavrilov2008-07-151-5/+11
* | Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov2008-07-151-2/+19
* | revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-091-10/+1
* | git-blame: fix lapsusPierre Habouzit2008-07-091-1/+1
* | git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit2008-07-081-92/+38
* | git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit2008-07-081-102/+118
* | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-081-59/+147
|\ \ | |/ |/|
| * git-blame --reverseJunio C Hamano2008-04-121-16/+65
| * builtin-blame.c: allow more than 16 parentsJunio C Hamano2008-04-121-32/+61
| * builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano2008-04-121-23/+33