Re: [RFC/PATCH] git-remote-mediawiki: reset private ref after non-dumb push
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:58:28
Felipe Contreras [off-list ref] writes:
On Tue, Aug 13, 2013 at 8:31 AM, Matthieu Moy [off-list ref] wrote:quoted
Felipe: Is this the right fix for git-remote-mediawiki? Any better idea?Why not keep track of the revisions yourself? You can have file where you store which was the last revision that was fetched.
I don't really understand the point of the "private namespace" anymore I guess. Why do we have both refs/remotes/$remote and refs/$foreign_vcs/$remote, if they are always kept in sync? Keeping the last imported revision in a separate file would be possible, but then we'd have information about the remote in one file plus two refs, and I don't understand why we need to split the information in so many places. A ref seemed the right tool to store a revision. (These are genuine questions, you have far more experience than me with remote-helpers) Thanks, -- Matthieu Moy http://www-verimag.imag.fr/~moy/