Git.pm: Add support for subdirectories inside of working copies
commitd5c7721d586225c46c675b893b7693220e28cfd5
authorPetr Baudis <pasky@suse.cz>
Sat, 24 Jun 2006 02:34:51 +0000 (24 04:34 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:41 +0000 (2 17:14 -0700)
treed739cadb0eddeb8fb9274839da86fe626bb1300e
parentd43ba4680754c150124b6ac3cd9c6e52765c6881
Git.pm: Add support for subdirectories inside of working copies

This patch adds support for subdirectories inside of working copies;
you can specify them in the constructor either as the Directory
option (it will just get autodetected using rev-parse) or explicitly
using the WorkingSubdir option. This makes Git->repository() do the
exact same path setup and repository lookup as the Git porcelain
does.

This patch also introduces repo_path(), wc_path() and wc_subdir()
accessor methods and wc_chdir() mutator.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.pm