branch: externals/vc-got commit 20cee209dece2d1a49daf68e043aa6e78b8a13e9 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
tag 1.1.2 fix vc-log-search for got from latest -main branch and for future versions. `got log' changed the flag for search from -s to -S (-s is now to select the short log format.) Support for older got version will be kept for the next few (got) releases. --- vc-got.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc-got.el b/vc-got.el index 436d1a0bf1..2221b68a98 100755 --- a/vc-got.el +++ b/vc-got.el @@ -6,7 +6,7 @@ ;; Timo Myyrä <timo.my...@bittivirhe.fi> ;; URL: https://projects.omarpolo.com/vc-got.html ;; Keywords: vc tools -;; Version: 1.1.1 +;; Version: 1.1.2 ;; Package-Requires: ((emacs "25.1")) ;; This program is free software; you can redistribute it and/or modify