Code

Merge branch 'js/shallow'
authorJunio C Hamano <junkio@cox.net>
Thu, 28 Dec 2006 09:25:43 +0000 (01:25 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Dec 2006 09:25:43 +0000 (01:25 -0800)
commitb11bd57a384a7bee21245d3895d77d20c33e4d78
tree16e1582858224d41d6e8835cef8b576805bb4397
parent6b5a795bf586aa019bbb11ffe9f2fc315ba9765e
parent37818d7db070f67a20df58ac7d5e04cc63ef1867
Merge branch 'js/shallow'

* js/shallow:
  fetch-pack: Do not fetch tags for shallow clones.
  get_shallow_commits: Avoid memory leak if a commit has been reached already.
  git-fetch: Reset shallow_depth before auto-following tags.
  upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.
  fetch-pack: Properly remove the shallow file when it becomes empty.
  shallow clone: unparse and reparse an unshallowed commit
  Why didn't we mark want_obj as ~UNINTERESTING in the old code?
  Why does it mean we do not have to register shallow if we have one?
  We should make sure that the protocol is still extensible.
  add tests for shallow stuff
  Shallow clone: do not ignore shallowness when following tags
  allow deepening of a shallow repository
  allow cloning a repository "shallowly"
  support fetching into a shallow repository
  upload-pack: no longer call rev-list
Makefile
git-fetch.sh