From: Linus Torvalds Date: Tue, 19 Jul 2005 11:20:39 +0000 (-0400) Subject: Add "git commit --all" since everybody seems to want it. X-Git-Tag: v0.99.2~44 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f0b32737ad5a35cc047db47353a75faccfe5939e?hp=f0b32737ad5a35cc047db47353a75faccfe5939e Add "git commit --all" since everybody seems to want it. This replaces git-diff-files --name-only | xargs git-update-cache git commit with a new "--all" argument to "git commit". ---