index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-21
commit-reach: fix memory and flag leaks
Derrick Stolee
1
-0
/
+5
2018-09-21
commit-reach: properly peel tags
Derrick Stolee
3
-14
/
+74
2018-08-28
commit-reach: correct accidental #include of C file
Jonathan Nieder
1
-1
/
+1
2018-07-20
commit-reach: use can_all_from_reach
Derrick Stolee
3
-7
/
+41
2018-07-20
commit-reach: make can_all_from_reach... linear
Derrick Stolee
3
-53
/
+83
2018-07-20
commit-reach: replace ref_newer logic
Derrick Stolee
1
-23
/
+3
2018-07-20
test-reach: test commit_contains
Derrick Stolee
2
-0
/
+46
2018-07-20
test-reach: test can_all_from_reach_with_flags
Derrick Stolee
4
-2
/
+102
2018-07-20
test-reach: test reduce_heads
Derrick Stolee
2
-0
/
+26
2018-07-20
test-reach: test get_merge_bases_many
Derrick Stolee
2
-0
/
+46
2018-07-20
test-reach: test is_descendant_of
Derrick Stolee
2
-0
/
+30
2018-07-20
test-reach: test in_merge_bases
Derrick Stolee
2
-0
/
+24
2018-07-20
test-reach: create new test tool for ref_newer
Derrick Stolee
5
-0
/
+152
2018-07-20
commit-reach: move can_all_from_reach_with_flags
Derrick Stolee
4
-71
/
+80
2018-07-20
upload-pack: generalize commit date cutoff
Derrick Stolee
1
-6
/
+10
2018-07-20
upload-pack: refactor ok_to_give_up()
Derrick Stolee
1
-11
/
+23
2018-07-20
upload-pack: make reachable() more generic
Derrick Stolee
1
-8
/
+9
2018-07-20
commit-reach: move commit_contains from ref-filter
Derrick Stolee
3
-139
/
+147
2018-07-20
commit-reach: move ref_newer from remote.c
Derrick Stolee
5
-51
/
+57
2018-07-20
commit.h: remove method declarations
Derrick Stolee
24
-30
/
+23
2018-07-20
commit-reach: move walk methods from commit.c
Derrick Stolee
5
-359
/
+404
2018-07-17
commit-graph: add repo arg to graph readers
Jonathan Tan
13
-42
/
+162
2018-07-17
commit-graph: store graph in struct object_store
Jonathan Tan
3
-21
/
+27
2018-07-17
commit-graph: add free_commit_graph
Jonathan Tan
3
-10
/
+18
2018-07-17
commit-graph: add missing forward declaration
Jonathan Tan
1
-0
/
+2
2018-07-17
object-store: add missing include
Jonathan Tan
1
-0
/
+3
2018-07-17
commit-graph: refactor preparing commit graph
Jonathan Tan
1
-11
/
+17
2018-07-17
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
Junio C Hamano
14
-83
/
+575
2018-07-16
coccinelle: update commit.cocci
Derrick Stolee
1
-1
/
+1
2018-06-29
commit.c: allow lookup_commit_reference to handle arbitrary repositories
Stefan Beller
2
-5
/
+4
2018-06-29
commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories
Stefan Beller
2
-7
/
+5
2018-06-29
tag.c: allow deref_tag to handle arbitrary repositories
Stefan Beller
2
-5
/
+3
2018-06-29
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
2
-9
/
+8
2018-06-29
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
2
-11
/
+10
2018-06-29
commit.c: allow get_cached_commit_buffer to handle arbitrary repositories
Stefan Beller
2
-4
/
+3
2018-06-29
commit.c: allow set_commit_buffer to handle arbitrary repositories
Stefan Beller
2
-4
/
+3
2018-06-29
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
4
-6
/
+36
2018-06-29
commit-slabs: remove realloc counter outside of slab struct
Stefan Beller
1
-3
/
+0
2018-06-29
commit.c: allow parse_commit_buffer to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
tag: allow parse_tag_buffer to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
tag: allow lookup_tag to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
commit: allow lookup_commit to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
tree: allow lookup_tree to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
blob: allow lookup_blob to handle arbitrary repositories
Stefan Beller
2
-7
/
+6
2018-06-29
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
2
-10
/
+8
2018-06-29
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
2
-4
/
+3
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
18
-26
/
+42
2018-06-29
tag: add repository argument to parse_tag_buffer
Stefan Beller
6
-7
/
+8
2018-06-29
tag: add repository argument to lookup_tag
Stefan Beller
8
-12
/
+12
2018-06-29
commit: add repository argument to get_cached_commit_buffer
Stefan Beller
4
-5
/
+6
[next]