Re: want option to git-rebase

2018-06-20 Thread Ian Jackson
Jonathan Nieder writes ("Re: want option to git-rebase"): > Oh, good catch. "git rebase" already generally does the right thing > when GIT_REFLOG_ACTION is set (by only appending to it and never > replacing it). Great. I indeed did not know about this. >

Re: want option to git-rebase

2018-06-19 Thread Jonathan Nieder
Johannes Sixt wrote: > Am 19.06.2018 um 03:06 schrieb Jonathan Nieder: >> Ian Jackson wrote[1]: >>> git-rebase leaves entries like this in the reflog: >>> >>>c15f4d5391 HEAD@{33}: rebase: checkout >>> c15f4d5391ff07a718431aca68a73e672fe8870e >>> >>> It would be nice if there were an option

Re: want option to git-rebase

2018-06-19 Thread Johannes Sixt
Am 19.06.2018 um 03:06 schrieb Jonathan Nieder: Ian Jackson wrote[1]: git-rebase leaves entries like this in the reflog: c15f4d5391 HEAD@{33}: rebase: checkout c15f4d5391ff07a718431aca68a73e672fe8870e It would be nice if there were an option to control this message. Particularly, when

Re: want option to git-rebase

2018-06-19 Thread Ian Jackson
Jonathan Nieder writes ("Re: want option to git-rebase"): > Ian Jackson wrote[1]: > > git-rebase leaves entries like this in the reflog: > > > > c15f4d5391 HEAD@{33}: rebase: checkout > > c15f4d5391ff07a718431aca68a73e672fe8870e ... > GIT_REFLOG_ACTI

Re: want option to git-rebase

2018-06-18 Thread Jonathan Nieder
Hi, Ian Jackson wrote[1]: > git-rebase leaves entries like this in the reflog: > > c15f4d5391 HEAD@{33}: rebase: checkout > c15f4d5391ff07a718431aca68a73e672fe8870e > > It would be nice if there were an option to control this message. > Particularly, when another tool invokes git-rebase, the