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
/
blame.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-25
Merge branch 'ab/diff-free-more'
Junio C Hamano
1
-3
/
+0
2022-02-16
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2022-01-12
git-rev-list: add --exclude-first-parent-only flag
Jerry Zhang
1
-1
/
+1
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-9
/
+8
2020-11-21
Merge branch 'en/strmap'
Junio C Hamano
1
-1
/
+1
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-1
/
+1
2020-11-01
blame: simplify 'setup_blame_bloom_data' interface
Philippe Blain
1
-3
/
+2
2020-11-01
blame: simplify 'setup_scoreboard' interface
Philippe Blain
1
-6
/
+5
2020-10-12
blame: handle deref_tag() returning NULL
René Scharfe
1
-3
/
+3
2020-09-29
Merge branch 'tb/bloom-improvements'
Junio C Hamano
1
-3
/
+5
2020-09-18
Merge branch 'ea/blame-use-oideq'
Junio C Hamano
1
-2
/
+2
2020-09-17
bloom: split 'get_bloom_filter()' in two
Taylor Blau
1
-1
/
+1
2020-09-09
commit-graph: introduce 'get_bloom_filter_settings()'
Taylor Blau
1
-2
/
+4
2020-09-08
blame.c: replace instance of !oidcmp for oideq
Edmundo Carmona Antoranz
1
-2
/
+2
2020-08-13
blame: only coalesce lines that are adjacent in result
Jeff King
1
-0
/
+1
2020-06-17
commit: move members graph_pos, generation to a slab
Abhishek Kumar
1
-1
/
+1
2020-04-23
blame: drop unused parameter from maybe_changed_path
Jeff King
1
-3
/
+1
2020-04-16
blame: use changed-path Bloom filters
Derrick Stolee
1
-9
/
+130
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-11
/
+14
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
1
-6
/
+4
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
1
-2
/
+0
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: use *_entry APIs for iteration
Eric Wong
1
-4
/
+6
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-3
/
+8
2019-10-07
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
1
-3
/
+3
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-08-19
blame: remove needless comparison with GIT_SHA1_HEXSZ
brian m. carlson
1
-1
/
+1
2019-07-19
Merge branch 'nd/tree-walk-with-repo'
Junio C Hamano
1
-2
/
+2
2019-07-19
Merge branch 'br/blame-ignore'
Junio C Hamano
1
-56
/
+959
2019-06-28
blame: drop some unused function parameters
Jeff King
1
-4
/
+3
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-06-20
blame: use the fingerprint heuristic to match ignored lines
Barret Rhoden
1
-5
/
+55
2019-06-20
blame: add a fingerprint heuristic to match ignored lines
Michael Platings
1
-0
/
+642
2019-05-16
blame: optionally track line fingerprints during fill_blame_origin()
Barret Rhoden
1
-30
/
+60
2019-05-16
blame: add config options for the output of ignored or unblamable lines
Barret Rhoden
1
-1
/
+13
2019-05-16
blame: add the ability to ignore commits and their changes
Barret Rhoden
1
-9
/
+167
2019-05-16
blame: use a helper function in blame_chunk()
Barret Rhoden
1
-16
/
+28
2019-05-09
Merge branch 'en/merge-directory-renames'
Junio C Hamano
1
-1
/
+1
2019-04-25
Merge branch 'dk/blame-keep-origin-blob'
Junio C Hamano
1
-1
/
+2
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-1
/
+1
2019-04-03
blame.c: don't drop origin blobs as eagerly
David Kastrup
1
-1
/
+2
2019-03-07
Merge branch 'wh/author-committer-ident-config'
Junio C Hamano
1
-1
/
+2
2019-02-04
config: allow giving separate author and committer idents
William Hubbs
1
-1
/
+2
2019-01-14
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
blame.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
1
-17
/
+22
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-30
/
+33
2018-09-21
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-9
/
+11
[next]