Re: [PATCH 0/2] rebase --root: fix `reword` on a root commit

2018-06-18 Thread Junio C Hamano
Todd Zullinger writes: >> Offhand it is not clear from the proposed log message where the >> original breakage happened, but if this is to fix a regression >> between v2.17.0 and v2.18.0, then let's have it. As -rc2 slipped >> for a few days, it is reasonable to delay the final by a couple of

Re: [PATCH 0/2] rebase --root: fix `reword` on a root commit

2018-06-18 Thread Todd Zullinger
Hi, Junio C Hamano wrote: > Todd Zullinger writes: > >> Hi Johannes, >> >> Johannes Schindelin via GitGitGadget wrote: >>> From: GitGitGadget >>> >>> Todd Zullinger reported this bug in >>> https://public-inbox.org/git/20180615043111.gs3...@zaya.teonanacatl.net/: >>> when calling git rebase

Re: [PATCH 0/2] rebase --root: fix `reword` on a root commit

2018-06-18 Thread Junio C Hamano
Todd Zullinger writes: > Hi Johannes, > > Johannes Schindelin via GitGitGadget wrote: >> From: GitGitGadget >> >> Todd Zullinger reported this bug in >> https://public-inbox.org/git/20180615043111.gs3...@zaya.teonanacatl.net/: >> when calling git rebase --root and trying to reword the >> root

Re: [PATCH 0/2] rebase --root: fix `reword` on a root commit

2018-06-16 Thread Todd Zullinger
Hi Johannes, Johannes Schindelin via GitGitGadget wrote: > From: GitGitGadget > > Todd Zullinger reported this bug in > https://public-inbox.org/git/20180615043111.gs3...@zaya.teonanacatl.net/: > when calling git rebase --root and trying to reword the > root commit's message, a BUG is reported.