diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-05-27 12:59:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-28 13:04:14 -0700 |
commit | 3bbbe467f294fae8a286e47af676fa783ad970c1 (patch) | |
tree | 75c51be85dedf69a1f75d4ae318e99b05e226b32 /fsck.c | |
parent | mingw: allow building with an MSYS2 runtime v3.x (diff) | |
download | tgif-3bbbe467f294fae8a286e47af676fa783ad970c1.tar.xz |
bundle verify: error out if called without an object database
The deal with bundles is: they really are thin packs, with very little
sugar on top. So we really need a repository (or more appropriately, an
object database) to work with, when asked to verify a bundle.
Let's error out with a useful error message if `git bundle verify` is
called without such an object database to work with.
Reported by Konstantin Ryabitsev.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsck.c')
0 files changed, 0 insertions, 0 deletions