index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-blame.c
Commit message (
Expand
)
Author
Age
*
Style fixes, add a space after if/for/while.
Brian Gianforcaro
2009-08-31
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
*
Merge branch 'maint'
Junio C Hamano
2009-06-03
|
\
|
*
blame: correctly handle a path that used to be a directory
Junio C Hamano
2009-06-03
*
|
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
|
/
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-01
*
Merge branch 'jc/maint-1.6.0-blame-s'
Junio C Hamano
2009-03-26
|
\
|
*
blame: read custom grafts given by -S before calling setup_revisions()
Junio C Hamano
2009-03-18
*
|
Merge branch 'el/blame-date'
Junio C Hamano
2009-03-11
|
\
\
|
*
|
Make git blame's date output format configurable, like git log
Eugene Letuchy
2009-03-05
*
|
|
Merge branch 'jc/blame'
Junio C Hamano
2009-03-05
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
blame: show "previous" information in --porcelain/--incremental format
Junio C Hamano
2008-10-12
|
*
|
git-blame: refactor code to emit "porcelain format" output
Junio C Hamano
2008-10-12
*
|
|
Merge branch 'ms/mailmap'
Junio C Hamano
2009-02-15
|
\
\
\
|
*
|
|
Change current mailmap usage to do matching on both name and email of author/...
Marius Storm-Olsen
2009-02-08
|
*
|
|
Add mailmap.file as configurational option for mailmap location
Marius Storm-Olsen
2009-02-08
*
|
|
|
builtin-blame.c: Use utf8_strwidth for author's names
Geoffrey Thomas
2009-02-04
|
/
/
/
*
|
|
builtin-blame.c: use strbuf_readlink()
Junio C Hamano
2008-12-17
*
|
|
Merge branch 'rs/blame'
Junio C Hamano
2008-11-08
|
\
\
\
|
*
|
|
blame: use xdi_diff_hunks(), get rid of struct patch
René Scharfe
2008-10-25
|
*
|
|
Always initialize xpparam_t to 0
Brian Downing
2008-10-25
|
*
|
|
blame: inline get_patch()
René Scharfe
2008-10-25
|
|
/
/
*
|
|
builtin-blame: Reencode commit messages according to git-log rules.
Alexander Gavrilov
2008-10-21
|
/
/
*
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
*
|
Merge branch 'maint'
Shawn O. Pearce
2008-10-06
|
\
\
|
*
|
builtin-blame: Fix blame -C -C with submodules.
Alexander Gavrilov
2008-10-05
*
|
|
Merge branch 'maint'
Junio C Hamano
2008-09-06
|
\
\
\
|
|
/
/
|
*
|
"blame -c" should be compatible with "annotate"
Junio C Hamano
2008-09-05
*
|
|
Merge branch 'maint'
Junio C Hamano
2008-09-03
|
\
\
\
|
|
/
/
|
*
|
Start conforming code to "git subcmd" style
Heikki Orsila
2008-08-30
|
|
/
*
|
xdiff-interface: hide the whole "xdiff_emit_state" business from the caller
Junio C Hamano
2008-08-14
*
|
Make xdi_diff_outf interface for running xdiff_outf diffs
Brian Downing
2008-08-13
|
/
*
Teach --find-copies-harder to "git blame"
Junio C Hamano
2008-07-31
*
Rename path_list to string_list
Johannes Schindelin
2008-07-21
*
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-16
|
\
|
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
*
|
Do not try to detect move/copy for entries below threshold.
Alexander Gavrilov
2008-07-15
*
|
Avoid rescanning unchanged entries in search for copies.
Alexander Gavrilov
2008-07-15
*
|
revisions: refactor handle_revision_opt into parse_revision_opt.
Pierre Habouzit
2008-07-09
*
|
git-blame: fix lapsus
Pierre Habouzit
2008-07-09
*
|
git-blame: migrate to incremental parse-option [2/2]
Pierre Habouzit
2008-07-08
*
|
git-blame: migrate to incremental parse-option [1/2]
Pierre Habouzit
2008-07-08
*
|
Merge branch 'jc/blame' (early part) into HEAD
Junio C Hamano
2008-07-08
|
\
\
|
|
/
|
/
|
|
*
git-blame --reverse
Junio C Hamano
2008-04-12
|
*
builtin-blame.c: allow more than 16 parents
Junio C Hamano
2008-04-12
|
*
builtin-blame.c: move prepare_final() into a separate function.
Junio C Hamano
2008-04-12
*
|
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
|
/
*
Avoid unnecessary "if-before-free" tests.
Jim Meyering
2008-02-22
*
Merge branch 'jc/setup'
Junio C Hamano
2008-02-20
|
\
[next]