aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-blame.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-2477/+0
2010-02-08Merge branch 'maint-1.6.5' into maintJunio C Hamano1-1/+1
2010-02-08blame: prevent a segv when -L given start > EOFJay Soffian1-1/+1
2009-12-22Merge branch 'maint'Junio C Hamano1-3/+10
2009-12-22Prevent git blame from segfaulting on a missing author nameDavid Reiss1-3/+10
2009-11-23Merge branch 'jc/log-stdin'Junio C Hamano1-0/+1
2009-11-20Teach --stdin option to "log" familyJunio C Hamano1-0/+1
2009-10-21blame: make sure that the last line ends in an LFJohannes Schindelin1-0/+6
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro1-1/+1
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-4/+4
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-4/+3
2009-06-03Merge branch 'maint'Junio C Hamano1-8/+18
2009-06-03blame: correctly handle a path that used to be a directoryJunio C Hamano1-8/+18
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-4/+4
2009-03-26Merge branch 'jc/maint-1.6.0-blame-s'Junio C Hamano1-4/+4
2009-03-18blame: read custom grafts given by -S before calling setup_revisions()Junio C Hamano1-4/+4
2009-03-11Merge branch 'el/blame-date'Junio C Hamano1-16/+51
2009-03-05Make git blame's date output format configurable, like git logEugene Letuchy1-16/+51
2009-03-05Merge branch 'jc/blame'Junio C Hamano1-64/+43
2009-02-15Merge branch 'ms/mailmap'Junio C Hamano1-20/+32
2009-02-08Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen1-19/+31
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen1-1/+1
2009-02-04builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas1-5/+7
2008-12-17builtin-blame.c: use strbuf_readlink()Junio C Hamano1-4/+1
2008-11-08Merge branch 'rs/blame'Junio C Hamano1-151/+56
2008-10-25blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe1-139/+52
2008-10-25Always initialize xpparam_t to 0Brian Downing1-0/+1
2008-10-25blame: inline get_patch()René Scharfe1-20/+11
2008-10-21builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov1-5/+11
2008-10-12blame: show "previous" information in --porcelain/--incremental formatJunio C Hamano1-30/+12
2008-10-12git-blame: refactor code to emit "porcelain format" outputJunio C Hamano1-34/+31
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-10-06Merge branch 'maint'Shawn O. Pearce1-0/+2
2008-10-05builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov1-0/+2
2008-09-06Merge branch 'maint'Junio C Hamano1-4/+5
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano1-4/+5
2008-09-03Merge branch 'maint'Junio C Hamano1-1/+1
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila1-1/+1
2008-08-14xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano1-3/+1
2008-08-13Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing1-3/+1
2008-07-31Teach --find-copies-harder to "git blame"Junio C Hamano1-0/+4
2008-07-21Rename path_list to string_listJohannes Schindelin1-5/+5
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-15Do not try to detect move/copy for entries below threshold.Alexander Gavrilov1-5/+11
2008-07-15Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov1-2/+19
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-09revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit1-10/+1
2008-07-09git-blame: fix lapsusPierre Habouzit1-1/+1
2008-07-08git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit1-92/+38