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
2019-12-01
Merge branch 'sg/blame-indent-heuristics-is-now-the-default'
Junio C Hamano
1
-8
/
+0
2019-11-10
Merge branch 'hv/bitshift-constants-in-blame'
Junio C Hamano
1
-12
/
+12
2019-10-29
builtin/blame.c: remove '--indent-heuristic' from usage string
SZEDER Gábor
1
-8
/
+0
2019-10-21
builtin/blame.c: constants into bit shift format
Hariom Verma
1
-12
/
+12
2019-10-11
Merge branch 'rs/dedup-includes'
Junio C Hamano
1
-1
/
+0
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-1
/
+0
2019-08-19
builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo
brian m. carlson
1
-3
/
+4
2019-07-19
Merge branch 'br/blame-ignore'
Junio C Hamano
1
-0
/
+56
2019-06-20
cache-tree/blame: avoid reusing the DEBUG constant
Jeff Hostetler
1
-3
/
+3
2019-05-16
blame: add config options for the output of ignored or unblamable lines
Barret Rhoden
1
-0
/
+18
2019-05-16
blame: add the ability to ignore commits and their changes
Barret Rhoden
1
-0
/
+38
2019-04-25
Merge branch 'sg/blame-in-bare-start-at-head'
Junio C Hamano
1
-0
/
+13
2019-04-08
blame: default to HEAD in a bare repo when no start commit is given
SZEDER Gábor
1
-0
/
+13
2019-03-07
Merge branch 'nd/diff-parseopt'
Junio C Hamano
1
-1
/
+1
2019-02-06
Merge branch 'lt/date-human'
Junio C Hamano
1
-0
/
+4
2019-01-27
parse-options: stop abusing 'callback' for lowlevel callbacks
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-01-18
Add 'human' date format
Linus Torvalds
1
-0
/
+4
2018-12-15
Merge branch 'nd/show-gitcomp-compilation-fix' into maint
Junio C Hamano
1
-0
/
+2
2018-12-12
parse-options: fix SunCC compiler warning
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+4
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-21
line-range.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-0
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-1
/
+1
2018-08-13
blame.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-08-02
Merge branch 'is/parsing-line-range'
Junio C Hamano
1
-2
/
+2
2018-07-24
Merge branch 'sb/blame-color'
Junio C Hamano
1
-1
/
+3
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-1
/
+3
2018-07-16
blame: prefer xsnprintf to strcpy for colors
Jeff King
1
-1
/
+3
2018-06-25
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
1
-1
/
+1
2018-06-18
Merge branch 'sb/blame-color'
Junio C Hamano
1
-0
/
+1
2018-06-15
blame: prevent error if range ends past end of file
Isabella Stephens
1
-2
/
+2
2018-06-14
blame: release string_list after use in parse_color_fields()
René Scharfe
1
-0
/
+1
2018-05-30
Merge branch 'sb/blame-color'
Junio C Hamano
1
-4
/
+125
2018-05-21
blame: use commit-slab for blame suspects instead of commit->util
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-16
commit: add repository argument to register_commit_graft
Jonathan Nieder
1
-1
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+1
2018-04-24
builtin/blame: add new coloring scheme config
Stefan Beller
1
-0
/
+18
2018-04-24
builtin/blame: highlight recently changed lines
Stefan Beller
1
-4
/
+76
2018-04-24
builtin/blame: dim uninteresting metadata lines
Stefan Beller
1
-4
/
+35
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
1
-0
/
+1
2018-03-22
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
1
-0
/
+1
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-1
/
+1
2018-02-07
blame: tighten command line parser
Junio C Hamano
1
-6
/
+14
2017-11-01
diff: make struct diff_flags members lowercase
Brandon Williams
1
-5
/
+5
2017-11-01
diff: remove DIFF_OPT_CLR macro
Brandon Williams
1
-1
/
+1
[next]