Johannes Schindelin wrote: > > When we rebase with --root, what we are actually picking are the commits > in $ONTO..$HEAD. So $ONTO is really our $UPSTREAM. Spell it out. [...] > + UPSTREAM=$ONTO While I think the simplification is reasonable, it breaks this check: get_saved_options () { # ... test ! -s "$DOTEST"/upstream && REBASE_ROOT=t } So you'll have to change that too. -- Thomas Rast trast@{inf,student}.ethz.ch
Attachment:
signature.asc
Description: This is a digitally signed message part.