diff options
| author | Eli Zaretskii | 2020-08-19 20:47:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-08-19 20:47:21 +0300 |
| commit | 8c6765b37a111148675ea8ff8cbc57bde2a8d8ee (patch) | |
| tree | f8de928a1bb55e8f321ff4dc3c795c36dd32d6ed | |
| parent | f8d3d18168a742691d095a3f0c83512f19621725 (diff) | |
| download | emacs-8c6765b37a111148675ea8ff8cbc57bde2a8d8ee.tar.gz emacs-8c6765b37a111148675ea8ff8cbc57bde2a8d8ee.zip | |
; * etc/NEWS: Fix a recently added entry.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -260,9 +260,10 @@ invoke 'C-u C-x v s' ('vc-create-tag'). | |||
| 260 | *** 'vc-hg' now uses 'hg summary' to populate extra 'vc-dir' headers. | 260 | *** 'vc-hg' now uses 'hg summary' to populate extra 'vc-dir' headers. |
| 261 | 261 | ||
| 262 | --- | 262 | --- |
| 263 | *** New variable 'vc-git-revision-complete-only-branches' | 263 | *** New variable 'vc-git-revision-complete-only-branches'. |
| 264 | If non-nil, only branches and remotes are considered when doing | 264 | If non-nil, only branches and remotes are considered when doing |
| 265 | completion over branch names. | 265 | completion over Git branch names. The default is nil, which causes |
| 266 | tags to be considered as well. | ||
| 266 | 267 | ||
| 267 | ** Gnus | 268 | ** Gnus |
| 268 | 269 | ||