Skip to content

Commit

Permalink
Git 2.8-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Mar 10, 2016
1 parent 5d1847b commit ed9067f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Documentation/RelNotes/2.8.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ notes for details).
listing and sparse checkout selection areas in 2.7.0; the change
that is responsible for the regression has been reverted.

* Another try to improve the ignore mechanism that lets you say "this
is excluded" and then later say "oh, no, this part (that is a
subset of the previous part) is not excluded". This has still a
known limitation, though.

* Some codepaths used fopen(3) when opening a fixed path in $GIT_DIR
(e.g. COMMIT_EDITMSG) that is meant to be left after the command is
done. This however did not work well if the repository is set to
Expand Down Expand Up @@ -372,10 +377,6 @@ notes for details).
misbehaved when run from a subdirectory.
(merge 17f1365 nd/git-common-dir-fix later to maint).

* Another try to add support to the ignore mechanism that lets you
say "this is excluded" and then later say "oh, no, this part (that
is a subset of the previous part) is not excluded".

* "git worktree add -B <branchname>" did not work.

* The "v(iew)" subcommand of the interactive "git am -i" command was
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.8.0-rc1
DEF_VER=v2.8.0-rc2

LF='
'
Expand Down

0 comments on commit ed9067f

Please sign in to comment.