Santi Béjar wrote: > 3) I can "git fetch" a bundle but I cannot "git push" a bundle, so if I have: > > [remote "bundle"] > url = /file/to/bundle > fetch = "+refs/heads/*:refs/remotes/bundle/*" > > $ git push bundle > > would create a bundle in /file/to/bundle with the same branches as a > normal git push, but considering the remote branches as the local > remotes/bundle/* And how you would differentiate between path meaning bundle, and path meaning "local" protocol, i.e. git repository on the same filesystem? "bundle = /file/to/bundle" perhaps... -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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