emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vc-got 2b7241a 086/145: revamp readme


From: ELPA Syncer
Subject: [elpa] externals/vc-got 2b7241a 086/145: revamp readme
Date: Thu, 9 Sep 2021 15:58:39 -0400 (EDT)

branch: externals/vc-got
commit 2b7241ac6d9a243350bf7e7c5f292de7d909ad6e
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    revamp readme
---
 README.md | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9fddaad..7e63da3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # vc-got
 
-This is an **experimental** Emacs VC back-end for the [Game of
+This is an Emacs VC back-end for the [Game of
 Tree](http://gameoftrees.org/) version control system.
 
 ------
@@ -31,6 +31,13 @@ With `use-package` something like this should be enough:
   (add-to-list 'vc-directory-exclusion-list ".got"))
 ```
 
+## Drawbacks
+
+While I've been using this backend on a daily basis for the last
+months, 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.
+
 
 ## Stage hunks
 
@@ -55,3 +62,12 @@ and an example of the interactive stage operation with
 
 ![interactive stage operation](images/vc-got-stage-files.png
 "interactive stage operation")
+
+
+## Contributing
+
+The long-term plan is to get this into Emacs.  This means that to
+avoid possible problem, a GNU 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]