Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-rfc3161
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
1200471b
Commit
1200471b
authored
9 years ago
by
Junio C Hamano
Committed by
Anton Wuerfel
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Git 2.8-rc2
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
d2c39e6b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/RelNotes/2.8.0.txt
+5
-4
5 additions, 4 deletions
Documentation/RelNotes/2.8.0.txt
GIT-VERSION-GEN
+1
-1
1 addition, 1 deletion
GIT-VERSION-GEN
with
6 additions
and
5 deletions
Documentation/RelNotes/2.8.0.txt
+
5
−
4
View file @
1200471b
...
...
@@ -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
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
1200471b
#!/bin/sh
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.8.0-rc
1
DEF_VER
=
v2.8.0-rc
2
LF
=
'
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment