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
2019-04-16
Merge branch 'jk/refs-double-abort'
Junio C Hamano
1
-0
/
+16
2019-04-16
Merge branch 'tz/completion'
Junio C Hamano
1
-0
/
+6
2019-04-16
Merge branch 'tz/t4038-bash-redirect-target-workaround'
Junio C Hamano
1
-4
/
+4
2019-04-16
Merge branch 'ab/drop-scripted-rebase'
Junio C Hamano
3
-10
/
+19
2019-04-16
Merge branch 'jk/perf-lib-tee'
Junio C Hamano
1
-23
/
+11
2019-04-16
Merge branch 'nd/checkout-f-while-conflicted-fix'
Junio C Hamano
1
-0
/
+24
2019-04-16
Merge branch 'jc/format-patch-error-check'
Junio C Hamano
1
-0
/
+6
2019-04-16
Merge branch 'js/get-short-oid-drop-cache'
Junio C Hamano
1
-0
/
+22
2019-04-16
Merge branch 'js/init-db-update-for-mingw'
Junio C Hamano
1
-0
/
+11
2019-04-16
Merge branch 'jt/test-protocol-version'
Junio C Hamano
14
-37
/
+113
2019-04-10
Merge branch 'ar/t4150-remove-cruft'
Junio C Hamano
1
-3
/
+1
2019-04-10
Merge branch 'jk/line-log-with-patch'
Junio C Hamano
1
-0
/
+17
2019-04-10
Merge branch 'ra/t3600-test-path-funcs'
Junio C Hamano
2
-171
/
+187
2019-04-10
Merge branch 'nd/rewritten-ref-is-per-worktree'
Junio C Hamano
1
-0
/
+35
2019-03-22
refs/files-backend: handle packed transaction prepare failure
Jeff King
1
-0
/
+16
2019-03-21
unpack-trees: fix oneway_merge accidentally carry over stage index
Nguyễn Thái Ngọc Duy
1
-0
/
+24
2019-03-21
completion: fix multiple command removals
Jeff King
1
-1
/
+1
2019-03-21
t9902: test multiple removals via completion.commands
Todd Zullinger
1
-0
/
+6
2019-03-20
Merge branch 'jk/virtual-objects-do-exist'
Junio C Hamano
1
-0
/
+10
2019-03-20
Merge branch 'jk/fsck-doc'
Junio C Hamano
1
-2
/
+17
2019-03-20
Merge branch 'js/stress-test-ui-tweak'
Junio C Hamano
2
-4
/
+13
2019-03-20
Merge branch 'js/rebase-orig-head-fix'
Junio C Hamano
1
-0
/
+8
2019-03-20
Merge branch 'jk/bisect-final-output'
Junio C Hamano
1
-3
/
+3
2019-03-20
rebase: remove the rebase.useBuiltin setting
Ævar Arnfjörð Bjarmason
3
-10
/
+19
2019-03-18
t4038-diff-combined: quote paths with whitespace
Todd Zullinger
1
-4
/
+4
2019-03-18
perf-lib.sh: rely on test-lib.sh for --tee handling
Jeff King
1
-23
/
+11
2019-03-14
get_oid(): when an object was not found, try harder
Johannes Schindelin
1
-1
/
+1
2019-03-14
rebase -i: demonstrate obscure loose object cache bug
Johannes Schindelin
1
-0
/
+22
2019-03-13
t4150: remove unused variable
Andrei Rybak
1
-3
/
+1
2019-03-12
mingw: respect core.hidedotfiles = false in git-init again
Johannes Schindelin
1
-0
/
+11
2019-03-11
line-log: detect unsupported formats
Jeff King
1
-0
/
+10
2019-03-08
t3600: use helpers to replace test -d/f/e/s <path>
Rohit Ashiwal
1
-75
/
+75
2019-03-08
t3600: modernize style
Rohit Ashiwal
1
-100
/
+107
2019-03-08
test functions: add function `test_file_not_empty`
Rohit Ashiwal
1
-0
/
+9
2019-03-08
Make sure refs/rewritten/ is per-worktree
Nguyễn Thái Ngọc Duy
1
-0
/
+35
2019-03-08
line-log: suppress diff output with "-s"
Jeff King
1
-0
/
+7
2019-03-07
t5552: compensate for v2 filtering ref adv.
Jonathan Tan
1
-1
/
+4
2019-03-07
tests: fix protocol version for overspecifications
Jonathan Tan
4
-11
/
+46
2019-03-07
t5700: only run with protocol version 1
Jonathan Tan
1
-0
/
+3
2019-03-07
t5512: compensate for v0 only sending HEAD symrefs
Jonathan Tan
1
-5
/
+13
2019-03-07
t5503: fix overspecification of trace expectation
Jonathan Tan
1
-1
/
+1
2019-03-07
tests: always test fetch of unreachable with v0
Jonathan Tan
4
-9
/
+32
2019-03-07
t5601: check ssh command only with protocol v0
Jonathan Tan
1
-8
/
+8
2019-03-07
tests: define GIT_TEST_PROTOCOL_VERSION
Jonathan Tan
3
-2
/
+6
2019-03-07
Merge branch 'jt/http-auth-proto-v2-fix'
Junio C Hamano
1
-1
/
+32
2019-03-07
Merge branch 'jk/diff-no-index-initialize'
Junio C Hamano
1
-0
/
+8
2019-03-07
Merge branch 'jk/prune-optim'
Junio C Hamano
2
-8
/
+55
2019-03-07
Merge branch 'jh/trace2'
Junio C Hamano
11
-0
/
+1181
2019-03-07
Merge branch 'nd/split-index-null-base-fix'
Junio C Hamano
1
-0
/
+18
2019-03-07
Merge branch 'jc/test-yes-doc'
Junio C Hamano
2
-1
/
+14
[next]