1. 01 7月, 2005 3 次提交
    • L
      Add support for "forcing" a ref on the remote side · f65fdf04
      Linus Torvalds 提交于
      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.
      f65fdf04
    • L
      git-send-pack: actually send the object pack · 94fdb7aa
      Linus Torvalds 提交于
      This concludes this lesson.  I've actually successfully sent an update
      using the git-send-pack command.
      
      Probably tons of work still to do, and nasty debugging, but it's now
      actually potentially useful.
      94fdb7aa
    • L
      git-receive-pack: implement ref switch command handling · 2eca23da
      Linus Torvalds 提交于
      After unpacking the object pack successfully, we go through the list of
      refs, and verify that they still contain their expected values.  Then we
      replace them with the new ones.
      2eca23da
  2. 30 6月, 2005 22 次提交
  3. 29 6月, 2005 15 次提交