Re: [git-users] `$ git commit --fixup=xxx -e` doesn't open editor anymore

2021-08-16 Thread Konstantin Khomoutov
On Mon, Aug 16, 2021 at 12:49:02AM -0700, Sergey Solovyev wrote: > OK, we found the regression > point > https://github.com/git/git/commit/494d314a0526a8bee9f8af7a6e6b74b66043c9fa > and my co-worker is making a fix for that. That's cool! You can then search [1] to see whether it was reported

Re: [git-users] `$ git commit --fixup=xxx -e` doesn't open editor anymore

2021-08-16 Thread Sergey Solovyev
OK, we found the regression point https://github.com/git/git/commit/494d314a0526a8bee9f8af7a6e6b74b66043c9fa and my co-worker is making a fix for that. On Sunday, August 15, 2021 at 2:32:39 PM UTC+2 Konstantin Khomoutov wrote: > On Wed, Aug 11, 2021 at 03:05:09AM -0700, Sergey Solovyev wrote: >

Re: [git-users] `$ git commit --fixup=xxx -e` doesn't open editor anymore

2021-08-15 Thread Konstantin Khomoutov
On Wed, Aug 11, 2021 at 03:05:09AM -0700, Sergey Solovyev wrote: > Previously `$ git commit --fixup=xxx -e` would open an editor before > committing the change. It should still be the case according to the command > documentation: > * -e, --edit* > * The message taken from file

[git-users] `$ git commit --fixup=xxx -e` doesn't open editor anymore

2021-08-11 Thread Sergey Solovyev
Previously `$ git commit --fixup=xxx -e` would open an editor before committing the change. It should still be the case according to the command documentation: * -e, --edit* * The message taken from file with -F, command line with -m, and from commit object with -C are usually