Blame


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