Re: [RFC/PATCH] add diffstat information to rebase

2016-12-24 Thread Duy Nguyen
On Fri, Dec 23, 2016 at 5:13 AM, Stefan Beller wrote: > *Ideally* I would rather have a different formatting, e.g. maybe: > > $ git checkout remotes/origin/js/sequencer-wo-die > $ git rebase -i --new-magic v2.10.0-rc2^ > > which produces: > > pick d5cb9cbd64 Git 2.10-rc2

Re: [RFC/PATCH] add diffstat information to rebase

2016-12-23 Thread Jacob Keller
On Thu, Dec 22, 2016 at 2:37 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> $ git rebase -i HEAD^^ >> >> pick 2eaa3f532c Third batch for 2.12 >> # Documentation/RelNotes/2.12.0.txt | 40 >> +++ >> # 1 file changed, 40 insertions(+) >>

Re: [RFC/PATCH] add diffstat information to rebase

2016-12-22 Thread Johannes Schindelin
Hi Stefan, On Thu, 22 Dec 2016, Stefan Beller wrote: > *Ideally* I would rather have a different formatting, e.g. maybe: > > $ git checkout remotes/origin/js/sequencer-wo-die > $ git rebase -i --new-magic v2.10.0-rc2^ > > which produces: > > pick d5cb9cbd64 Git 2.10-rc2

Re: [RFC/PATCH] add diffstat information to rebase

2016-12-22 Thread Junio C Hamano
Stefan Beller writes: > $ git rebase -i HEAD^^ > > pick 2eaa3f532c Third batch for 2.12 > # Documentation/RelNotes/2.12.0.txt | 40 > +++ > # 1 file changed, 40 insertions(+) > pick 3170a3a57b add information to rebase > # git-rebase--in

Re: [RFC/PATCH] add diffstat information to rebase

2016-12-22 Thread Stefan Beller
On Thu, Dec 22, 2016 at 1:41 PM, Johannes Schindelin wrote: > Hi Stefan, > > On Thu, 22 Dec 2016, Stefan Beller wrote: > >> This is a small hack that adds the diffstat to the interactive rebase >> helping me a bit during the rebase, such that: >> >> $ git rebase -i HEAD^^ >> >> pick 2eaa3

Re: [RFC/PATCH] add diffstat information to rebase

2016-12-22 Thread Johannes Schindelin
Hi Stefan, On Thu, 22 Dec 2016, Stefan Beller wrote: > This is a small hack that adds the diffstat to the interactive rebase > helping me a bit during the rebase, such that: > > $ git rebase -i HEAD^^ > > pick 2eaa3f532c Third batch for 2.12 > # Documentation/RelNotes/2.12.0.txt | 4

[RFC/PATCH] add diffstat information to rebase

2016-12-22 Thread Stefan Beller
Signed-off-by: Stefan Beller --- When working on a large feature consisting of lots of commits, my development workflow is to create a lot of very small commits and then reshuffle these via interactive rebase. Sometimes the commit message titles for these very small commits are not as good as I