On Tue, May 15, 2007 at 05:24:28PM -0700, Junio C Hamano wrote: > > My second issue is that git-push does not update > > remotes/<repo>/<headname> so if I do git-push && gitk --all it looks > > as if I haven't pushed. Misleading again. :-/ > > The standard answer is not to push into a live repository > without understanding what you are doing. My impression here is that Martin is saying that pushing does not update the remote tracking branch in the local repository (as, e.g., cogito has always done). But I thought somebody (Ted?) recently submitted a patch to change that. > git-push without parameters and configuration pushes matching > branches. This has been true from day one. Again, I think we > should be able to make this safer so that "git-push" in cloned > repository would do something more restricted (perhaps limiting > to refs/heads?), but I do not think of a universally acceptable > canned configuration. I had done a patch in that direction (actually, it just avoided pushing refs/remotes/) and have been planning to follow up with restricting git-push to just refs/heads/. I'll try to work on that in the next day or so. -Peff - 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