; * etc/NEWS: Announce VC-dir "Tracking" header. (bug#68183)
authorKévin Le Gouguec <kevin.legouguec@gmail.com>
Thu, 22 Aug 2024 06:34:03 +0000 (08:34 +0200)
committerKévin Le Gouguec <kevin.legouguec@gmail.com>
Thu, 29 Aug 2024 16:36:21 +0000 (17:36 +0100)
etc/NEWS

index 98eca7b806150058c8452457b51a3d1bde221912..9cf41188868deaee9997c3d1758500d8688d3c55 100644 (file)
--- 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
 
 ---