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
2021-09-28
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
3
-8
/
+27
2021-09-28
add: fail when adding an untracked sparse file
Derrick Stolee
1
-9
/
+28
2021-09-28
t1092: behavior for adding sparse files
Derrick Stolee
1
-0
/
+28
2021-09-24
t3705: test that 'sparse_entry' is unstaged
Derrick Stolee
1
-0
/
+14
2021-09-09
sparse-index: integrate with cherry-pick and rebase
Derrick Stolee
1
-2
/
+37
2021-09-09
t1092: add cherry-pick, rebase tests
Derrick Stolee
1
-6
/
+9
2021-09-09
merge-ort: expand only for out-of-cone conflicts
Derrick Stolee
1
-2
/
+28
2021-09-09
merge: make sparse-aware with ORT
Derrick Stolee
1
-2
/
+10
2021-09-07
sparse-checkout: clear tracked sparse dirs
Derrick Stolee
1
-0
/
+59
2021-09-07
t7519: rewrite sparse index test
Derrick Stolee
1
-17
/
+21
2021-08-10
Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-files
Junio C Hamano
1
-9
/
+58
2021-08-06
Merge branch 'cb/t7508-regexp-fix'
Junio C Hamano
1
-1
/
+1
2021-08-06
Merge branch 'fc/disable-checkwinsize'
Junio C Hamano
1
-0
/
+6
2021-08-06
test: fix for COLUMNS and bash 5
Felipe Contreras
1
-0
/
+6
2021-08-04
Merge branch 'tb/mingw-rmdir-symlink-to-directory'
Junio C Hamano
2
-0
/
+16
2021-08-04
Merge branch 'ab/getcwd-test'
Junio C Hamano
4
-1
/
+32
2021-08-04
Merge branch 'pb/merge-autostash-more'
Junio C Hamano
1
-0
/
+19
2021-08-04
Merge branch 'en/ort-perf-batch-14'
Junio C Hamano
1
-1
/
+1
2021-08-04
Merge branch 'ds/commit-and-checkout-with-sparse-index'
Junio C Hamano
2
-23
/
+221
2021-08-04
Merge branch 'ar/submodule-add'
Junio C Hamano
2
-6
/
+17
2021-08-02
mingw: align symlinks-related rmdir() behavior with Linux
Thomas Bétous
2
-0
/
+16
2021-08-02
t7508: avoid non POSIX BRE
Carlo Marcelo Arenas Belón
1
-1
/
+1
2021-08-02
Merge branch 'jt/bulk-prefetch'
Junio C Hamano
1
-0
/
+33
2021-08-02
Merge branch 'ab/bundle-tests'
Junio C Hamano
1
-16
/
+56
2021-08-02
Merge branch 'ps/perf-with-separate-output-directory'
Junio C Hamano
3
-13
/
+24
2021-07-30
t0001: fix broken not-quite getcwd(3) test in bed67874e2
Ævar Arnfjörð Bjarmason
4
-1
/
+32
2021-07-29
add: ignore outside the sparse-checkout in refresh()
Derrick Stolee
1
-5
/
+1
2021-07-29
pathspec: stop calling ensure_full_index
Derrick Stolee
1
-4
/
+3
2021-07-29
add: allow operating on a sparse-only index
Derrick Stolee
1
-7
/
+18
2021-07-29
t1092: test merge conflicts outside cone
Derrick Stolee
1
-0
/
+43
2021-07-28
Merge branch 'ps/t0000-output-directory-fix'
Junio C Hamano
2
-2
/
+14
2021-07-28
Merge branch 'tb/reverse-midx'
Junio C Hamano
1
-0
/
+5
2021-07-28
Merge branch 'pb/dont-complete-aliased-options'
Junio C Hamano
1
-0
/
+13
2021-07-28
Merge branch 'ds/status-with-sparse-index'
Junio C Hamano
2
-11
/
+206
2021-07-28
Merge branch 'ab/pkt-line-tests'
Junio C Hamano
5
-34
/
+24
2021-07-28
Merge branch 'jk/t0000-subtests-fix'
Junio C Hamano
1
-10
/
+29
2021-07-28
Merge branch 'ab/attribute-format'
Junio C Hamano
1
-1
/
+1
2021-07-28
Merge branch 'jk/log-decorate-optim'
Junio C Hamano
1
-0
/
+14
2021-07-28
Merge branch 'sm/worktree-add-lock'
Junio C Hamano
1
-1
/
+15
2021-07-28
Merge branch 'ew/many-alternate-optim'
Junio C Hamano
4
-0
/
+100
2021-07-28
Merge branch 'hj/commit-allow-empty-message'
Junio C Hamano
1
-1
/
+1
2021-07-23
merge: apply autostash if merge strategy fails
Philippe Blain
1
-0
/
+8
2021-07-23
merge: apply autostash if fast-forward fails
Philippe Blain
1
-0
/
+11
2021-07-23
cache-tree: prefetch in partial clone read-tree
Jonathan Tan
1
-0
/
+33
2021-07-22
bundle tests: use test_cmp instead of grep
Ævar Arnfjörð Bjarmason
1
-13
/
+53
2021-07-22
bundle tests: use ">file" not ": >file"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-07-22
Merge branch 'bc/rev-list-without-commit-line'
Junio C Hamano
1
-2
/
+78
2021-07-22
Merge branch 'ab/send-email-optim'
Junio C Hamano
1
-0
/
+29
2021-07-20
unpack-trees: resolve sparse-directory/file conflicts
Derrick Stolee
1
-12
/
+12
2021-07-20
t1092: document bad 'git checkout' behavior
Derrick Stolee
1
-2
/
+140
[next]