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-05-22
commit-graph: fix UX issue when .lock file exists
Derrick Stolee
1
-17
/
+5
2018-05-22
commit-graph.txt: update design document
Derrick Stolee
1
-5
/
+24
2018-05-22
merge: check config before loading commits
Derrick Stolee
2
-3
/
+13
2018-05-22
commit: use generation number in remove_redundant()
Derrick Stolee
1
-1
/
+6
2018-05-22
commit: add short-circuit to paint_down_to_common()
Derrick Stolee
1
-4
/
+16
2018-05-22
commit: use generation numbers for in_merge_bases()
Derrick Stolee
1
-1
/
+8
2018-05-22
ref-filter: use generation number for --contains
Derrick Stolee
1
-4
/
+20
2018-05-22
commit-graph: always load commit-graph information
Derrick Stolee
6
-20
/
+47
2018-05-22
commit: use generations in paint_down_to_common()
Derrick Stolee
2
-1
/
+20
2018-05-22
commit-graph: compute generation numbers
Derrick Stolee
1
-0
/
+43
2018-05-22
commit: add generation number to struct commit
Derrick Stolee
3
-0
/
+7
2018-05-02
ref-filter: fix outdated comment on in_commit_list
Derrick Stolee
1
-1
/
+1
2018-05-02
coccinelle: avoid wrong transformation suggestions from commit.cocci
SZEDER Gábor
1
-6
/
+4
2018-04-11
commit-graph: lazy-load trees for commits
Derrick Stolee
4
-4
/
+38
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
23
-61
/
+101
2018-04-11
commit: create get_commit_tree() method
Derrick Stolee
2
-0
/
+13
2018-04-11
treewide: rename tree to maybe_tree
Derrick Stolee
24
-64
/
+65
2018-04-11
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
Junio C Hamano
63
-662
/
+663
2018-04-11
commit-graph: implement "--append" option
Derrick Stolee
5
-5
/
+45
2018-04-11
commit-graph: build graph from starting commits
Derrick Stolee
5
-10
/
+75
2018-04-11
commit-graph: read only from specific pack-indexes
Derrick Stolee
7
-9
/
+81
2018-04-11
commit: integrate commit graph with commit parsing
Derrick Stolee
6
-2
/
+205
2018-04-11
commit-graph: close under reachability
Derrick Stolee
1
-0
/
+45
2018-04-11
commit-graph: add core.commitGraph setting
Derrick Stolee
4
-0
/
+11
2018-04-11
commit-graph: implement git commit-graph read
Derrick Stolee
5
-6
/
+254
2018-04-02
commit-graph: implement git-commit-graph write
Derrick Stolee
3
-0
/
+198
2018-04-02
commit-graph: implement write_commit_graph()
Derrick Stolee
3
-0
/
+366
2018-04-02
commit-graph: create git-commit-graph builtin
Derrick Stolee
8
-0
/
+53
2018-04-02
graph: add commit graph design document
Derrick Stolee
1
-0
/
+163
2018-04-02
commit-graph: add format document
Derrick Stolee
1
-0
/
+97
2018-04-02
csum-file: refactor finalize_hashfile() method
Derrick Stolee
6
-12
/
+14
2018-04-02
csum-file: rename hashclose() to finalize_hashfile()
Derrick Stolee
8
-13
/
+13
2018-03-13
Merge branch 'jk/cached-commit-buffer' into HEAD
Junio C Hamano
6
-46
/
+31
2018-03-13
Merge branch 'jt/binsearch-with-fanout' into HEAD
Junio C Hamano
3
-25
/
+54
2018-02-22
revision: drop --show-all option
Jeff King
3
-42
/
+0
2018-02-22
commit: drop uses of get_cached_commit_buffer()
Jeff King
2
-4
/
+1
2018-02-22
replace: rename 'new' variables
Brandon Williams
1
-17
/
+17
2018-02-22
trailer: rename 'template' variables
Brandon Williams
1
-5
/
+5
2018-02-22
tempfile: rename 'template' variables
Brandon Williams
2
-23
/
+23
2018-02-22
wrapper: rename 'template' variables
Brandon Williams
2
-22
/
+22
2018-02-22
environment: rename 'namespace' variables
Brandon Williams
1
-5
/
+5
2018-02-22
diff: rename 'template' variables
Brandon Williams
1
-5
/
+5
2018-02-22
environment: rename 'template' variables
Brandon Williams
2
-8
/
+8
2018-02-22
init-db: rename 'template' variables
Brandon Williams
1
-15
/
+15
2018-02-22
unpack-trees: rename 'new' variables
Brandon Williams
1
-3
/
+3
2018-02-22
trailer: rename 'new' variables
Brandon Williams
1
-17
/
+17
2018-02-22
submodule: rename 'new' variables
Brandon Williams
2
-16
/
+16
2018-02-22
split-index: rename 'new' variables
Brandon Williams
2
-9
/
+9
2018-02-22
remote: rename 'new' variables
Brandon Williams
1
-10
/
+10
2018-02-22
ref-filter: rename 'new' variables
Brandon Williams
1
-8
/
+8
[next]