Let "git commit" take arguments for files to commit.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 21 Jun 2005 04:20:41 +0000 (21:20 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 21 Jun 2005 04:20:41 +0000 (21:20 -0700)
commit0795495388d703dc84110a9a7917dd6ec9516bb4
treefff44be6135bcc2862b2dae94b09eaa07e33e2ab
parent0ed3715ffc97325a625e1e4ef44121d870b98679
Let "git commit" take arguments for files to commit.

It does a "git-update-cache" on the arguments, meaning that you can
commit files without doing a separate "git-update-cache".  This commit
was done with

git commit git-commit-script

for example.
git-commit-script