allow git-am to run in a subdirectory
commitc14918415a36e93a84ed1f58ce079619f84e26fa
authorJeff King <peff@peff.net>
Sat, 1 Mar 2008 06:22:55 +0000 (1 01:22 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2008 09:31:18 +0000 (1 01:31 -0800)
treea3f2acacf39cd9aa13e3febe99a11dbf38fa4efc
parentee542ee3fc309fa95622b274c09eefbe394cd108
allow git-am to run in a subdirectory

We just move to the top of the tree and proceed. This
shouldn't break any existing callers, since the behavior was
previously disallowed.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh