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
/
helper
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
Merge branch 'hn/reftable-coverity-fixes'
Junio C Hamano
1
-4
/
+5
2022-02-11
Merge branch 'ab/no-errno-from-resolve-ref-unsafe'
Junio C Hamano
1
-2
/
+1
2022-02-11
Merge branch 'bc/csprng-mktemps'
Junio C Hamano
3
-0
/
+31
2022-01-26
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2022-01-20
reftable: order unittests by complexity
Han-Wen Nienhuys
1
-4
/
+5
2022-01-17
wrapper: add a helper to generate numbers from a CSPRNG
brian m. carlson
3
-0
/
+31
2022-01-12
Merge branch 'ma/windows-dynload-fix'
Junio C Hamano
1
-1
/
+3
2022-01-10
Merge branch 'ds/fetch-pull-with-sparse-index'
Junio C Hamano
1
-54
/
+10
2022-01-10
Merge branch 'hn/test-ref-store-show-hash-algo'
Junio C Hamano
1
-4
/
+5
2022-01-09
lazyload: use correct calling conventions
Matthias Aßhauer
1
-1
/
+3
2021-12-22
Merge branch 'ab/common-main-cleanup'
Junio C Hamano
1
-2
/
+3
2021-12-22
test-read-cache: remove --table, --expand options
Derrick Stolee
1
-54
/
+10
2021-12-21
test-ref-store: print hash algorithm
Han-Wen Nienhuys
1
-4
/
+5
2021-12-15
Merge branch 'hn/allow-bogus-oid-in-ref-tests'
Junio C Hamano
1
-8
/
+65
2021-12-15
Merge branch 'hn/reflog-tests'
Junio C Hamano
1
-3
/
+3
2021-12-15
Merge branch 'ab/run-command'
Junio C Hamano
2
-5
/
+6
2021-12-15
Merge branch 'hn/reftable'
Junio C Hamano
3
-1
/
+26
2021-12-10
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
1
-2
/
+1
2021-12-10
Merge branch 'vd/sparse-sparsity-fix-on-read'
Junio C Hamano
1
-2
/
+3
2021-12-07
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
Han-Wen Nienhuys
1
-0
/
+1
2021-12-07
refs: introduce REF_SKIP_OID_VERIFICATION flag
Han-Wen Nienhuys
1
-0
/
+1
2021-12-07
test-ref-store: plug memory leak in cmd_delete_refs
Han-Wen Nienhuys
1
-1
/
+4
2021-12-07
test-ref-store: parse symbolic flag constants
Han-Wen Nienhuys
1
-7
/
+59
2021-12-07
test-ref-store: remove force-create argument for create-reflog
Han-Wen Nienhuys
1
-1
/
+1
2021-12-07
Merge branch 'hn/create-reflog-simplify' into hn/reftable-coverity-fixes
Junio C Hamano
1
-2
/
+1
2021-12-07
Merge branch 'hn/reftable' into hn/reftable-coverity-fixes
Junio C Hamano
3
-1
/
+26
2021-12-07
common-main.c: call exit(), don't return
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-12-02
test-ref-store: tweaks to for-each-reflog-ent format
Han-Wen Nienhuys
1
-2
/
+3
2021-12-02
test-ref-store: don't add newline to reflog message
Han-Wen Nienhuys
1
-3
/
+2
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
1
-4
/
+17
2021-11-29
Merge branch 'tb/plug-pack-bitmap-leaks'
Junio C Hamano
1
-1
/
+2
2021-11-29
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
1
-1
/
+2
2021-11-25
run-command tests: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-11-24
test-read-cache.c: prepare_repo_settings after config init
Victoria Dye
1
-2
/
+3
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
1
-2
/
+1
2021-11-03
test-tool genzeros: generate large amounts of data more efficiently
Johannes Schindelin
1
-2
/
+15
2021-11-03
test-genzeros: allow more than 2G zeros in Windows
Carlo Marcelo Arenas Belón
1
-2
/
+2
2021-10-27
t/helper/test-read-midx.c: free MIDX within read_midx_file()
Taylor Blau
1
-1
/
+2
2021-10-25
Merge branch 'ab/mark-leak-free-tests-more'
Junio C Hamano
4
-1
/
+15
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
1
-1
/
+28
2021-10-18
Merge branch 'rs/mergesort'
Junio C Hamano
1
-5
/
+363
2021-10-16
refs API: post-migration API renaming [2/2]
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-16
refs tests: ignore ignore errno in test-ref-store helper
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-10-13
Merge branch 'jh/builtin-fsmonitor-part1'
Junio C Hamano
1
-167
/
+66
2021-10-11
Merge branch 'ab/designated-initializers'
Junio C Hamano
1
-2
/
+4
2021-10-11
Merge branch 'tb/midx-write-propagate-namehash'
Junio C Hamano
1
-1
/
+9
2021-10-08
Add "test-tool dump-reftable" command.
Han-Wen Nienhuys
3
-0
/
+7
2021-10-08
reftable: implement stack, a mutable database of reftable files.
Han-Wen Nienhuys
1
-0
/
+1
2021-10-08
reftable: implement refname validation
Han-Wen Nienhuys
1
-0
/
+1
[next]