schacon / objective-git
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Mon Sep 22 14:29:16 -0700 2008 | |
| |
NSDataCompression.h | Mon Sep 22 13:26:15 -0700 2008 | |
| |
NSDataCompression.m | Tue Sep 23 14:49:06 -0700 2008 | |
| |
ObjGit.h | Tue Sep 30 18:37:44 -0700 2008 | |
| |
ObjGit.m | Tue Sep 30 18:37:44 -0700 2008 | |
| |
ObjGitCommit.h | Tue Sep 30 18:37:44 -0700 2008 | |
| |
ObjGitCommit.m | Tue Sep 30 18:37:44 -0700 2008 | |
| |
ObjGitObject.h | Mon Sep 29 11:25:43 -0700 2008 | |
| |
ObjGitObject.m | Sat Sep 27 14:12:12 -0700 2008 | |
| |
ObjGitServerHandler.h | Mon Sep 29 11:25:43 -0700 2008 | |
| |
ObjGitServerHandler.m | Tue Sep 30 18:37:44 -0700 2008 | |
| |
ObjGitTree.h | Tue Sep 30 18:37:44 -0700 2008 | |
| |
ObjGitTree.m | Tue Sep 30 18:37:44 -0700 2008 | |
| |
README | Mon Sep 22 13:31:38 -0700 2008 |
README
Objective Git =================== This is a implementation of Git in Objective-C, for embedding in Cocoa and iPhone applications. Initially, it is meant to provide basic read and write access to loose and packed objects, and to provide an input stream handler that can negotiate the server side of the git client/server protocol. Credits =================== A bit of this code is borrowed from the Git.git project and the NSData compression stuff was borrowed from the Etoile framework. Authors =================== Scott Chacon

