index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5300-pack-object.sh
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-21
Merge branch 'bc/use-sha256-by-default-in-3.0'
Junio C Hamano
1
-3
/
+3
2025-07-01
t5300: choose the built-in hash outside of a repo
brian m. carlson
1
-3
/
+3
2025-06-17
Merge branch 'ds/path-walk-2'
Junio C Hamano
1
-0
/
+19
2025-05-16
pack-objects: refactor path-walk delta phase
Derrick Stolee
1
-2
/
+6
2025-05-16
pack-objects: add --path-walk option
Derrick Stolee
1
-0
/
+15
2025-04-07
t: refactor tests depending on Perl to print data
Patrick Steinhardt
1
-11
/
+5
2025-04-07
t: introduce PERL_TEST_HELPERS prerequisite
Patrick Steinhardt
1
-0
/
+6
2025-02-12
Merge branch 'ds/name-hash-tweaks'
Junio C Hamano
1
-0
/
+34
2025-01-27
pack-objects: add GIT_TEST_NAME_HASH_VERSION
Derrick Stolee
1
-2
/
+5
2025-01-27
pack-objects: add --name-hash-version option
Derrick Stolee
1
-0
/
+31
2024-12-23
Merge branch 'as/show-index-uninitialized-hash'
Junio C Hamano
1
-0
/
+18
2024-12-04
Merge branch 'ps/leakfixes-part-10'
Junio C Hamano
1
-1
/
+0
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-11-20
index-pack: teach --promisor to forbid pack name
Jonathan Tan
1
-3
/
+1
2024-11-11
t5300: add test for 'show-index --object-format'
Abhijeet Sonar
1
-0
/
+14
2024-11-11
show-index: fix uninitialized hash function
Abhijeet Sonar
1
-0
/
+4
2024-11-02
t5300: move --window clamp test next to unclamped
Jonathan Tan
1
-5
/
+5
2024-09-04
builtin/index-pack: fix segfaults when running outside of a repo
Patrick Steinhardt
1
-0
/
+39
2024-06-11
builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
Patrick Steinhardt
1
-2
/
+2
2024-03-15
t5300: fix test_with_bad_commit()
John Cai
1
-1
/
+1
2024-02-01
index-pack: --fsck-objects to take an optional argument for fsck msgs
John Cai
1
-5
/
+24
2024-02-01
index-pack: test and document --strict=<msg-id>=<severity>...
John Cai
1
-0
/
+22
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-2
/
+2
2023-05-19
t5300-pack-object: modernize test format
John Cai
1
-92
/
+92
2023-04-14
pack-objects: split out `--stdin-packs` tests into separate file
Patrick Steinhardt
1
-135
/
+0
2022-06-03
Merge branch 'ns/batch-fsync'
Junio C Hamano
1
-14
/
+27
2022-04-06
core.fsyncmethod: tests for batch mode
Neeraj Singh
1
-14
/
+27
2022-03-09
index-pack: document and test the --promisor option
Derrick Stolee
1
-1
/
+3
2021-12-13
t5000-t5999: detect and signal failure within loop
Eric Sunshine
1
-3
/
+3
2021-12-13
tests: use test_write_lines() to generate line-oriented output
Eric Sunshine
1
-10
/
+2
2021-07-09
pack-objects: fix segfault in --stdin-packs option
Ævar Arnfjörð Bjarmason
1
-0
/
+19
2021-06-28
pack-objects tests: cover blindspots in stdin handling
Ævar Arnfjörð Bjarmason
1
-0
/
+85
2021-05-03
pack-objects: clamp negative window size to 0
Jeff King
1
-0
/
+5
2021-05-03
t5300: check that we produced expected number of deltas
Jeff King
1
-3
/
+20
2021-05-03
t5300: modernize basic tests
Jeff King
1
-158
/
+85
2021-03-24
Merge branch 'jk/fail-prereq-testfix'
Junio C Hamano
1
-2
/
+4
2021-03-24
Merge branch 'tb/geometric-repack'
Junio C Hamano
1
-0
/
+135
2021-03-19
builtin/pack-objects.c: ignore missing links with --stdin-packs
Taylor Blau
1
-0
/
+38
2021-03-18
t: annotate !PTHREADS tests with !FAIL_PREREQS
Jeff King
1
-2
/
+4
2021-02-22
builtin/pack-objects.c: add '--stdin-packs' option
Taylor Blau
1
-0
/
+97
2021-02-10
tests: remove most uses of C_LOCALE_OUTPUT
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2020-08-18
promisor-remote: lazy-fetch objects in subprocess
Jonathan Tan
1
-1
/
+1
2020-08-11
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
1
-2
/
+1
2020-07-30
t: remove test_oid_init in tests
brian m. carlson
1
-2
/
+1
2020-07-21
pack-objects: prefetch objects to be packed
Jonathan Tan
1
-0
/
+36
2020-06-19
t5300: pass --object-format to git index-pack
brian m. carlson
1
-4
/
+5
2018-10-31
pack-objects tests: don't leave test .git corrupt at end
Ævar Arnfjörð Bjarmason
1
-17
/
+20
2018-10-31
pack-objects test: modernize style
Ævar Arnfjörð Bjarmason
1
-15
/
+15
2018-07-16
t5000-t5999: fix broken &&-chains
Eric Sunshine
1
-1
/
+1
2018-06-13
Merge branch 'jk/index-pack-maint'
Junio C Hamano
1
-0
/
+6
[next]