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-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
2019-02-14
t1404: do not rely on the exact phrasing of strerror()
Junio C Hamano
1
-1
/
+1
2019-02-14
docs/git-rebase: remove redundant entry in incompatible options list
Emilio Cobos Álvarez
1
-1
/
+0
2019-02-13
Git 2.21-rc1
Junio C Hamano
1
-0
/
+10
2019-02-13
Merge branch 'ab/rebase-test-fix'
Junio C Hamano
1
-3
/
+6
2019-02-13
Merge branch 'rb/no-dev-zero-in-test'
Junio C Hamano
3
-3
/
+16
2019-02-13
Merge branch 'rs/bash-is-in-coreutils-on-nonstop'
Junio C Hamano
1
-3
/
+1
2019-02-13
Merge branch 'js/mingw-host-cpu'
Junio C Hamano
2
-19
/
+2
2019-02-13
Merge branch 'sg/stress-test'
Junio C Hamano
3
-4
/
+23
2019-02-13
Merge branch 'kd/t0028-octal-del-is-377-not-777'
Junio C Hamano
1
-4
/
+4
2019-02-13
Merge branch 'bc/utf16-portability-fix'
Junio C Hamano
3
-5
/
+50
2019-02-13
Merge branch 'nd/fileno-may-be-macro'
Junio C Hamano
4
-0
/
+24
2019-02-13
Merge branch 'nd/get-oid-with-context-returns-an-enum'
Junio C Hamano
1
-3
/
+5
2019-02-13
Merge branch 'rj/sequencer-sign-off-header-static'
Junio C Hamano
2
-3
/
+1
2019-02-13
rebase: fix regression in rebase.useBuiltin=false test mode
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2019-02-13
mingw: use a more canonical method to fix the CPU reporting
Johannes Schindelin
2
-19
/
+2
2019-02-13
config.mak.uname: move location of bash on NonStop to CoreUtils
Randall S. Becker
1
-3
/
+1
2019-02-13
t5562: replace /dev/zero with a pipe from generate_zero_bytes
Randall S. Becker
1
-2
/
+2
2019-02-13
t5318: replace use of /dev/zero with generate_zero_bytes
Randall S. Becker
1
-1
/
+1
2019-02-12
get_oid_with_context(): match prototype and implementation
Duy Nguyen
1
-3
/
+5
2019-02-12
git-compat-util: work around fileno(fp) that is a macro
Duy Nguyen
4
-0
/
+24
[next]