Skip to content

geoffgarside/cocoagit

Repository files navigation

CocoaGit

CocoaGit is an implementation of git using Objective-C and the Mac OS X Foundation Framework. It began as an experiment and learning experience into both Objective-C development and the internals of git and grew into what it is now.

Current State of Development

Development on my part (geoffgarside) has halted. If you would like to take over on this project then send me a message and I'll add a note to this README about where active development is taking place.

I have personally begun beating the anvil again with Git.framework and will direct most of my attention there. At the moment I've only recently made Git.framework publicly available. It presently only features local reading of repositories through a much smaller API than CocoaGit, though as time goes by it will adopt the features of this project and will eventually surpass it.

LICENCE

Released under the terms of the MIT licence, details of which are below

Copyright (c) 2008 Geoff Garside

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

An Objective-C/Foundation implementation of the Git version control software.

Resources

License

Stars

Watchers

Forks

Packages

No packages published