]> git.ipfire.org Git - thirdparty/git.git/commit - git-stash.sh
Make sure git-stash works from subdirectory.
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 22:32:22 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 22:34:52 +0000 (15:34 -0700)
commitceff079bdcaebb67b0379a1036a32b4dfebb6012
tree670da24ef878391367b2d350a20f9ab42593eb5d
parent4eb994733d75d40cab87e7b4736166cf33e7787a
Make sure git-stash works from subdirectory.

We say "SUBDIRECTORY_OK" but we did not chdir to toplevel; this
is fine as long as everything we use can be started from a
subdirectory, but unfortunately "merge-recursive" is not one of
the programs you can safely use from a subdirectory.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh
t/t3903-stash.sh