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
86c95ac5
Commit
86c95ac5
authored
9 years ago
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Update release notes to 2.7
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
56d63d0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/RelNotes/2.7.0.txt
+19
-0
19 additions, 0 deletions
Documentation/RelNotes/2.7.0.txt
with
19 additions
and
0 deletions
Documentation/RelNotes/2.7.0.txt
+
19
−
0
View file @
86c95ac5
...
...
@@ -156,6 +156,15 @@ Performance, Internal Implementation, Development Support etc.
* "git svn rebase/mkdirs" got optimized by keeping track of empty
directories better.
* Fix some racy client/server tests by treating SIGPIPE the same as a
normal non-zero exit.
* The necessary infrastructure to build topics using the free Travis
CI has been added. Developers forking from this topic (and enabling
Travis) can do their own builds, and we can turn on auto-builds for
git/git (including build-status for pull requests that people
open).
Also contains various documentation updates and code clean-ups.
...
...
@@ -392,6 +401,15 @@ notes for details).
are on an orphan or an unborn branch.
(merge c26f70c sg/bash-prompt-dirty-orphan later to maint).
* A build without NO_IPv6 used to use gethostbyname() when guessing
user's hostname, instead of getaddrinfo() that is used in other
codepaths in such a build.
(merge 00bce77 ep/ident-with-getaddrinfo later to maint).
* The exit code of git-fsck didnot reflect some types of errors found
in packed objects, which has been corrected.
(merge 8c24d83 dt/fsck-verify-pack-error later to maint).
* Code clean-up, minor fixes etc.
(merge 15ed07d jc/rerere later to maint).
(merge e7a7401 pt/pull-builtin later to maint).
...
...
@@ -410,3 +428,4 @@ notes for details).
(merge e510ab8 rs/pop-commit later to maint).
(merge fdcdb77 js/misc-fixes later to maint).
(merge c949b00 rs/show-branch-argv-array later to maint).
(merge 56a8aea nd/doc-check-ref-format-typo later to maint).
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