From: Yann Dirson Date: Tue, 15 May 2007 17:09:57 +0000 (+0100) Subject: Stop recording branch.*.remote to '.' for local parents. X-Git-Tag: v0.13~80 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/1fa161d61e1020f534b25c7db94cbd28c836791f?ds=inline;hp=1fa161d61e1020f534b25c7db94cbd28c836791f Stop recording branch.*.remote to '.' for local parents. We should be using the remote name of the remote branch in branch.*.merge, instead of the local one as we currently do (I'll ensure this in a later patch). As a consequence, setting "remote" to '.' and "merge" to the name of a *local* parent would become inconsistent with the remote case. Anyway the local case should make use of pull-policy=rebase instead, and this change revealed that we were fetching useless information in the local case (no need for a remote). Signed-off-by: Yann Dirson ---