Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=9e85258372724f133a324ca2c5c37f14b962ad6b
commit 9e85258372724f133a324ca2c5c37f14b962ad6b
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Tue Nov 13 09:49:53 2007 +0100
dg: if no tags to push, that's not an error
diff --git a/darcs-git.py b/darcs-git.py
index f186f3e..2682c6f 100755
--- a/darcs-git.py
+++ b/darcs-git.py
@@ -583,6 +583,7 @@ Options:
if ret:
return(1)
os.system("git push --tags")
+ return(0)
def pull(argv):
def usage(ret):
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git