On 29/01/07, Yann Dirson <ydirson@xxxxxxxxxx> wrote:
We introduce a new pull-does-rebase setting, as companion to pullcmd. This allows to use both pullcmd's that need a rebase (like git-fetch) and pullcmd's that do not (like git-pull).
Thanks for the patches. I applied all of them but I have a question on this one:
+ if (config.get('stgit.pull-does-rebase')): + # FIXME! + reset(tree_id = rev_parse(repository))
Why the "FIXME" here? The alternative is switch() and it might be safer. -- Catalin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html