[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 766f69bab12: ; * etc/NEWS: Announce VC-dir "Tracking" header. (
From: |
Kévin Le Gouguec |
Subject: |
emacs-30 766f69bab12: ; * etc/NEWS: Announce VC-dir "Tracking" header. (bug#68183) |
Date: |
Thu, 29 Aug 2024 12:40:04 -0400 (EDT) |
branch: emacs-30
commit 766f69bab12e8d6e2955313247466329b0f48550
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Commit: Kévin Le Gouguec <kevin.legouguec@gmail.com>
; * etc/NEWS: Announce VC-dir "Tracking" header. (bug#68183)
---
etc/NEWS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/etc/NEWS b/etc/NEWS
index 98eca7b8061..9cf41188868 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1017,6 +1017,16 @@ behavior, set user option
'vc-annotate-use-short-revision' to nil.
*** New user option 'vc-git-file-name-changes-switches'.
It allows tweaking the thresholds for rename and copy detection.
+---
+*** VC Directory buffers now display the upstream branch in Git repositories.
+The "upstream branch" is the branch from which 'vc-pull' fetches changes
+by default. In Git terms, the upstream branch of branch B is determined
+by configuration variables branch.B.remote and branch.B.merge.
+
+When these configuration variables are set for the current branch, the
+VC Directory buffer will show the corresponding upstream branch under
+the "Tracking" header.
+
** Diff mode
---
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 766f69bab12: ; * etc/NEWS: Announce VC-dir "Tracking" header. (bug#68183),
Kévin Le Gouguec <=