Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Apr 6, 2010
1 parent e185b8d commit c9bc384
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,29 @@
Cloning List
====================================

* HTTP server

* http smart server
- push
- info/refs
- dumb [SHA ref, etc]
- smart
C: GET $GIT_URL/info/refs?service=git-upload-pack HTTP/1.0
S: 200 OK
S: Content-Type: application/x-git-upload-pack-advertisement
S: Cache-Control: no-cache
S:
S: ....# service=git-upload-pack
S: ....95dcfa3633004da0049d3d0fa03f80589cbcaf31 refs/heads/maint\0 multi_ack
S: ....d049f6c27a2244e12041955e262a404c7faba355 refs/heads/master
S: ....2cb58b79488a98d2721cea644875a8dd0026b115 refs/tags/v1.0
S: ....a3c2e2402b99163d1d59756e5f207ae21cccba4c refs/tags/v1.0^{}
C: POST $GIT_URL/git-receive-pack HTTP/1.0
C: ....0a53e9ddeaddad63ad106860237bbf53411d11a7 441b40d833fdfa93eb2908e52742248faf0ee993 refs/heads/maint\0 report-status
C: 0000
C: PACK....


- fetch
-

* http smart client

Expand All @@ -30,6 +50,9 @@ ToDo List

* commit key for private repos

* ipad version

* bonjour sniffing - clone from other iphones


GitHub Features
Expand Down

0 comments on commit c9bc384

Please sign in to comment.