diff options
| author | Utkarsh Singh | 2021-06-01 14:33:01 +0530 |
|---|---|---|
| committer | Dmitry Gutov | 2021-06-09 02:25:47 +0300 |
| commit | 4a1e97bea96a3ed075cfbc09f4268ba5be9e44fd (patch) | |
| tree | 8101a41a40858c6afad28fcbcc5bc7c57cfd9bc7 /etc | |
| parent | 90f54aad5e978653f5a590cdfb68090a0f9a25fc (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -880,6 +880,10 @@ If non-nil, only branches and remotes are considered when doing | |||
| 880 | completion over Git branch names. The default is nil, which causes | 880 | completion over Git branch names. The default is nil, which causes |
| 881 | tags to be considered as well. | 881 | tags to be considered as well. |
| 882 | 882 | ||
| 883 | --- | ||
| 884 | *** New user option 'vc-git-log-switches'. | ||
| 885 | String or list of strings specifying switches for Git log under VC. | ||
| 886 | |||
| 883 | ** Gnus | 887 | ** Gnus |
| 884 | 888 | ||
| 885 | +++ | 889 | +++ |