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 --- git-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-commit') diff --git a/git-commit b/git-commit index 8299f42..c531b99 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 -- cgit v1.2.3