Re: [PATCH v2 1/2] commit: allow editing the commit message even in shared repos

2016-01-07 Thread Jeff King
On Wed, Jan 06, 2016 at 02:09:43PM +0100, Johannes Schindelin wrote: > 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. > [...] > diff --git a/wrapper.

[PATCH v2 1/2] commit: allow editing the commit message even in shared repos

2016-01-06 Thread Johannes Schindelin
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 --- builtin/commit.c | 2 +- git-compat-util.h | 1 + wrapper.c