From d411b4d1fd368bfe9dc72db7864d4c7d99babb18 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 22 Feb 2023 10:17:08 -0700 Subject: [PATCH] ; * etc/NEWS (C-x v !): Additional text. --- etc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 72f46a6ce59..4511f8e20f8 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2168,6 +2168,10 @@ before execution. For example, in a Git repository, you can produce a log of more than one branch by typing 'C-x v ! C-x v b l' and then appending additional branch names to the 'git log' command. +The intention is that this command can be used to access a wide +variety of version control system-specific functionality from VC +without complexifying either the VC command set or the backend API. + --- *** 'C-x v v' in a diffs buffer allows to commit only some of the changes. This command is intended to allow you to commit only some of the