diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2020-07-29 23:14:19 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-30 09:16:48 -0700 |
commit | e74b606d47ff65de497b06ac6c8ace6761cceea1 (patch) | |
tree | 8baf06d35c6038dfd7ff717cdbc1941604170ceb /Documentation/technical | |
parent | http-fetch: set up git directory before parsing pack hashes (diff) | |
download | tgif-e74b606d47ff65de497b06ac6c8ace6761cceea1.tar.xz |
builtin/verify-pack: implement an --object-format option
A recently added test in t5702 started using git verify-pack outside of
a repository. While this poses no problems with SHA-1, with SHA-256 we
implicitly rely on the setup of the repository to initialize our hash
algorithm settings.
Since we're not in a repository here, we need to provide git verify-pack
help to set things up properly. git index-pack already knows an
--object-format option, so let's accept one as well and pass it down to
our git index-pack invocation. Since we're now dynamically adjusting
the elements in argv, let's switch to using struct argv_array to manage
them. Finally, let's make t5702 pass the proper argument on down to its
git verify-pack caller.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
0 files changed, 0 insertions, 0 deletions