commit 86d9909a7e54c02179e40afd05693c00f6689edc from: Omar Polo date: Tue Feb 01 09:02:03 2022 UTC 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. commit - 3391eaf83470d3f9661a62caf01dc84c9a4bc062 commit + 86d9909a7e54c02179e40afd05693c00f6689edc blob - 7ec8c822578218990016facf6d1a9af8f9ad780b blob + fc5896e178ba00ee7da9fcaa08ff645644506ab0 --- vc-got.el +++ vc-got.el @@ -6,7 +6,7 @@ ;; Timo Myyrä ;; 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