repo: resdb
action: commit
revision: 
path_from: 
revision_from: 9f2494b2b407053f1e4de294ff70e8a965e68b6e:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit 9f2494b2b407053f1e4de294ff70e8a965e68b6e
Author: SeekingFor 
Date:   Sat Mar 16 13:03:25 2013 +0000

    allow arguments for ./git-commit and ./gitd

diff --git a/git-commit b/git-commit
index 8299f4299e8d4e65205c8e5ec669ed04a0a13525..
index ..c531b993eb6efe0374851e2d04ded6680e027a6e 100755
--- a/git-commit
+++ b/git-commit
@@ -1,4 +1,4 @@
 #!/bin/sh
 git add configure db doc git-commit gitd scripts contrib .gitignore
-TZ=UTC git commit --date="`date -u +'%s'`"
+TZ=UTC git commit --date="`date -u +'%s'`" "$@"
 test -x /usr/lib/git-core/git-update-server-info && /usr/lib/git-core/git-update-server-info
diff --git a/gitd b/gitd
index 9318fb31074f16198278354557b5a4a2f1265261..
index ..4ce18f634433c3caee34c6f98b1c62c2f93cc418 100755
--- a/gitd
+++ b/gitd
@@ -1,4 +1,4 @@
 #!/bin/sh
 repodir="$(dirname $0)"
 touch "$repodir"/.git/git-daemon-export-ok
-exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" --reuseaddr
+exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" --reuseaddr "$@"

-----END OF PAGE-----