Skip to content

Commit b066807

Browse files
committed
Git 2.28-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cfa7ae8 commit b066807

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Documentation/RelNotes/2.28.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ UI, Workflows & Features
4343
prepared to work with "set -u" but recent changes got a bit more
4444
sloppy. This has been corrected.
4545

46+
* "git gui" now allows opening work trees from the start-up dialog.
47+
4648

4749
Performance, Internal Implementation, Development Support etc.
4850

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.28-rc1
4+
DEF_VER=v2.28-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)