1
0
mirror of https://github.com/git/git.git synced 2024-09-22 04:20:47 +02:00
git/perl
Petr Baudis d5c7721d58 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>
2006-07-02 17:14:41 -07:00
..
.gitignore
Error.pm Add Error.pm to the distribution 2006-07-02 17:14:40 -07:00
Git.pm Git.pm: Add support for subdirectories inside of working copies 2006-07-02 17:14:41 -07:00
Git.xs Git.pm: Better error handling 2006-07-02 17:14:40 -07:00
Makefile.PL Add Error.pm to the distribution 2006-07-02 17:14:40 -07:00