diff mbox series

2.35.1.txt: clarify the rebase/stash regression

Message ID pull.1136.git.1643422586267.gitgitgadget@gmail.com (mailing list archive)
State New, archived
Headers show
Series 2.35.1.txt: clarify the rebase/stash regression | expand

Commit Message

Elijah Newren Jan. 29, 2022, 2:16 a.m. UTC
From: Elijah Newren <newren@gmail.com>

rebase and stash still worked in v2.35.0 in a secondary worktree so
long as they were invoked from the toplevel directory.  Update the
release note to clarify this.

Signed-off-by: Elijah Newren <newren@gmail.com>
---
    2.35.1.txt: clarify the rebase/stash regression
    
    I haven't seen the release notes go out; I'm hoping this patch is seen
    in time...

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1136%2Fnewren%2Fregression-clarification-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1136/newren/regression-clarification-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1136

 Documentation/RelNotes/2.35.1.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 5d01301f2b865aa8dba1654d3f447ce9d21db0b5
diff mbox series

Patch

diff --git a/Documentation/RelNotes/2.35.1.txt b/Documentation/RelNotes/2.35.1.txt
index 726ba250ef3..0661d8c6e5e 100644
--- a/Documentation/RelNotes/2.35.1.txt
+++ b/Documentation/RelNotes/2.35.1.txt
@@ -2,5 +2,5 @@  Git v2.35.1 Release Notes
 =========================
 
 Git 2.35 shipped with a regression that broke use of "rebase" and
-"stash" in a secondary worktree.  This maintenance release ought to
-fix it.
+"stash" when run from a subdirectory within a secondary worktree.
+This maintenance release fixes it.