2006/9/25, Jakub Narebski <jnareb@gmail.com>: > Johannes Schindelin wrote: > > > On Sun, 24 Sep 2006, Jakub Narebski wrote: > > > >> If I remember correctly currently only some functionality provided by > >> remotes file can be provided by [remote] and [branch] sections of git > >> config. > > > > ... and what might the lacking functionality be? > > What about > Pull: +refs/heads/pu:refs/heads/pu > functionality, i.e. allowing force-update (non fast-forward) fetches? [remote "git"] url = git://.../git.git fetch = +refs/heads/pu:refs/heads/pu > > > .git/remotes/<name> config > > > > URL: remote.<name>.url > > Pull: remote.<name>.fetch > > Push: remote.<name>.push > > > > You can even have multiple entries in the config, and it behaves as if you > > had multiple lines in .git/remotes/<name>. > > And first pull line is default branch to merge, all the rest is marked > as not-for-merge? The same way as with .git/remotes/. the .git/remotes/ files and the [remote] sections are equivalent, modulo bugs. Santi - 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.htmlReceived on Mon Sep 25 09:45:42 2006
This archive was generated by hypermail 2.1.8 : 2006-09-25 09:53:54 EST