chiark / gitweb /
Allow .git/branches and .git/remotes to be missing
authorPavel Roskin <proski@gnu.org>
Fri, 2 Feb 2007 17:18:40 +0000 (17:18 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 2 Feb 2007 22:58:20 +0000 (22:58 +0000)
commit98330c2962a26759c110ff91bf347c0652a3df23
treed7c5e404b36bbc2552411384e06464cb8306cbe0
parentf72ad3d613850b9cb831d98e2eff96e0a0fa3402
Allow .git/branches and .git/remotes to be missing

Both directories are now obsoleted by .git/config file.  This fixes
"make test" in StGIT with git 1.5.0-rc3.

Signed-off-by: Pavel Roskin <proski@gnu.org>
stgit/git.py