Blob


1 # vc-got
3 [![elpa badge](https://elpa.gnu.org/packages/vc-got.svg)][elpa]
5 This is an Emacs VC back-end for the [Game of
6 Tree](http://gameoftrees.org/) version control system
8 It's [available on ELPA][elpa]: to install it just `M-x package-install
9 RET vc-got RET`; vc-got will register itself, there's no need to
10 `require` it.
12 [elpa]: http://elpa.gnu.org/packages/vc-got.html
15 ## Drawbacks
17 While I've been using this backend on a daily basis for the last
18 months, there are some rough edges. Fetching updates in particular is
19 one action that *at the moment* is better to do by hand. Pushing,
20 committing, blaming etc on the other hand are fully functional.
22 Note that pushing requires at least got 0.56, other functionalities
23 should work with older versions.
26 ## Contributing
28 vc-got is on ELPA and thus a FSF copyright assignment is required.
29 It's really easy to get one (just send an email), and having one will
30 allow you to make further contribution to Emacs itself or to various
31 other packages.