File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,11 @@ notes for details).
281
281
listing and sparse checkout selection areas in 2.7.0; the change
282
282
that is responsible for the regression has been reverted.
283
283
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
+
284
289
* Some codepaths used fopen(3) when opening a fixed path in $GIT_DIR
285
290
(e.g. COMMIT_EDITMSG) that is meant to be left after the command is
286
291
done. This however did not work well if the repository is set to
@@ -372,10 +377,6 @@ notes for details).
372
377
misbehaved when run from a subdirectory.
373
378
(merge 17f1365 nd/git-common-dir-fix later to maint).
374
379
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
-
379
380
* "git worktree add -B <branchname>" did not work.
380
381
381
382
* The "v(iew)" subcommand of the interactive "git am -i" command was
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.8.0-rc1
4
+ DEF_VER=v2.8.0-rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments