commit | 79d7582e32ca84eacf032298c8ae3d26816f48d0 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <johannes.schindelin@gmx.de> | Wed Jan 06 14:09:43 2016 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 07 13:52:55 2016 -0800 |
tree | 370b19ccf775725f0a2a28e21e7443b330dffe1a | |
parent | 833e48259e23aea76f3765d28d1b2200332301f7 [diff] |
commit: allow editing the commit message even in shared repos It was pointed out by Yaroslav Halchenko that the file containing the commit message is writable only by the owner, which means that we have to rewrite it from scratch in a shared repository. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>