index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t1006-cat-file.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cat-file: add option '-Z' that delimits input and output with NUL
Patrick Steinhardt
2023-06-12
1
-33
/
+90
*
t1006: modernize test style to use `test_cmp`
Patrick Steinhardt
2023-06-12
1
-23
/
+47
*
t1006: don't strip timestamps from expected results
Patrick Steinhardt
2023-06-12
1
-42
/
+26
*
t1006: assert error output of cat-file
Andrei Rybak
2023-03-20
1
-1
/
+2
*
t1006: stop using 0-padded timestamps
Jeff King
2023-01-18
1
-3
/
+3
*
builtin/cat-file.c: support NUL-delimited input with `-z`
Taylor Blau
2022-07-23
1
-1
/
+41
*
t1006: extract --batch-command inputs to variables
Taylor Blau
2022-07-23
1
-14
/
+16
*
object-file: fix a unpack_loose_header() regression in 3b6a8db3b03
Ævar Arnfjörð Bjarmason
2022-05-13
1
-2
/
+8
*
cat-file: add --batch-command mode
John Cai
2022-02-18
1
-1
/
+119
*
cat-file: add remove_timestamp helper
John Cai
2022-02-18
1
-5
/
+10
*
Merge branch 'ab/cat-file'
Junio C Hamano
2022-02-05
1
-0
/
+92
|
\
|
*
cat-file: fix remaining usage bugs
Ævar Arnfjörð Bjarmason
2021-12-30
1
-20
/
+21
|
*
cat-file: make --batch-all-objects a CMDMODE
Ævar Arnfjörð Bjarmason
2021-12-30
1
-5
/
+2
|
*
cat-file tests: test bad usage
Ævar Arnfjörð Bjarmason
2021-12-30
1
-0
/
+94
*
|
Merge branch 'es/test-chain-lint'
Junio C Hamano
2022-01-04
1
-6
/
+6
|
\
\
|
*
|
tests: fix broken &&-chains in `{...}` groups
Eric Sunshine
2021-12-13
1
-1
/
+1
|
*
|
tests: fix broken &&-chains in `$(...)` command substitutions
Eric Sunshine
2021-12-13
1
-5
/
+5
|
|
/
*
/
refs: introduce REF_SKIP_OID_VERIFICATION flag
Han-Wen Nienhuys
2021-12-07
1
-3
/
+2
|
/
*
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
2021-10-26
1
-19
/
+209
|
\
|
*
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
2021-10-02
1
-1
/
+1
|
*
object-file.c: return ULHR_TOO_LONG on "header too long"
Ævar Arnfjörð Bjarmason
2021-10-02
1
-2
/
+2
|
*
cat-file tests: test for current --allow-unknown-type behavior
Ævar Arnfjörð Bjarmason
2021-10-02
1
-0
/
+61
|
*
cat-file tests: add corrupt loose object test
Ævar Arnfjörð Bjarmason
2021-10-02
1
-0
/
+52
|
*
cat-file tests: test for missing/bogus object with -t, -s and -p
Ævar Arnfjörð Bjarmason
2021-10-02
1
-0
/
+75
|
*
cat-file tests: move bogus_* variable declarations earlier
Ævar Arnfjörð Bjarmason
2021-10-02
1
-16
/
+19
*
|
cat-file: disable refs/replace with --batch-all-objects
Jeff King
2021-10-09
1
-0
/
+66
*
|
t1006: clean up broken objects
Jeff King
2021-10-09
1
-0
/
+9
*
|
Merge branch 'zh/cat-file-batch-fix'
Junio C Hamano
2021-07-14
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
cat-file: handle trivial --batch format with --batch-all-objects
ZheNing Hu
2021-06-04
1
-0
/
+22
*
|
mktag: use fsck instead of custom verify_tag()
Ævar Arnfjörð Bjarmason
2021-01-05
1
-1
/
+1
|
/
*
t: remove test_oid_init in tests
brian m. carlson
2020-07-30
1
-2
/
+0
*
Merge branch 'md/test-cleanup'
Junio C Hamano
2018-10-16
1
-4
/
+4
|
\
|
*
tests: standardize pipe placement
Matthew DeVore
2018-10-07
1
-4
/
+4
*
|
t1006: make hash size independent
brian m. carlson
2018-09-17
1
-2
/
+4
|
/
*
cat-file: support "unordered" output for --batch-all-objects
Jeff King
2018-08-13
1
-0
/
+11
*
t1006: test cat-file --batch-all-objects with duplicates
Jeff King
2018-08-13
1
-2
/
+4
*
t: switch $_z40 to $ZERO_OID
brian m. carlson
2018-05-14
1
-4
/
+4
*
t/helper: merge test-genrandom into test-tool
Nguyễn Thái Ngọc Duy
2018-03-27
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2016-08-11
1
-1
/
+1
*
cat-file: sort and de-dup output of --batch-all-objects
Jeff King
2015-06-26
1
-3
/
+2
*
cat-file: add --batch-all-objects option
Jeff King
2015-06-22
1
-0
/
+27
*
Merge branch 'dt/cat-file-follow-symlinks'
Junio C Hamano
2015-06-01
1
-0
/
+206
|
\
|
*
cat-file: add --follow-symlinks to --batch
David Turner
2015-05-20
1
-0
/
+205
*
|
t1006: add tests for git cat-file --allow-unknown-type
Karthik Nayak
2015-05-06
1
-0
/
+45
|
/
*
t: fix trivial &&-chain breakage
Jeff King
2015-03-20
1
-1
/
+1
*
Merge branch 'jk/oi-delta-base'
Junio C Hamano
2014-01-10
1
-0
/
+34
|
\
|
*
cat-file: provide %(deltabase) batch format
Jeff King
2013-12-26
1
-0
/
+34
*
|
Merge branch 'jk/cat-file-regression-fix'
Junio C Hamano
2013-12-27
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
cat-file: handle --batch format with missing type/size
Jeff King
2013-12-12
1
-0
/
+22
*
|
Merge branch 'sb/sha1-loose-object-info-check-existence'
Junio C Hamano
2013-12-05
1
-0
/
+6
|
\
\
|
|
/
|
/
|
[next]