t1517: test commands that are designed to be run outside repository
commitabece6e9704dd3139b56a37a8b1eb94d1ab0b8b5
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2024 23:14:31 +0000 (20 16:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 May 2024 16:05:13 +0000 (21 09:05 -0700)
tree2e74b08d90db49f5ac2acbdc8859edd3295db71e
parentd3b2ff75fd7056bc88ea838e8ed5c772ba149e2c
t1517: test commands that are designed to be run outside repository

A few commands, like "git apply" and "git patch-id", have been
broken with a recent change to stop setting the default hash
algorithm to SHA-1.  Test them and fix them in later commits.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1517-outside-repo.sh [new file with mode: 0755]