]> git.ipfire.org Git - thirdparty/git.git/commit - git-commit.sh
git-commit: pass explicit path to git-diff-files.
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 01:08:19 +0000 (18:08 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 19:11:36 +0000 (12:11 -0700)
commit22cff6a5abef29ce74da3e57ba3488d77686fec8
treeb52b47f3c07b7d4c648bfdff8aac84bd965cc275
parent86947d72d422aeaaeb4c1f41b49fc7a606c96321
git-commit: pass explicit path to git-diff-files.

When running "git commit" with explicit path arguments, allow it to
take directory name.  This makes "git commit Documentation/" to commit
everything that is changed under Documentation/ directory.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit-script