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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
addfb21a
Commit
addfb21a
authored
10 years ago
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Git 2.3.0-rc0
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
def6dd9b
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.3.0.txt
+17
-0
17 additions, 0 deletions
Documentation/RelNotes/2.3.0.txt
GIT-VERSION-GEN
+1
-1
1 addition, 1 deletion
GIT-VERSION-GEN
with
18 additions
and
1 deletion
Documentation/RelNotes/2.3.0.txt
+
17
−
0
View file @
addfb21a
...
@@ -74,6 +74,15 @@ UI, Workflows & Features
...
@@ -74,6 +74,15 @@ UI, Workflows & Features
Performance, Internal Implementation, Development Support etc.
Performance, Internal Implementation, Development Support etc.
* Earlier we made "rev-list --object-edge" more aggressively list the
objects at the edge commits, in order to reduce number of objects
fetched into a shallow repository, but the change affected cases
other than "fetching into a shallow repository" and made it
unusably slow (e.g. fetching into a normal repository should not
have to suffer the overhead from extra processing). Limit it to a
more specific case by introducing --objects-edge-aggressive, a new
option to rev-list.
* Squelched useless compiler warnings on Mac OS X regarding the
* Squelched useless compiler warnings on Mac OS X regarding the
crypto API.
crypto API.
...
@@ -113,6 +122,14 @@ Unless otherwise noted, all the fixes since v2.2 in the maintenance
...
@@ -113,6 +122,14 @@ Unless otherwise noted, all the fixes since v2.2 in the maintenance
track are contained in this release (see the maintenance releases'
track are contained in this release (see the maintenance releases'
notes for details).
notes for details).
* The logic in "git bisect bad HEAD" etc. to avoid forcing the test
of the common ancestor of bad and good commits was broken.
(merge 07913d5 cc/bisect-rev-parsing later to maint).
* "git checkout-index --temp=$target $path" did not work correctly
for paths outside the current subdirectory in the project.
(merge 74c4de5 es/checkout-index-temp later to maint).
* The report from "git checkout" on a branch that builds on another
* The report from "git checkout" on a branch that builds on another
local branch by setting its branch.*.merge to branch name (not a
local branch by setting its branch.*.merge to branch name (not a
full refname) incorrectly said that the upstream is gone.
full refname) incorrectly said that the upstream is gone.
...
...
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
addfb21a
#!/bin/sh
#!/bin/sh
GVF
=
GIT-VERSION-FILE
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v2.
2
.0
.GIT
DEF_VER
=
v2.
3
.0
-rc0
LF
=
'
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