Bad choice of words. What I mean is to delete all local refs which are
already reachable by a remote ref on the given remote.
Yes, that's it. Or clean up the references you already pushed because
they are no longer of interest.
It doesn't do that because the head doesn't match any revision that was
given to us by `rev-list refs/remotes/foo/*`
Yes, the idea was to "sweep" all branches that were just local branches
of a remote and never worked on. This is most useful right now for
people switching from Cogito or old-style remotes, who have a lot of
branches that are remote tracking branches. Using this, they can just
set up a new remote, fetch and prune -c and be left in a tidy state.
Sam.
-
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