1
1
Fork
You've already forked vc-got
0
Emacs VC backend for Game of Tree https://projects.omarpolo.com/vc-got.html
  • Emacs Lisp 99.4%
  • Makefile 0.6%
Find a file
2025年02月23日 15:38:04 +01:00
targets add `lint' target 2021年08月17日 09:50:58 +00:00
.gitignore ignore files created by elpa 2022年05月28日 17:35:39 +02:00
LICENCE switch to GPLv3 2020年12月26日 10:09:45 +00:00
Makefile add `lint' target 2021年08月17日 09:50:58 +00:00
README.md months -> years; time flies... 2023年01月29日 10:46:58 +00:00
vc-got.el use shorter way to poll branch from user in vc-got-merge-branch 2025年02月23日 15:38:04 +01:00

vc-got

elpa badge

This is an Emacs VC back-end for the Game of Tree version control system

It's available on ELPA: to install it just M-x package-install RET vc-got RET; vc-got will register itself, there's no need to require it.

Drawbacks

While I've been using this backend on a daily basis for the last years, there are some rough edges. Fetching updates in particular is one action that at the moment is better to do by hand. Pushing, committing, blaming etc on the other hand are fully functional.

Note that pushing requires at least got 0.56, other functionalities should work with older versions.

Contributing

vc-got is on ELPA and thus a FSF copyright assignment is required. It's really easy to get one (just send an email), and having one will allow you to make further contribution to Emacs itself or to various other packages.