index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
blame.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-02
Merge branch 'jk/commit-buffer-length'
Junio C Hamano
1
-5
/
+17
2014-06-25
Merge branch 'rs/blame-refactor'
Junio C Hamano
1
-28
/
+14
2014-06-13
blame: simplify prepare_lines()
René Scharfe
1
-13
/
+7
2014-06-13
blame: factor out get_next_line()
René Scharfe
1
-18
/
+10
2014-06-13
commit: record buffer length in cache
Jeff King
1
-1
/
+13
2014-06-13
convert logmsg_reencode to get_commit_buffer
Jeff King
1
-2
/
+2
2014-06-13
provide a helper to set the commit buffer
Jeff King
1
-1
/
+1
2014-06-12
logmsg_reencode: return const buffer
Jeff King
1
-1
/
+1
2014-06-12
do not create "struct commit" with xcalloc
Jeff King
1
-1
/
+1
2014-06-06
Merge branch 'bc/blame-crlf-test'
Junio C Hamano
1
-1
/
+0
2014-06-06
Merge branch 'dk/blame-reorg'
Junio C Hamano
1
-298
/
+567
2014-05-08
blame: correctly handle files regardless of autocrlf
brian m. carlson
1
-1
/
+0
2014-04-28
blame: large-scale performance rewrite
David Kastrup
1
-298
/
+567
2014-04-23
blame: dynamic blame_date_width for different locales
Jiang Xin
1
-1
/
+8
2014-04-23
blame: fix broken time_buf paddings in relative timestamp
Jiang Xin
1
-7
/
+14
2014-04-03
Merge branch 'nd/log-show-linear-break'
Junio C Hamano
1
-1
/
+1
2014-03-25
object.h: centralize object flag allocation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-02-27
Merge branch 'dk/blame-janitorial'
Junio C Hamano
1
-51
/
+42
2014-02-27
Merge branch 'ep/varscope'
Junio C Hamano
1
-3
/
+3
2014-02-25
builtin/blame.c::find_copy_in_blob: no need to scan for region end
David Kastrup
1
-8
/
+1
2014-02-24
blame.c: prepare_lines should not call xrealloc for every line
David Kastrup
1
-15
/
+31
2014-02-24
builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
David Kastrup
1
-2
/
+2
2014-02-24
builtin/blame.c: eliminate same_suspect()
David Kastrup
1
-17
/
+8
2014-01-31
builtin/blame.c: reduce scope of variables
Elia Pinto
1
-3
/
+3
2014-01-22
builtin/blame.c: struct blame_entry does not need a prev link
David Kastrup
1
-11
/
+2
2014-01-10
Merge branch 'js/lift-parent-count-limit'
Junio C Hamano
1
-4
/
+4
2013-12-27
Remove the line length limit for graft files
Johannes Schindelin
1
-4
/
+4
2013-12-05
Merge branch 'jk/robustify-parse-commit'
Junio C Hamano
1
-2
/
+1
2013-10-28
pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2013-10-24
assume parse_commit checks commit->object.parsed
Jeff King
1
-2
/
+1
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-10
/
+4
2013-09-09
Merge branch 'es/blame-L-twice'
Junio C Hamano
1
-43
/
+50
2013-09-09
Merge branch 'es/blame-L-more'
Junio C Hamano
1
-2
/
+2
2013-08-06
blame: teach -L/RE/ to search from end of previous -L range
Eric Sunshine
1
-1
/
+4
2013-08-06
line-range: teach -L/RE/ to search relative to anchor point
Eric Sunshine
1
-1
/
+1
2013-08-06
blame: accept multiple -L ranges
Eric Sunshine
1
-32
/
+47
2013-08-06
blame: inline one-line function into its lone caller
Eric Sunshine
1
-14
/
+3
2013-08-05
blame: fix -L bounds checking bug
Eric Sunshine
1
-2
/
+2
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-4
/
+4
2013-07-15
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
1
-7
/
+1
2013-07-15
remove diff_tree_{setup,release}_paths
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2013-06-02
Merge branch 'tr/line-log'
Junio C Hamano
1
-91
/
+8
2013-04-23
Merge branch 'nd/pretty-formats'
Junio C Hamano
1
-1
/
+1
2013-04-18
pretty: save commit encoding from logmsg_reencode if the caller needs it
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-04-17
blame: handle broken commit headers gracefully
René Scharfe
1
-3
/
+8
2013-03-28
log -L: :pattern:file syntax to find by funcname
Thomas Rast
1
-1
/
+1
2013-03-28
Refactor parse_loc
Bo Yang
1
-91
/
+8
2013-01-26
logmsg_reencode: lazily load missing commit buffers
Jeff King
1
-13
/
+0
2013-01-26
logmsg_reencode: never return NULL
Jeff King
1
-5
/
+4
2013-01-20
Merge branch 'ap/log-mailmap'
Junio C Hamano
1
-97
/
+86
[next]