Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bogus use of printf in t3700 test
The hashed contents did not matter in the end result, but it passed an uninitialized variable to printf, which caused it to emit empty while giving an error/usage message. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information