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)
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>
No differences found