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
2017-05-25
blame: wrap blame_sort and compare_blame_final
Jeff Smith
1
-8
/
+9
2017-05-25
blame: move progress updates to a scoreboard callback
Jeff Smith
1
-10
/
+17
2017-05-24
blame: make sanity_check use a callback in scoreboard
Jeff Smith
1
-8
/
+19
2017-05-24
blame: move no_whole_file_rename flag to scoreboard
Jeff Smith
1
-1
/
+3
2017-05-24
blame: move xdl_opts flags to scoreboard
Jeff Smith
1
-3
/
+5
2017-05-24
blame: move show_root flag to scoreboard
Jeff Smith
1
-1
/
+4
2017-05-24
blame: move reverse flag to scoreboard
Jeff Smith
1
-9
/
+14
2017-05-24
blame: move contents_from to scoreboard
Jeff Smith
1
-0
/
+4
2017-05-24
blame: move copy/move thresholds to scoreboard
Jeff Smith
1
-18
/
+23
2017-05-24
blame: move stat counters to scoreboard
Jeff Smith
1
-17
/
+17
2017-05-24
blame: rename nth_line function
Jeff Smith
1
-8
/
+8
2017-05-24
blame: rename ent_score function
Jeff Smith
1
-7
/
+7
2017-05-24
blame: rename coalesce function
Jeff Smith
1
-2
/
+2
2017-05-24
blame: rename origin-related functions
Jeff Smith
1
-29
/
+29
2017-05-24
blame: rename scoreboard structure to blame_scoreboard
Jeff Smith
1
-29
/
+29
2017-05-24
blame: rename origin structure to blame_origin
Jeff Smith
1
-57
/
+57
2017-05-24
blame: remove unused parameters
Jeff Smith
1
-15
/
+10
2017-05-24
blame: move textconv_object with related functions
Jeff Smith
1
-28
/
+0
2017-05-24
blame: remove unneeded dependency on blob.h
Jeff Smith
1
-1
/
+0
2017-05-08
diff-lib: convert do_diff_cache to struct object_id
brian m. carlson
1
-3
/
+3
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-2
/
+2
2017-05-02
builtin/blame: convert static function to struct object_id
brian m. carlson
1
-3
/
+3
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-4
/
+4
2017-04-23
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
1
-3
/
+3
2017-03-26
Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
brian m. carlson
1
-2
/
+2
2017-03-17
Merge branch 'rs/blame-code-cleanup'
Junio C Hamano
1
-17
/
+8
2017-03-11
blame: move blame_entry duplication to add_blame_entry()
René Scharfe
1
-17
/
+8
2017-01-30
use oid_to_hex_r() for converting struct object_id hashes to hex strings
René Scharfe
1
-2
/
+2
2017-01-18
Merge branch 'jk/blame-fixes'
Junio C Hamano
1
-10
/
+17
2017-01-07
blame: output porcelain "previous" header for each file
Jeff King
1
-9
/
+14
2017-01-07
blame: handle --no-abbrev
Jeff King
1
-0
/
+2
2017-01-07
blame: fix alignment with --abbrev=40
Jeff King
1
-1
/
+1
2016-12-23
diff: retire "compaction" heuristics
Junio C Hamano
1
-3
/
+2
2016-10-10
Merge branch 'jc/blame-reverse'
Junio C Hamano
1
-2
/
+40
2016-10-06
Merge branch 'jc/blame-abbrev'
Junio C Hamano
1
-1
/
+1
2016-09-28
blame: use DEFAULT_ABBREV macro
Junio C Hamano
1
-1
/
+1
2016-09-26
Merge branch 'mh/diff-indent-heuristic'
Junio C Hamano
1
-0
/
+12
2016-09-21
Merge branch 'va/i18n'
Junio C Hamano
1
-8
/
+10
2016-09-19
blame: honor the diff heuristic options and config
Michael Haggerty
1
-0
/
+12
2016-09-15
i18n: blame: mark error messages for translation
Vasco Almeida
1
-8
/
+10
2016-09-07
builtin/blame: convert file to use struct object_id
brian m. carlson
1
-14
/
+14
2016-09-07
builtin: convert textconv_object to use struct object_id
brian m. carlson
1
-6
/
+6
2016-09-07
builtin/blame: convert struct origin to use struct object_id
brian m. carlson
1
-20
/
+20
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
1
-1
/
+1
2016-08-31
Merge branch 'mh/blame-worktree'
Junio C Hamano
1
-1
/
+2
2016-08-29
blame: fix segfault on untracked files
Thomas Gummerer
1
-1
/
+2
2016-08-08
Merge branch 'jk/parseopt-string-list'
Junio C Hamano
1
-1
/
+1
2016-08-08
Merge branch 'jk/reflog-date'
Junio C Hamano
1
-0
/
+3
2016-08-03
blame: drop strdup of string literal
Eric Sunshine
1
-1
/
+1
2016-07-27
date: add "unix" format
Jeff King
1
-0
/
+3
[prev]
[next]