index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-blame.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'maint-1.6.5' into maint
Junio C Hamano
2010-02-09
1
-1
/
+1
|
\
|
*
blame: prevent a segv when -L given start > EOF
Jay Soffian
2010-02-09
1
-1
/
+1
*
|
Merge branch 'maint'
Junio C Hamano
2009-12-22
1
-3
/
+10
|
\
|
|
*
Prevent git blame from segfaulting on a missing author name
David Reiss
2009-12-22
1
-3
/
+10
*
|
Merge branch 'jc/log-stdin'
Junio C Hamano
2009-11-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Teach --stdin option to "log" family
Junio C Hamano
2009-11-21
1
-0
/
+1
*
|
blame: make sure that the last line ends in an LF
Johannes Schindelin
2009-10-22
1
-0
/
+6
|
/
*
Style fixes, add a space after if/for/while.
Brian Gianforcaro
2009-09-01
1
-1
/
+1
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-4
/
+4
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-4
/
+3
*
Merge branch 'maint'
Junio C Hamano
2009-06-03
1
-8
/
+18
|
\
|
*
blame: correctly handle a path that used to be a directory
Junio C Hamano
2009-06-03
1
-8
/
+18
*
|
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+1
|
/
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-02
1
-4
/
+4
*
Merge branch 'jc/maint-1.6.0-blame-s'
Junio C Hamano
2009-03-26
1
-4
/
+4
|
\
|
*
blame: read custom grafts given by -S before calling setup_revisions()
Junio C Hamano
2009-03-18
1
-4
/
+4
*
|
Merge branch 'el/blame-date'
Junio C Hamano
2009-03-11
1
-16
/
+51
|
\
\
|
*
|
Make git blame's date output format configurable, like git log
Eugene Letuchy
2009-03-06
1
-16
/
+51
*
|
|
Merge branch 'jc/blame'
Junio C Hamano
2009-03-06
1
-64
/
+43
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
blame: show "previous" information in --porcelain/--incremental format
Junio C Hamano
2008-10-12
1
-30
/
+12
|
*
|
git-blame: refactor code to emit "porcelain format" output
Junio C Hamano
2008-10-12
1
-34
/
+31
*
|
|
Merge branch 'ms/mailmap'
Junio C Hamano
2009-02-15
1
-20
/
+32
|
\
\
\
|
*
|
|
Change current mailmap usage to do matching on both name and email of author/...
Marius Storm-Olsen
2009-02-08
1
-19
/
+31
|
*
|
|
Add mailmap.file as configurational option for mailmap location
Marius Storm-Olsen
2009-02-08
1
-1
/
+1
*
|
|
|
builtin-blame.c: Use utf8_strwidth for author's names
Geoffrey Thomas
2009-02-05
1
-5
/
+7
|
/
/
/
*
|
|
builtin-blame.c: use strbuf_readlink()
Junio C Hamano
2008-12-17
1
-4
/
+1
*
|
|
Merge branch 'rs/blame'
Junio C Hamano
2008-11-09
1
-151
/
+56
|
\
\
\
|
*
|
|
blame: use xdi_diff_hunks(), get rid of struct patch
René Scharfe
2008-10-25
1
-139
/
+52
|
*
|
|
Always initialize xpparam_t to 0
Brian Downing
2008-10-25
1
-0
/
+1
|
*
|
|
blame: inline get_patch()
René Scharfe
2008-10-25
1
-20
/
+11
|
|
/
/
*
/
/
builtin-blame: Reencode commit messages according to git-log rules.
Alexander Gavrilov
2008-10-21
1
-5
/
+11
|
/
/
*
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-2
/
+1
*
|
Merge branch 'maint'
Shawn O. Pearce
2008-10-06
1
-0
/
+2
|
\
\
|
*
|
builtin-blame: Fix blame -C -C with submodules.
Alexander Gavrilov
2008-10-06
1
-0
/
+2
*
|
|
Merge branch 'maint'
Junio C Hamano
2008-09-07
1
-4
/
+5
|
\
|
|
|
*
|
"blame -c" should be compatible with "annotate"
Junio C Hamano
2008-09-05
1
-4
/
+5
*
|
|
Merge branch 'maint'
Junio C Hamano
2008-09-04
1
-1
/
+1
|
\
|
|
|
*
|
Start conforming code to "git subcmd" style
Heikki Orsila
2008-08-30
1
-1
/
+1
|
|
/
*
|
xdiff-interface: hide the whole "xdiff_emit_state" business from the caller
Junio C Hamano
2008-08-14
1
-3
/
+1
*
|
Make xdi_diff_outf interface for running xdiff_outf diffs
Brian Downing
2008-08-14
1
-3
/
+1
|
/
*
Teach --find-copies-harder to "git blame"
Junio C Hamano
2008-07-31
1
-0
/
+4
*
Rename path_list to string_list
Johannes Schindelin
2008-07-22
1
-5
/
+5
*
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-1
/
+1
|
\
|
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
|
Do not try to detect move/copy for entries below threshold.
Alexander Gavrilov
2008-07-16
1
-5
/
+11
*
|
Avoid rescanning unchanged entries in search for copies.
Alexander Gavrilov
2008-07-16
1
-2
/
+19
*
|
revisions: refactor handle_revision_opt into parse_revision_opt.
Pierre Habouzit
2008-07-10
1
-10
/
+1
*
|
git-blame: fix lapsus
Pierre Habouzit
2008-07-10
1
-1
/
+1
*
|
git-blame: migrate to incremental parse-option [2/2]
Pierre Habouzit
2008-07-09
1
-92
/
+38
*
|
git-blame: migrate to incremental parse-option [1/2]
Pierre Habouzit
2008-07-09
1
-102
/
+118
[next]