Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add missing "&&" after echo command
This test wants to modify a file and commit the change, but because of a missing separator between commands it is parsed as a single "echo" command. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information