Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote-helpers: fix failure message
[gitweb.git]
/
git-remote-testgit.py
diff --git
a/git-remote-testgit.py
b/git-remote-testgit.py
index 5f3ebd244dac3ca28298ece9df914102b8155660..ade797bbb00a91a57896efb63905c9342c7e1e75 100644
(file)
--- a/
git-remote-testgit.py
+++ b/
git-remote-testgit.py
@@
-91,7
+91,7
@@
def do_capabilities(repo, args):
if not os.path.exists(dirname):
os.makedirs(dirname)
- path = os.path.join(dirname, '
test
git.marks')
+ path = os.path.join(dirname, 'git.marks')
print "*export-marks %s" % path
if os.path.exists(path):