Add support for "forcing" a ref on the remote side
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 18:04:59 +0000 (11:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 18:04:59 +0000 (11:04 -0700)
A "old ref" of all zeroes is considered a "don't care" ref, and allows
us to say "write the new ref regardless of what the old ref contained
(or even if it existed at all)".

This allows (if git-send-pack were to do it) creating new refs, and
fixing up old ones.

No differences found