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

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

[elpa] externals/vc-got 86d9909a7e 5/5: tag 1.1


From: ELPA Syncer
Subject: [elpa] externals/vc-got 86d9909a7e 5/5: tag 1.1
Date: Tue, 1 Feb 2022 05:02:16 -0500 (EST)

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

    tag 1.1
    
    changelog:
    
        * make the `g' keyword in the *Annotate* buffer partially works
          (shows the whole diff instead of only the diff for the FILES.)
    
        * fixed list-branches regexp.
    
        * run got fetch and send inside the worktree (so no need to
          specify -b when pushing a branch that's not the main.)
    
        * use got diff -P when diffing: reduces noticeably the time
          required for diffing multiple files.
---
 vc-got.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index 7ec8c82257..fc5896e178 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -6,7 +6,7 @@
 ;;         Timo Myyrä <timo.myyra@bittivirhe.fi>
 ;; URL: https://git.omarpolo.com/vc-got/
 ;; Keywords: vc tools
-;; Version: 1.0
+;; Version: 1.1
 ;; Package-Requires: ((emacs "25.1"))
 
 ;; This program is free software; you can redistribute it and/or modify



reply via email to

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