aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorUtkarsh Singh2021-06-01 14:33:01 +0530
committerDmitry Gutov2021-06-09 02:25:47 +0300
commit4a1e97bea96a3ed075cfbc09f4268ba5be9e44fd (patch)
tree8101a41a40858c6afad28fcbcc5bc7c57cfd9bc7 /etc
parent90f54aad5e978653f5a590cdfb68090a0f9a25fc (diff)
downloademacs-4a1e97bea96a3ed075cfbc09f4268ba5be9e44fd.tar.gz
emacs-4a1e97bea96a3ed075cfbc09f4268ba5be9e44fd.zip
New user option for Git log switches
* lisp/vc/vc-git.el (vc-git-diff-switches): New defcustom. (vc-git-print-log): Use it. * etc/NEWS: Announce the new option. Copyright-paperwork-exempt: yes
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 60226f0a3ec..3dca94f97b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -880,6 +880,10 @@ If non-nil, only branches and remotes are considered when doing
880completion over Git branch names. The default is nil, which causes 880completion over Git branch names. The default is nil, which causes
881tags to be considered as well. 881tags to be considered as well.
882 882
883---
884*** New user option 'vc-git-log-switches'.
885String or list of strings specifying switches for Git log under VC.
886
883** Gnus 887** Gnus
884 888
885+++ 889+++