Skip to content

Commit ed9067f

Browse files
committed
Git 2.8-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d1847b commit ed9067f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Documentation/RelNotes/2.8.0.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,11 @@ notes for details).
281281
listing and sparse checkout selection areas in 2.7.0; the change
282282
that is responsible for the regression has been reverted.
283283

284+
* Another try to improve the ignore mechanism that lets you say "this
285+
is excluded" and then later say "oh, no, this part (that is a
286+
subset of the previous part) is not excluded". This has still a
287+
known limitation, though.
288+
284289
* Some codepaths used fopen(3) when opening a fixed path in $GIT_DIR
285290
(e.g. COMMIT_EDITMSG) that is meant to be left after the command is
286291
done. This however did not work well if the repository is set to
@@ -372,10 +377,6 @@ notes for details).
372377
misbehaved when run from a subdirectory.
373378
(merge 17f1365 nd/git-common-dir-fix later to maint).
374379

375-
* Another try to add support to the ignore mechanism that lets you
376-
say "this is excluded" and then later say "oh, no, this part (that
377-
is a subset of the previous part) is not excluded".
378-
379380
* "git worktree add -B <branchname>" did not work.
380381

381382
* The "v(iew)" subcommand of the interactive "git am -i" command was

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.8.0-rc1
4+
DEF_VER=v2.8.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)