git-send-pack: verify that sender is a proper superset of receiver
authorLinus Torvalds <torvalds@evo.osdl.org>
Tue, 19 Jul 2005 11:03:47 +0000 (07:03 -0400)
committerLinus Torvalds <torvalds@evo.osdl.org>
Tue, 19 Jul 2005 11:03:47 +0000 (07:03 -0400)
commit2a9c3fe838a21cb2097347e15bec71e848f8d625
treefc21098f5710a2333c4ad04d3571eb7580223bf9
parent07ee0d77c66d6f356cd3f82435e67510779aa53c
git-send-pack: verify that sender is a proper superset of receiver

This should make sure that if you have multiple people pushing to the
same tree, they cannot overwrite each others work, but have to merge
before being able to update the common reference tree.
send-pack.c