Re: [PATCH] git-am: fix "Applying" message when applypatch-hook was run

2013-03-20 Thread Simon Ruderich
applypatch-hook can modify the commit message. Display the updated commit message instead of the original one. Signed-off-by: Simon Ruderich --- On Thu, Mar 21, 2013 at 12:36:00AM +0100, Matthieu Moy wrote: > Please, read SubmittingPatches in the Documentation directory of Git's > source tree. Y

Re: [PATCH] git-am: fix "Applying" message when applypatch-hook was run

2013-03-20 Thread Junio C Hamano
Matthieu Moy writes: > Please, read SubmittingPatches in the Documentation directory of Git's > source tree. Your text above should be a commit message (hence, no > hello), and should not be below the --- line. > > Also, read about signed-off-by in the same document. > ... > This copy/paste a pie

Re: [PATCH] git-am: fix "Applying" message when applypatch-hook was run

2013-03-20 Thread Matthieu Moy
Simon Ruderich writes: > --- > Hello, > > This patch fixes a minor issue with git-am. When the > applypatch-hook modifies the commit message, git-am displays the > original message. This patch updates the message to use the > modified version. Please, read SubmittingPatches in the Documentation