sharplet / swift-git-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The swift-git example app

A simple reimplementation of parts of the git(1) command using swift-git.

This repository is intended as a learning resource for swift-git and the underlying libgit2 C API. It's also set up to make it easy to work directly on swift-git, in order to improve its API and move it closer to parity with libgit2.

Contributions are welcome!

License

swift-git-example is published under the MIT License. See LICENSE for details.

swift-git-example is subject to the terms of the libgit2 license. This means that you may compile and link to these projects without restriction; however, uses of libgit2 which fall outside the linking exception are subject to the full terms of the GNU General Public License, Version 2.

About

License:Other


Languages

Language:Swift 96.8%Language:Shell 3.2%