author | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jul 2007 22:32:22 +0000 (15:32 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jul 2007 22:34:52 +0000 (15:34 -0700) | ||
commit | ceff079bdcaebb67b0379a1036a32b4dfebb6012 | |
tree | 670da24ef878391367b2d350a20f9ab42593eb5d | tree | snapshot |
parent | 4eb994733d75d40cab87e7b4736166cf33e7787a | commit | diff |
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>
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 | diff | blob | history | |
t/t3903-stash.sh | diff | blob | history |