From: Carlos Martín Nieto Date: Wed, 3 Apr 2013 13:07:21 +0000 (+0200) Subject: Documentation/git-commit: reword the --amend explanation X-Git-Tag: v1.8.2.2~40^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aa7b8c657e407a10cbee728264ec48be16ea4e3d?hp=aa7b8c657e407a10cbee728264ec48be16ea4e3d Documentation/git-commit: reword the --amend explanation The explanation for 'git commit --amend' talks about preparing a tree object, which shouldn't be how user-facing documentation talks about commit. Reword it to say it works as usual, but replaces the current commit. Signed-off-by: Carlos Martín Nieto Signed-off-by: Junio C Hamano ---