Skip to content
schacon edited this page Sep 13, 2010 · 4 revisions

Objective Git Project

The Objective Git library is an Objective-C implementation of parts of Git, so a Cocoa or iPhone application can work with Git repositories. The project is currently in progress, though it can do some useful stuff already.

Progress

This project is about 60% complete to a totally working library, but my projected 95% mark is by the beginning of October.

To Do

  • receive-pack
    • delta object revisiting
  • upload-pack
    • sha list building
    • packfile build and transfer
  • large object handling in iPhone sized memory
  • browsing
    • Blob, Tree, Tag classes
    • diff library?
Clone this wiki locally