working from subdirectory: preparation
authorJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 07:14:15 +0000 (23:14 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:01 +0000 (23:13 -0800)
- prefix_filename() is like prefix_path() but can be used to
name any file on the filesystem, not the files that might go
into the index file.

- setup_git_directory_gently() tries to find the GIT_DIR, but does
not die() if called outside a git repository.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found