Jeff King <peff@xxxxxxxx> writes: > So I guess you are asking only about the part that I dismissed above as > "not all that interesting". I.e., do people actually run: > > git bundle verify foo.bundle && > git clone foo.bundle > > That is not nonsense, per-se, but it is somewhat pointless since the > clone will verify the bundle itself anyway. But then, I guess I do not > see much point in anyone calling "bundle verify" in the first place. Yeah, I tend to agree that 'bundle verify' is pointless before trying to clone from it and seeing it fail (it still would be useful if 'bundle verify' gives more info on the breakage than 'clone', but it is not all that interesting at that point unless the user is working on git itself).