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-07-30
Merge branch 'jt/avoid-lazy-fetching-upon-have-check' into master
Junio C Hamano
1
-0
/
+38
2020-07-30
Merge branch 'dl/test-must-fail-fixes-6' into master
Junio C Hamano
7
-7
/
+86
2020-07-30
Merge branch 'jk/reject-newer-extensions-in-v0' into master
Junio C Hamano
1
-0
/
+3
2020-07-30
Merge branch 'hn/reftable' into master
Junio C Hamano
2
-6
/
+6
2020-07-30
Merge branch 'bw/fail-cloning-into-non-empty' into master
Junio C Hamano
1
-1
/
+3
2020-07-30
Merge branch 'jk/tests-timestamp-fix' into master
Junio C Hamano
5
-8
/
+17
2020-07-30
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2
-4
/
+43
2020-07-30
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2
-3
/
+6
2020-07-18
Merge branch 'dl/branch-cleanup' into master
Junio C Hamano
1
-2
/
+2
2020-07-18
t3200: don't grep for `strerror()` string
Martin Ågren
1
-2
/
+2
2020-07-16
Merge branch 'jn/v0-with-extensions-fix' into master
Junio C Hamano
1
-2
/
+13
2020-07-16
upload-pack: do not lazy-fetch "have" objects
Jonathan Tan
1
-0
/
+38
2020-07-16
verify_repository_format(): complain about new extensions in v0 repo
Jeff King
1
-0
/
+3
2020-07-16
repository: allow repository format upgrade with extensions
Jonathan Nieder
1
-2
/
+2
2020-07-16
Revert "check_repository_format_gently(): refuse extensions for old repositor...
Jonathan Nieder
1
-2
/
+13
2020-07-15
t9100: stop depending on commit timestamps
Jeff King
1
-6
/
+3
2020-07-14
test-lib: set deterministic default author/committer date
Jeff King
1
-0
/
+3
2020-07-14
t9100: explicitly unset GIT_COMMITTER_DATE
Jeff King
1
-0
/
+4
2020-07-10
t3432: use git-reflog to inspect the reflog for HEAD
Han-Wen Nienhuys
1
-3
/
+4
2020-07-10
t5539: make timestamp requirements more explicit
Jeff King
1
-1
/
+3
2020-07-10
t9700: loosen ident timezone regex
Jeff King
1
-3
/
+3
2020-07-10
git clone: don't clone into non-empty directory
Ben Wijen
1
-1
/
+3
2020-07-09
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
1
-0
/
+14
2020-07-09
Merge branch 'rs/line-log-until' into master
Junio C Hamano
1
-0
/
+8
2020-07-09
Merge branch 'ra/send-email-in-reply-to-from-command-line-wins' into master
Junio C Hamano
1
-1
/
+13
2020-07-08
commit.c: don't persist substituted parents when unshallowing
Taylor Blau
1
-0
/
+14
2020-07-07
t6000: use test_tick consistently
Jeff King
1
-2
/
+5
2020-07-07
test-lib-functions: restrict test_must_fail usage
Denton Liu
2
-0
/
+65
2020-07-07
t9400: don't use test_must_fail with cvs
Denton Liu
1
-1
/
+1
2020-07-07
t9834: remove use of `test_might_fail p4`
Denton Liu
1
-1
/
+1
2020-07-07
t7107: don't use test_must_fail()
Denton Liu
1
-2
/
+7
2020-07-07
t5324: reorder `run_with_limited_open_files test_might_fail`
Denton Liu
1
-1
/
+1
2020-07-07
t3701: stop using `env` in force_color()
Denton Liu
1
-2
/
+11
2020-07-06
Merge branch 'dl/test-must-fail-fixes-5'
Junio C Hamano
13
-59
/
+121
2020-07-06
Merge branch 'jk/fast-export-anonym-alt'
Junio C Hamano
1
-16
/
+38
2020-07-06
Merge branch 'js/diff-files-i-t-a-fix-for-difftool'
Junio C Hamano
2
-3
/
+10
2020-07-06
Merge branch 'js/default-branch-name'
Junio C Hamano
34
-95
/
+176
2020-07-06
Merge branch 'bc/http-push-flagsfix'
Junio C Hamano
1
-0
/
+16
2020-07-06
Merge branch 'js/pu-to-seen'
Junio C Hamano
3
-14
/
+14
2020-07-06
Merge branch 'cb/is-descendant-of'
Junio C Hamano
1
-1
/
+1
2020-07-06
Merge branch 'es/get-worktrees-unsort'
Junio C Hamano
1
-1
/
+1
2020-07-06
Merge branch 'bc/sha-256-cvs-svn-updates'
Junio C Hamano
7
-25
/
+44
2020-07-06
Merge branch 'ak/commit-graph-to-slab'
Junio C Hamano
1
-1
/
+1
2020-07-06
Merge branch 'ps/ref-transaction-hook'
Junio C Hamano
2
-0
/
+141
2020-07-06
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
15
-191
/
+274
2020-07-06
lib-t6000.sh: write tag using git-update-ref
Han-Wen Nienhuys
1
-3
/
+2
2020-07-06
revision: disable min_age optimization with line-log
René Scharfe
1
-0
/
+8
2020-07-01
difftool -d: ensure that intent-to-add files are handled correctly
Johannes Schindelin
1
-0
/
+8
2020-07-01
diff-files --raw: show correct post-image of intent-to-add files
Johannes Schindelin
1
-3
/
+2
2020-07-01
send-email: restore --in-reply-to superseding behavior
Rafael Aquini
1
-1
/
+13
[next]