Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-22 19:30:01 +0300
committerJunio C Hamano <gitster@pobox.com>2020-07-22 19:30:01 +0300
commitb066807397fd55553f4910ede74839e319b661fd (patch)
tree433e94c6f9efd79d11ac82e8473b2af116a28591
parentcfa7ae8b6e2f375d3609e526754539ef0791d33b (diff)
Git 2.28-rc2v2.28.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.28.0.txt2
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.28.0.txt b/Documentation/RelNotes/2.28.0.txt
index da9cafb788..5f1413a699 100644
--- a/Documentation/RelNotes/2.28.0.txt
+++ b/Documentation/RelNotes/2.28.0.txt
@@ -43,6 +43,8 @@ UI, Workflows & Features
prepared to work with "set -u" but recent changes got a bit more
sloppy. This has been corrected.
+ * "git gui" now allows opening work trees from the start-up dialog.
+
Performance, Internal Implementation, Development Support etc.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2b7babbcf2..bcb0e9e3ed 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.28-rc1
+DEF_VER=v2.28-rc2
LF='
'