From 9f2494b2b407053f1e4de294ff70e8a965e68b6e Mon Sep 17 00:00:00 2001 From: SeekingFor Date: Sat, 16 Mar 2013 13:03:25 +0000 Subject: allow arguments for ./git-commit and ./gitd --- gitd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitd') diff --git a/gitd b/gitd index 9318fb3..4ce18f6 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 "$@" -- cgit v1.2.3