From: Junio C Hamano Date: Mon, 16 Jul 2012 04:39:48 +0000 (-0700) Subject: Merge branch 'jk/maint-commit-amend-only-no-paths' X-Git-Tag: v1.7.12-rc0~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b9a0801ad0222256e2ddbf38d8bcce9f32e0211c?hp=b9a0801ad0222256e2ddbf38d8bcce9f32e0211c Merge branch 'jk/maint-commit-amend-only-no-paths' "git commit --amend --only --" was meant to allow "Clever" people to rewrite the commit message without making any change even when they have already changes for the next commit added to their index, but it never worked as advertised since it was introduced in 1.3.0 era. * jk/maint-commit-amend-only-no-paths: commit: fix "--amend --only" with no pathspec ---