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).
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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.8.0-rc1
4+ DEF_VER=v2.8.0-rc2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments