Re: pull --preserve-merges

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Francis Galiegue <fg@...>
Cc: Johannes Schindelin <Johannes.Schindelin@...>, <git@...>
Date: Saturday, November 8, 2008 - 1:57 pm

Replying to both Johannes and Francis...


Ah, right, sorry, Johannes, I know it only makes sense in the context if
--rebase is also being in use, I was just being too brief.


I'd be fine with that, I had not thought of it.


I originally had --rebase --preserve-merges in mind because it matches
the existing -p/--preserve-merges flag that git rebase has that I'd
like git pull to just pass along.

If they were separate flags, passing just --preserve-merges without
--rebase should likely report an error. Probably the same thing if
someone sets `branch.name.preservemerges` but `branch.name.rebase` is
not set.

Unless instead of separate config parameters, `branch.name.rebase` uses
Johannes's suggestion and has separate values...true or false or
preserve-merges. That would probably better parallelize with the
--rebase=preserve-merges style command line argument.

Between one flag/config parameter or two flags/config parameters, I
could go either way and would be willing to patch together either one
to get it in.

Thanks,
Stephen


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
pull --preserve-merges, Stephen Haberman, (Fri Nov 7, 6:01 pm)
Re: pull --preserve-merges, Stephen Haberman, (Mon Nov 10, 3:05 pm)
Re: pull --preserve-merges, Johannes Schindelin, (Mon Nov 10, 3:48 pm)
Re: pull --preserve-merges, Johannes Schindelin, (Sat Nov 8, 11:08 am)
Re: pull --preserve-merges, Francis Galiegue, (Sat Nov 8, 1:07 pm)
Re: pull --preserve-merges, Stephen Haberman, (Sat Nov 8, 1:57 pm)