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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-29
Merge branch 'ds/default-pack-use-sparse-to-true'
Junio C Hamano
2
-4
/
+6
2020-03-29
test-lib-functions: simplify packetize() stdin code
Jeff King
1
-5
/
+4
2020-03-29
t/README: suggest how to leave test early with failure
Junio C Hamano
1
-0
/
+35
2020-03-28
midx.c: fix an integer underflow
Damien Robert
2
-4
/
+9
2020-03-27
p5310: stop timing non-bitmap pack-to-disk
Jeff King
1
-4
/
+0
2020-03-27
upload-pack: handle unexpected delim packets
Jeff King
1
-0
/
+33
2020-03-27
test-lib-functions: make packetize() more efficient
Jeff King
2
-14
/
+28
2020-03-27
sparse-checkout: provide a new reapply subcommand
Elijah Newren
1
-0
/
+41
2020-03-27
unpack-trees: failure to set SKIP_WORKTREE bits always just a warning
Elijah Newren
2
-5
/
+28
2020-03-27
unpack-trees: provide warnings on sparse updates for unmerged paths too
Elijah Newren
1
-0
/
+25
2020-03-27
unpack-trees: make sparse path messages sound like warnings
Elijah Newren
1
-3
/
+3
2020-03-27
unpack-trees: split display_error_msgs() into two
Elijah Newren
1
-2
/
+2
2020-03-27
sparse-checkout: use improved unpack_trees porcelain messages
Elijah Newren
1
-4
/
+2
2020-03-27
sparse-checkout: use new update_sparsity() function
Elijah Newren
1
-10
/
+29
2020-03-27
t1091: make some tests a little more defensive against failures
Elijah Newren
1
-0
/
+2
2020-03-27
t/lib-*.sh: drop executable bit
Jeff King
4
-0
/
+0
2020-03-27
t/lib-credential.sh: drop shebang line
Jeff King
1
-1
/
+2
2020-03-27
t5801: teach compare_refs() to accept !
Denton Liu
1
-2
/
+8
2020-03-27
t5612: stop losing return codes of git commands
Denton Liu
1
-12
/
+12
2020-03-27
t5612: don't use `test_must_fail test_cmp`
Denton Liu
1
-1
/
+1
2020-03-27
t5607: reorder `nongit test_must_fail`
Denton Liu
1
-1
/
+1
2020-03-27
t5550: simplify no matching line check
Denton Liu
1
-3
/
+1
2020-03-27
t5512: stop losing return codes of git commands
Denton Liu
1
-7
/
+7
2020-03-27
t5512: stop losing git exit code in here-docs
Denton Liu
1
-29
/
+35
2020-03-26
t5703: feed raw data into test-tool unpack-sideband
Đoàn Trần Công Danh
2
-5
/
+2
2020-03-26
t4124: tweak test so that non-compliant diff(1) can also be used
Đoàn Trần Công Danh
1
-0
/
+7
2020-03-26
Merge branch 'ah/force-pull-rebase-configuration'
Junio C Hamano
2
-11
/
+49
2020-03-26
Merge branch 'tg/retire-scripted-stash'
Junio C Hamano
2
-4
/
+14
2020-03-26
Merge branch 'jc/describe-misnamed-annotated-tag'
Junio C Hamano
1
-1
/
+19
2020-03-26
Merge branch 'at/rebase-fork-point-regression-fix'
Junio C Hamano
1
-0
/
+20
2020-03-26
Merge branch 'bc/filter-process'
Junio C Hamano
2
-30
/
+174
2020-03-26
Merge branch 'hi/gpg-prefer-check-signature'
Junio C Hamano
2
-0
/
+128
2020-03-26
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
7
-34
/
+187
2020-03-26
Merge branch 'pb/recurse-submodules-fix'
Junio C Hamano
2
-20
/
+49
2020-03-26
tests: increase the verbosity of the GPG-related prereqs
Johannes Schindelin
1
-14
/
+14
2020-03-26
tests: turn GPG, GPGSM and RFC1991 into lazy prereqs
Johannes Schindelin
1
-45
/
+57
2020-03-26
tests: do not let lazy prereqs inside `test_expect_*` turn off tracing
Johannes Schindelin
2
-2
/
+17
2020-03-26
t/lib-gpg.sh: stop pretending to be a stand-alone script
Johannes Schindelin
1
-2
/
+0
2020-03-25
Merge branch 'pw/advise-rebase-skip'
Junio C Hamano
4
-20
/
+149
2020-03-25
Merge branch 'am/real-path-fix'
Junio C Hamano
1
-1
/
+4
2020-03-25
Merge branch 'hw/advise-ng'
Junio C Hamano
5
-0
/
+57
2020-03-25
Git 2.26.1
Junio C Hamano
3
-2
/
+32
2020-03-25
tests(gpg): allow the gpg-agent to start on Windows
Johannes Schindelin
1
-1
/
+1
2020-03-25
test-lib: allow short options to be bundled
Matheus Tavares
2
-15
/
+49
2020-03-25
t7063: drop non-POSIX argument "-ls" from find(1)
Đoàn Trần Công Danh
1
-1
/
+1
2020-03-25
t5616: use rev-parse instead to get HEAD's object_id
Đoàn Trần Công Danh
1
-1
/
+1
2020-03-25
t5003: skip conversion test if unzip -a is unavailable
Đoàn Trần Công Danh
1
-6
/
+10
2020-03-25
t5003: drop the subshell in test_lazy_prereq
Đoàn Trần Công Danh
1
-6
/
+2
2020-03-25
test-lib-functions: test_cmp: eval $GIT_TEST_CMP
Đoàn Trần Công Danh
1
-1
/
+1
2020-03-25
t4061: use POSIX compliant regex(7)
Đoàn Trần Công Danh
1
-1
/
+1
[prev]
[next]