From: Junio C Hamano Date: Wed, 25 Jul 2007 22:32:22 +0000 (-0700) Subject: Make sure git-stash works from subdirectory. X-Git-Tag: v1.5.3-rc4~67 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ceff079bdcaebb67b0379a1036a32b4dfebb6012?hp=ceff079bdcaebb67b0379a1036a32b4dfebb6012 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 ---