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
2019-06-19
commit-graph: verify chains with --shallow mode
Derrick Stolee
5
-14
/
+101
2019-06-19
commit-graph: create options for split files
Derrick Stolee
8
-24
/
+128
2019-06-19
commit-graph: expire commit-graph files
Derrick Stolee
3
-1
/
+85
2019-06-19
commit-graph: allow cross-alternate chains
Derrick Stolee
4
-11
/
+123
2019-06-19
commit-graph: merge commit-graph chains
Derrick Stolee
3
-33
/
+240
2019-06-19
commit-graph: add --split option to builtin
Derrick Stolee
3
-8
/
+138
2019-06-19
commit-graph: write commit-graph chains
Derrick Stolee
3
-12
/
+278
2019-06-19
commit-graph: rearrange chunk count logic
Derrick Stolee
1
-14
/
+21
2019-06-19
commit-graph: add base graphs chunk
Derrick Stolee
3
-2
/
+32
2019-06-19
commit-graph: load commit-graph chains
Derrick Stolee
1
-6
/
+106
2019-06-19
commit-graph: rename commit_compare to oid_compare
Derrick Stolee
1
-2
/
+2
2019-06-19
commit-graph: prepare for commit-graph chains
Derrick Stolee
2
-11
/
+81
2019-06-19
commit-graph: document commit-graph chains
Derrick Stolee
1
-0
/
+59
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
11
-12
/
+12
2019-06-12
packfile: close commit-graph in close_all_packs
Derrick Stolee
1
-0
/
+3
2019-06-12
commit-graph: use raw_object_store when closing
Derrick Stolee
3
-6
/
+6
2019-06-12
commit-graph: extract write_commit_graph_file()
Derrick Stolee
1
-75
/
+80
2019-06-12
commit-graph: extract copy_oids_to_commits()
Derrick Stolee
1
-25
/
+32
2019-06-12
commit-graph: extract count_distinct_commits()
Derrick Stolee
1
-13
/
+22
2019-06-12
commit-graph: extract fill_oids_from_all_packs()
Derrick Stolee
1
-11
/
+15
2019-06-12
commit-graph: extract fill_oids_from_commit_hex()
Derrick Stolee
1
-32
/
+40
2019-06-12
commit-graph: extract fill_oids_from_packs()
Derrick Stolee
1
-36
/
+47
2019-06-12
commit-graph: create write_commit_graph_context
Derrick Stolee
1
-196
/
+194
2019-06-12
commit-graph: remove Future Work section
Derrick Stolee
1
-17
/
+0
2019-06-12
commit-graph: collapse parameters into flags
Derrick Stolee
5
-13
/
+18
2019-06-12
commit-graph: return with errors during write
Derrick Stolee
6
-39
/
+77
2019-05-13
commit-graph: fix the_repository reference
Derrick Stolee
1
-1
/
+1
2019-04-01
commit-graph: improve & i18n error messages
Ævar Arnfjörð Bjarmason
1
-19
/
+19
2019-04-01
commit-graph write: don't die if the existing graph is corrupt
Ævar Arnfjörð Bjarmason
4
-5
/
+23
2019-04-01
commit-graph verify: detect inability to read the graph
Ævar Arnfjörð Bjarmason
2
-1
/
+9
2019-04-01
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
Ævar Arnfjörð Bjarmason
3
-8
/
+6
2019-04-01
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
4
-18
/
+51
2019-04-01
commit-graph: fix segfault on e.g. "git status"
Ævar Arnfjörð Bjarmason
2
-10
/
+36
2019-02-22
commit-graph tests: test a graph that's too small
Ævar Arnfjörð Bjarmason
1
-0
/
+6
2019-02-22
commit-graph tests: split up corrupt_graph_and_verify()
Ævar Arnfjörð Bjarmason
1
-6
/
+16
2019-02-19
Git 2.21-rc2
Junio C Hamano
1
-1
/
+1
2019-02-19
Merge branch 'js/test-tool-gen-nuls'
Junio C Hamano
5
-7
/
+25
2019-02-19
Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'
Junio C Hamano
1
-2
/
+2
2019-02-19
Merge branch 'mk/t5562-do-not-reuse-output-files'
Junio C Hamano
1
-4
/
+4
2019-02-19
t5562: do not reuse output files
Max Kirillov
1
-4
/
+4
2019-02-19
tests: teach the test-tool to generate NUL bytes and use it
Johannes Schindelin
5
-7
/
+25
2019-02-19
t5562: do not depend on /dev/zero
Max Kirillov
1
-1
/
+1
2019-02-19
Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"
Junio C Hamano
1
-2
/
+2
2019-02-15
mingw: safe-guard a bit more against getenv() problems
Johannes Schindelin
1
-1
/
+1
2019-02-14
Merge branch 'ea/rebase-compat-doc-fix'
Junio C Hamano
1
-1
/
+0
2019-02-14
Merge branch 'jc/no-grepping-for-strerror-in-tests'
Junio C Hamano
1
-1
/
+1
2019-02-14
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
1
-0
/
+1
2019-02-14
Merge branch 'en/rebase-merge-on-sequencer'
Junio C Hamano
1
-2
/
+0
2019-02-14
git-rebase.txt: update to reflect merge now implemented on sequencer
Elijah Newren
1
-2
/
+0
2019-02-14
t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache
Todd Zullinger
1
-0
/
+1
[next]