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-10-07
tests: fix a memory leak in test-parse-options.c
Ævar Arnfjörð Bjarmason
2
-1
/
+7
2021-10-07
tests: fix a memory leak in test-prio-queue.c
Ævar Arnfjörð Bjarmason
2
-0
/
+4
2021-10-07
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests-more
Junio C Hamano
10
-1
/
+39
2021-10-07
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests
Junio C Hamano
10
-1
/
+39
2021-10-07
unpack-trees: don't leak memory in verify_clean_subdirectory()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-10-07
Merge branch 'ab/sanitize-leak-ci' into ab/unpack-trees-leakfix
Junio C Hamano
10
-1
/
+39
2021-10-07
sparse index: fix use-after-free bug in cache_tree_verify()
Phillip Wood
1
-1
/
+1
2021-10-07
test-read-midx: fix leak of bitmap_index struct
Jeff King
1
-2
/
+6
2021-10-06
Merge branch 'lh/systemd-timers'
Junio C Hamano
1
-2
/
+1
2021-10-06
Merge branch 'ab/repo-settings-cleanup'
Junio C Hamano
1
-2
/
+4
2021-10-06
Merge branch 'tb/commit-graph-usage-fix'
Junio C Hamano
1
-6
/
+6
2021-10-06
Merge branch 'pw/rebase-of-a-tag-fix'
Junio C Hamano
1
-59
/
+46
2021-10-06
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
1
-3
/
+1
2021-10-04
t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()
Jeff Hostetler
1
-0
/
+1
2021-10-04
t/perf/aggregate.perl: tolerate leading spaces
Taylor Blau
1
-2
/
+2
2021-10-03
p3400: stop using tac(1)
René Scharfe
1
-1
/
+1
2021-10-03
Merge branch 'ah/connect-parse-feature-v0-fix'
Junio C Hamano
1
-0
/
+15
2021-10-03
Merge branch 'ds/perf-test-built-path-fix'
Junio C Hamano
1
-1
/
+1
2021-10-03
Merge branch 'jk/http-redact-fix'
Junio C Hamano
1
-12
/
+12
2021-10-03
Merge branch 'da/difftool-dir-diff-symlink-fix'
Junio C Hamano
1
-2
/
+65
2021-10-03
Merge branch 'cb/cvsserver'
Junio C Hamano
1
-1
/
+8
2021-10-03
Merge branch 'jk/clone-unborn-head-in-bare'
Junio C Hamano
1
-0
/
+13
2021-10-03
Merge branch 'en/stash-df-fix'
Junio C Hamano
1
-0
/
+58
2021-10-01
builtin/repack.c: pass `--refs-snapshot` when writing bitmaps
Taylor Blau
1
-0
/
+42
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
2
-4
/
+6
2021-10-01
fsck: don't hard die on invalid object types
Ævar Arnfjörð Bjarmason
1
-9
/
+9
2021-10-01
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-01
cat-file tests: test for current --allow-unknown-type behavior
Ævar Arnfjörð Bjarmason
1
-0
/
+61
2021-10-01
cat-file tests: add corrupt loose object test
Ævar Arnfjörð Bjarmason
1
-0
/
+52
2021-10-01
cat-file tests: test for missing/bogus object with -t, -s and -p
Ævar Arnfjörð Bjarmason
2
-0
/
+77
2021-10-01
cat-file tests: move bogus_* variable declarations earlier
Ævar Arnfjörð Bjarmason
1
-16
/
+19
2021-10-01
fsck tests: test for garbage appended to a loose object
Ævar Arnfjörð Bjarmason
1
-0
/
+20
2021-10-01
fsck tests: test current hash/type mismatch behavior
Ævar Arnfjörð Bjarmason
1
-0
/
+24
2021-10-01
fsck tests: refactor one test to use a sub-repo
Ævar Arnfjörð Bjarmason
1
-17
/
+18
2021-10-01
fsck tests: add test for fsck-ing an unknown type
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2021-10-01
p0071: test performance of llist_mergesort()
René Scharfe
1
-0
/
+11
2021-10-01
p0071: measure sorting of already sorted and reversed files
René Scharfe
1
-7
/
+22
2021-10-01
test-mergesort: add unriffle_skewed mode
René Scharfe
1
-0
/
+28
2021-10-01
test-mergesort: add unriffle mode
René Scharfe
1
-0
/
+29
2021-10-01
test-mergesort: add generate subcommand
René Scharfe
1
-1
/
+59
2021-10-01
test-mergesort: add test subcommand
René Scharfe
2
-1
/
+242
2021-10-01
test-mergesort: add sort subcommand
René Scharfe
1
-1
/
+8
2021-10-01
test-mergesort: use strbuf_getline()
René Scharfe
1
-4
/
+2
2021-09-30
difftool: create a tmpdir path without repeated slashes
David Aguilar
1
-0
/
+7
2021-09-29
grep: demonstrate bug with textconv attributes and submodules
Matheus Tavares
1
-0
/
+103
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
2
-1
/
+46
2021-09-28
builtin/repack.c: support writing a MIDX while repacking
Taylor Blau
3
-1
/
+105
2021-09-28
midx: preliminary support for `--refs-snapshot`
Taylor Blau
1
-0
/
+82
2021-09-28
builtin/multi-pack-index.c: support `--stdin-packs` mode
Taylor Blau
1
-0
/
+15
2021-09-28
Merge branch 'jk/ref-paranoia' into jt/no-abuse-alternate-odb-for-submodules
Junio C Hamano
29
-64
/
+232
[prev]
[next]