Re: [PATCH v3 1/7] git-rebase.txt: document incompatible options

2018-06-22 Thread SZEDER Gábor
> @@ -487,6 +510,52 @@ recreates the topic branch with fresh commits so it can > be remerged > successfully without needing to "revert the reversion" (see the > link:howto/revert-a-faulty-merge.html[revert-a-faulty-merge How-To] for > details). > > +INCOMPATIBLE OPTIONS >

Re: [PATCH v3 1/7] git-rebase.txt: document incompatible options

2018-06-21 Thread Elijah Newren
On Thu, Jun 21, 2018 at 12:47 PM, Junio C Hamano wrote: > Elijah Newren writes: > >> @@ -280,8 +286,10 @@ other words, the sides are swapped. >> + >> Because 'git rebase' replays each commit from the working branch >> on top of the branch using the given strategy, using >> -the 'ours'

Re: [PATCH v3 1/7] git-rebase.txt: document incompatible options

2018-06-21 Thread Junio C Hamano
Elijah Newren writes: > @@ -280,8 +286,10 @@ other words, the sides are swapped. > + > Because 'git rebase' replays each commit from the working branch > on top of the branch using the given strategy, using > -the 'ours' strategy simply discards all patches from the , > +the 'ours' strategy

[PATCH v3 1/7] git-rebase.txt: document incompatible options

2018-06-21 Thread Elijah Newren
git rebase has many options that only work with one of its three backends. It also has a few other pairs of incompatible options. Document these. Signed-off-by: Elijah Newren --- Documentation/git-rebase.txt | 85 1 file changed, 77 insertions(+), 8