]> git.eshelyaron.com Git - emacs.git/commitdiff
(project-vc-backend-markers-alist): Add entry for vc-got
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 17 Feb 2023 22:54:02 +0000 (00:54 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 17 Feb 2023 22:55:03 +0000 (00:55 +0200)
* lisp/progmodes/project.el (project-vc-backend-markers-alist):
Add entry for vc-got (bug#61577).  Bump the version.

lisp/progmodes/project.el

index 46bafc55777b95348526f69ea52639a48a313e02..1228c73fee86bbae3727fddd8a9687496849b040 100644 (file)
@@ -1,7 +1,7 @@
 ;;; project.el --- Operations on the current project  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
-;; Version: 0.9.6
+;; Version: 0.9.7
 ;; Package-Requires: ((emacs "26.1") (xref "1.4.0"))
 
 ;; This is a GNU ELPA :core package.  Avoid using functionality that
@@ -505,7 +505,8 @@ project backend implementation of `project-external-roots'.")
                 "_svn"
               ".svn"))
     (DARCS . "_darcs")
-    (Fossil . ".fslckout"))
+    (Fossil . ".fslckout")
+    (Got . ".got"))
   "Associative list assigning root markers to VC backend symbols.
 
 See `project-vc-extra-root-markers' for the marker value format.")