Hi list,
I mentioned in another mail that I needed the opposite of git-push, namely
getting all heads, and if they are strict parents of the local refs, just
update them.
Well, Junio pointed out that it's easy using the available tools, and he
was right. The result is attached (and tested...).
This script makes it easy to work with a central repository, multiple
heads and users, in a CVS style: to start your day, you call the attached
script, and after you have committed something, you can do a push on the
repository. Sometimes, the push fails, then you have to pull that branch
in order to merge it before trying a push again.
BTW, if you are lazy, like me, you just pull from Junio once in a while
and do a "make test". Turns out there is a missing dependency though:
peek-remote.o: cache.h
which in my case lead to a git-peek-remote program which was unable to
peek any ref.
Ciao,
Dscho