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
2022-01-10
Merge branch 'ds/fetch-pull-with-sparse-index'
Junio C Hamano
4
-80
/
+149
2022-01-10
Merge branch 'hn/ref-api-tests-update'
Junio C Hamano
3
-11
/
+24
2022-01-10
Merge branch 'ja/perf-use-specified-shell'
Junio C Hamano
1
-1
/
+1
2022-01-10
Merge branch 'hn/test-ref-store-show-hash-algo'
Junio C Hamano
1
-4
/
+5
2022-01-10
Merge branch 'ws/fast-export-with-revision-options'
Junio C Hamano
1
-0
/
+32
2022-01-10
Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
Junio C Hamano
1
-1
/
+36
2022-01-05
Merge branch 'rs/pcre2-utf'
Junio C Hamano
1
-0
/
+6
2022-01-05
Merge branch 'jc/t4204-do-not-write-git-on-upstream-of-pipe'
Junio C Hamano
1
-12
/
+17
2022-01-05
Merge branch 'rs/log-invert-grep-with-headers'
Junio C Hamano
1
-0
/
+19
2022-01-05
Merge branch 'rs/t4202-invert-grep-test-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'ds/repack-fixlets'
Junio C Hamano
2
-0
/
+47
2022-01-05
Merge branch 'jc/merge-detached-head-name'
Junio C Hamano
1
-1
/
+41
2022-01-05
Merge branch 'pw/diff-color-moved-fix'
Junio C Hamano
2
-11
/
+251
2022-01-05
Merge branch 'xw/am-empty'
Junio C Hamano
2
-0
/
+108
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-0
/
+277
2022-01-05
Merge branch 'jh/p4-rcs-expansion-in-bytestring'
Junio C Hamano
1
-0
/
+15
2022-01-03
Merge branch 'en/sparse-checkout-set'
Junio C Hamano
1
-1
/
+9
2022-01-03
Merge branch 'es/test-chain-lint'
Junio C Hamano
161
-845
/
+738
2021-12-30
sparse-checkout: refuse to add to bad patterns
Derrick Stolee
1
-2
/
+5
2021-12-30
sparse-checkout: fix OOM error with mixed patterns
Derrick Stolee
1
-0
/
+11
2021-12-30
sparse-checkout: fix segfault on malformed patterns
Derrick Stolee
1
-0
/
+21
2021-12-25
t/perf: do not run tests in user's $SHELL
Johannes Altmanninger
1
-1
/
+1
2021-12-22
Merge branch 'es/chainlint'
Junio C Hamano
71
-293
/
+339
2021-12-22
Merge branch 'jz/apply-quiet-and-allow-empty'
Junio C Hamano
1
-4
/
+18
2021-12-22
Merge branch 'ab/common-main-cleanup'
Junio C Hamano
1
-2
/
+3
2021-12-22
Merge branch 'ab/fetch-set-upstream-while-detached'
Junio C Hamano
1
-0
/
+22
2021-12-22
t7004: use "test-tool ref-store" for reflog inspection
Han-Wen Nienhuys
1
-2
/
+2
2021-12-22
t7004: create separate tags for different tests
Han-Wen Nienhuys
1
-11
/
+11
2021-12-22
t5550: require REFFILES
Han-Wen Nienhuys
1
-0
/
+7
2021-12-22
t5540: require REFFILES
Han-Wen Nienhuys
1
-0
/
+6
2021-12-22
test-read-cache: remove --table, --expand options
Derrick Stolee
1
-54
/
+10
2021-12-22
t1091/t3705: remove 'test-tool read-cache --table'
Derrick Stolee
2
-9
/
+24
2021-12-22
t1092: replace 'read-cache --table' with 'ls-files --sparse'
Derrick Stolee
1
-17
/
+14
2021-12-22
ls-files: add --sparse option
Derrick Stolee
1
-0
/
+91
2021-12-22
fetch/pull: use the sparse index
Derrick Stolee
1
-0
/
+10
2021-12-21
test-ref-store: print hash algorithm
Han-Wen Nienhuys
1
-4
/
+5
2021-12-21
Merge branch 'ld/sparse-diff-blame'
Junio C Hamano
2
-18
/
+95
2021-12-21
Merge branch 'ak/protect-any-current-branch'
Junio C Hamano
4
-4
/
+43
2021-12-21
Merge branch 'fs/ssh-signing-other-keytypes'
Junio C Hamano
3
-3
/
+28
2021-12-21
Merge branch 'fs/ssh-signing-key-lifetime'
Junio C Hamano
5
-13
/
+244
2021-12-21
Merge branch 'jk/log-decorate-opts-with-implicit-decorate'
Junio C Hamano
1
-0
/
+37
2021-12-21
Merge branch 'en/rebase-x-wo-git-dir-env'
Junio C Hamano
1
-0
/
+23
2021-12-21
fast-export: fix surprising behavior with --first-parent
William Sprent
1
-0
/
+32
2021-12-20
merge: allow to pretend a merge is made into a different branch
Junio C Hamano
1
-1
/
+41
2021-12-20
grep/pcre2: use PCRE2_UTF even with ASCII patterns
René Scharfe
1
-0
/
+6
2021-12-20
repack: make '--quiet' disable progress
Derrick Stolee
1
-0
/
+7
2021-12-20
repack: respect kept objects with '--write-midx -b'
Derrick Stolee
2
-0
/
+40
2021-12-17
t4202: fix patternType setting in --invert-grep test
René Scharfe
1
-1
/
+1
2021-12-17
log: let --invert-grep only invert --grep
René Scharfe
1
-0
/
+19
2021-12-16
t4204 is not sanitizer clean at all
Junio C Hamano
1
-12
/
+17
[next]