Thread (4 messages) flat view 4 messages, 3 authors, 2017-06-19

Re: [PATCH 2/2] Add test for the new status message

From: Jeff King <hidden>
Date: 2017-06-19 18:04:56

On Mon, Jun 19, 2017 at 11:29:49PM +0530, Kaartic Sivaraam wrote:
Is there a way to test for the "Initial commit" message in the commit
template?
You can do "git commit --dry-run", which produces the template on
stdout.

That should be good enough for our purposes here, as it's the same code
that produces the text that goes into the editor template. If you really
wanted to test what the editor sees, you could do something like:

  GIT_EDITOR='cat >editor-input' git commit

but I don't think it's worth the trouble.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help