[sysadmin-bin] run-git-or-special-cmd: fix git command names
- From: Owen Taylor <otaylor src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] run-git-or-special-cmd: fix git command names
- Date: Fri, 6 Sep 2013 16:30:54 +0000 (UTC)
commit 3ab3a9188df8947745eccf8c423ddce5ef9dab6b
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Fri Sep 6 12:30:49 2013 -0400
run-git-or-special-cmd: fix git command names
run-git-or-special-cmd | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/run-git-or-special-cmd b/run-git-or-special-cmd
index c2e30a7..460a599 100755
--- a/run-git-or-special-cmd
+++ b/run-git-or-special-cmd
@@ -56,9 +56,7 @@ def validate_git_dir(path):
return path
def rungitcommand(args):
- print >>sys.stderr, 'args are', repr(args)
-
- git_cmds =[ 'receive-pack', 'upload-pack', 'upload-archive' ]
+ git_cmds = [ 'git-receive-pack', 'git-upload-pack', 'git-upload-archive' ]
special_cmds = {
'create-repository': '/home/admin/bin/git/create-repository',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]