git-push: allow pushing from subdirectories
commit6c8d06aff107aa2132648d682a278111c1d08565
authorJeff King <peff@peff.net>
Tue, 8 Aug 2006 20:01:32 +0000 (8 16:01 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 8 Aug 2006 20:30:10 +0000 (8 13:30 -0700)
tree453e47184d5c04cf8a79c8c2c113b177085f36e9
parentc96c29093f70f04e01ff1d3a9c1d509ef6afdb00
git-push: allow pushing from subdirectories

The semantics are equivalent to pushing from the root; we just try harder to
find the .git directory.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c