diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-28 16:58:04 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-28 16:58:04 -0800 |
commit | 5d01301f2b865aa8dba1654d3f447ce9d21db0b5 (patch) | |
tree | 6889a29f94491998e8386db6b42d844a963a1d38 | |
parent | Name the next one 2.36 to prepare for 2.35.1 (diff) | |
parent | Git 2.35.1 (diff) | |
download | tgif-5d01301f2b865aa8dba1654d3f447ce9d21db0b5.tar.xz |
Sync with Git 2.35.1
-rw-r--r-- | Documentation/RelNotes/2.35.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.35.1.txt b/Documentation/RelNotes/2.35.1.txt new file mode 100644 index 0000000000..726ba250ef --- /dev/null +++ b/Documentation/RelNotes/2.35.1.txt @@ -0,0 +1,6 @@ +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. |