summaryrefslogtreecommitdiff
path: root/builtin-blame.c
AgeCommit message (Expand)Author
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-03Merge branch 'maint'Junio C Hamano
2009-06-03blame: correctly handle a path that used to be a directoryJunio C Hamano
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-03-26Merge branch 'jc/maint-1.6.0-blame-s'Junio C Hamano
2009-03-18blame: read custom grafts given by -S before calling setup_revisions()Junio C Hamano
2009-03-11Merge branch 'el/blame-date'Junio C Hamano
2009-03-06Make git blame's date output format configurable, like git logEugene Letuchy
2009-03-05Merge branch 'jc/blame'Junio C Hamano
2009-02-15Merge branch 'ms/mailmap'Junio C Hamano
2009-02-08Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen
2009-02-05builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas
2008-12-17builtin-blame.c: use strbuf_readlink()Junio C Hamano
2008-11-09Merge branch 'rs/blame'Junio C Hamano
2008-10-25blame: use xdi_diff_hunks(), get rid of struct patchRené Scharfe
2008-10-25Always initialize xpparam_t to 0Brian Downing
2008-10-25blame: inline get_patch()René Scharfe
2008-10-21builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov
2008-10-12blame: show "previous" information in --porcelain/--incremental formatJunio C Hamano
2008-10-12git-blame: refactor code to emit "porcelain format" outputJunio C Hamano
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-06builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov
2008-09-06Merge branch 'maint'Junio C Hamano
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano
2008-09-03Merge branch 'maint'Junio C Hamano
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila
2008-08-14xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano
2008-08-14Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing
2008-07-31Teach --find-copies-harder to "git blame"Junio C Hamano
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-15Do not try to detect move/copy for entries below threshold.Alexander Gavrilov
2008-07-15Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-09revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit
2008-07-09git-blame: fix lapsusPierre Habouzit
2008-07-08git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit
2008-07-08git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit
2008-07-08Merge branch 'jc/blame' (early part) into HEADJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-13git-blame --reverseJunio C Hamano
2008-04-13builtin-blame.c: allow more than 16 parentsJunio C Hamano
2008-04-13builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-21Merge branch 'jc/setup'Junio C Hamano