index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
Merge branch 'ps/fetch-omit-formatting-under-quiet'
Junio C Hamano
1
-5
/
+12
2021-09-10
Merge branch 'ka/want-ref-in-namespace'
Junio C Hamano
3
-48
/
+192
2021-09-10
Merge branch 'zh/cherry-pick-advice'
Junio C Hamano
3
-11
/
+42
2021-09-10
Merge branch 'js/advise-when-skipping-cherry-picked'
Junio C Hamano
7
-6
/
+38
2021-09-09
pack-objects: rename .idx files into place after .bitmap files
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
4
-13
/
+39
2021-09-09
builtin/index-pack.c: move `.idx` files into place last
Taylor Blau
1
-2
/
+2
2021-09-09
index-pack: refactor renaming in final()
Ævar Arnfjörð Bjarmason
1
-25
/
+23
2021-09-09
builtin/repack.c: move `.idx` files into place last
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write.c: rename `.idx` files after `*.rev`
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
3
-24
/
+23
2021-09-09
bulk-checkin.c: store checksum directly
Taylor Blau
1
-6
/
+6
2021-09-09
pack-bitmap: drop bitmap_index argument from try_partial_reuse()
Jeff King
1
-3
/
+2
2021-09-09
pack-bitmap: drop repository argument from prepare_midx_bitmap_git()
Jeff King
3
-5
/
+3
2021-09-09
pack.h: line-wrap the definition of finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
1
-1
/
+6
2021-09-09
entry: show finer-grained counter in "Filtering content" progress line
SZEDER Gábor
1
-7
/
+5
2021-09-09
commit-graph: fix bogus counter in "Scanning merged commits" progress line
SZEDER Gábor
1
-1
/
+1
2021-09-08
The fourth batch
Junio C Hamano
1
-0
/
+33
2021-09-08
Merge branch 'sg/column-nl'
Junio C Hamano
3
-2
/
+20
2021-09-08
Merge branch 'cb/makefile-apple-clang'
Junio C Hamano
1
-6
/
+3
2021-09-08
Merge branch 'ps/ls-refs-strbuf-optim'
Junio C Hamano
1
-8
/
+11
2021-09-08
Merge branch 'rs/branch-allow-deleting-dangling'
Junio C Hamano
3
-2
/
+16
2021-09-08
Merge branch 'mt/quiet-with-delayed-checkout'
Junio C Hamano
5
-5
/
+80
2021-09-08
Merge branch 'rs/xopen-reports-open-failures'
Junio C Hamano
16
-53
/
+36
2021-09-08
Merge branch 'dd/diff-files-unmerged-fix'
Junio C Hamano
2
-0
/
+57
2021-09-08
Merge branch 'dd/t6300-wo-gpg-fix'
Junio C Hamano
1
-11
/
+18
2021-09-08
Merge branch 'mh/credential-leakfix'
Junio C Hamano
1
-0
/
+1
2021-09-08
Merge branch 'jk/t5323-no-pack-test-fix'
Junio C Hamano
1
-2
/
+2
2021-09-08
Merge branch 'js/maintenance-launchctl-fix'
Junio C Hamano
2
-21
/
+87
2021-09-08
Merge branch 'ab/rebase-fatal-fatal-fix'
Junio C Hamano
1
-1
/
+1
2021-09-08
Merge branch 'ab/ls-remote-packet-trace'
Junio C Hamano
2
-3
/
+5
2021-09-08
Merge branch 'rs/git-mmap-uses-malloc'
Junio C Hamano
1
-1
/
+6
2021-09-08
Merge branch 'ga/send-email-sendmail-cmd'
Junio C Hamano
1
-1
/
+1
2021-09-08
Merge branch 'me/t5582-cleanup'
Junio C Hamano
1
-1
/
+0
2021-09-08
t7814: show lack of alternate ODB-adding
Jonathan Tan
1
-0
/
+3
2021-09-08
submodule-config: pass repo upon blob config read
Jonathan Tan
3
-9
/
+19
2021-09-08
grep: add repository to OID grep sources
Jonathan Tan
3
-12
/
+27
2021-09-08
grep: allocate subrepos on heap
Jonathan Tan
1
-9
/
+30
2021-09-08
grep: read submodule entry with explicit repo
Jonathan Tan
1
-5
/
+5
2021-09-08
grep: typesafe versions of grep_source_init
Jonathan Tan
3
-23
/
+34
2021-09-08
grep: use submodule-ODB-as-alternate lazy-addition
Jonathan Tan
3
-1
/
+7
2021-09-08
submodule: lazily add submodule ODBs as alternates
Jonathan Tan
4
-1
/
+41
2021-09-07
sparse-checkout: clear tracked sparse dirs
Derrick Stolee
3
-0
/
+163
2021-09-07
sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag
Derrick Stolee
3
-18
/
+26
2021-09-07
attr: be careful about sparse directories
Derrick Stolee
1
-0
/
+15
2021-09-07
sparse-checkout: create helper methods
Derrick Stolee
4
-17
/
+64
2021-09-07
sparse-index: use WRITE_TREE_MISSING_OK
Derrick Stolee
1
-1
/
+4
2021-09-07
sparse-index: silently return when cache tree fails
Derrick Stolee
1
-4
/
+6
2021-09-07
unpack-trees: fix nested sparse-dir search
Derrick Stolee
1
-3
/
+5
2021-09-07
sparse-index: silently return when not using cone-mode patterns
Derrick Stolee
1
-5
/
+11
[prev]
[next]