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
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
2017-11-01
diff: remove DIFF_OPT_SET macro
Brandon Williams
1
-2
/
+2
2017-11-01
diff: remove DIFF_OPT_TST macro
Brandon Williams
1
-2
/
+2
2017-09-06
Merge branch 'po/read-graft-line'
Junio C Hamano
1
-1
/
+1
2017-08-19
progress: simplify "delayed" progress API
Junio C Hamano
1
-2
/
+1
2017-08-18
commit: replace the raw buffer with strbuf in read_graft_line
Patryk Obara
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-1
/
+1
2017-06-05
Merge branch 'js/blame-lib'
Junio C Hamano
1
-2048
/
+64
2017-06-04
Merge branch 'ab/c-translators-comment-style'
Junio C Hamano
1
-6
/
+9
2017-05-31
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
1
-6
/
+9
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-7
/
+7
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-05-25
blame: move entry prepend to libgit
Jeff Smith
1
-14
/
+0
2017-05-25
blame: move scoreboard setup to libgit
Jeff Smith
1
-276
/
+0
2017-05-25
blame: move scoreboard-related methods to libgit
Jeff Smith
1
-1318
/
+0
2017-05-25
blame: move fake-commit-related methods to libgit
Jeff Smith
1
-197
/
+0
2017-05-25
blame: move origin-related methods to libgit
Jeff Smith
1
-72
/
+0
2017-05-25
blame: move core structures to header
Jeff Smith
1
-133
/
+1
2017-05-25
blame: create entry prepend function
Jeff Smith
1
-10
/
+15
2017-05-25
blame: create scoreboard setup function
Jeff Smith
1
-89
/
+101
2017-05-25
blame: create scoreboard init function
Jeff Smith
1
-3
/
+8
2017-05-25
blame: rework methods that determine 'final' commit
Jeff Smith
1
-26
/
+23
[next]