chiark / gitweb /
Use git-rev-parse to find the local GIT repository
authorChuck Lever <cel@netapp.com>
Tue, 29 Nov 2005 22:09:40 +0000 (17:09 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 30 Nov 2005 22:11:14 +0000 (22:11 +0000)
commitbae29dddde41058567a5ef9b44c160dd76b1c025
tree4f6dfc287ef7588090068493fb3e46aea9c52109
parent862ba51abe15297ad4219e6c0c03c9ce280f49e1
Use git-rev-parse to find the local GIT repository

Use the latest git-rev-parse technology to allow some StGIT commands to
function correctly in subdirectories of the working directory.

Any command that relies on git-read-tree still doesn't work (changes to
GIT forthcoming).

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/branch.py
stgit/commands/common.py
stgit/commands/export.py
stgit/commands/mail.py
stgit/commands/resolved.py
stgit/git.py
stgit/stack.py