Re: [PATCH RFC] log-tree: let format-patch not indent notes

2014-09-25 Thread Uwe Kleine-König
Hello Junio, On Thu, Sep 25, 2014 at 10:24:53AM -0700, Junio C Hamano wrote: > Uwe Kleine-König writes: > > Commit logs as shown by git-log are usually indented by four spaces so > > here it makes sense to do the same for commit notes. > > > > However when using format-patch to create a patch fo

Re: [PATCH RFC] log-tree: let format-patch not indent notes

2014-09-25 Thread Jeff King
On Thu, Sep 25, 2014 at 06:10:09PM +0200, Uwe Kleine-König wrote: > Commit logs as shown by git-log are usually indented by four spaces so > here it makes sense to do the same for commit notes. > > However when using format-patch to create a patch for submission via > e-mail the commit log isn't

Re: [PATCH RFC] log-tree: let format-patch not indent notes

2014-09-25 Thread Junio C Hamano
Uwe Kleine-König writes: > Commit logs as shown by git-log are usually indented by four spaces so > here it makes sense to do the same for commit notes. > > However when using format-patch to create a patch for submission via > e-mail the commit log isn't indented and also the "Notes:" header is

[PATCH RFC] log-tree: let format-patch not indent notes

2014-09-25 Thread Uwe Kleine-König
Commit logs as shown by git-log are usually indented by four spaces so here it makes sense to do the same for commit notes. However when using format-patch to create a patch for submission via e-mail the commit log isn't indented and also the "Notes:" header isn't really useful. So consequently do