Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
45d55562
Commit
45d55562
authored
Oct 19, 2018
by
Patrick Steinhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGELOG: update for v0.27.7
parent
80890b9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
CHANGELOG.md
+45
-0
No files found.
CHANGELOG.md
View file @
45d55562
v0.27.7
-------
This is a bugfix release with the following changes or improvements:
-
Our continuous integration environment has switched from Travis and
AppVeyor to Azure Pipelines CI.
-
Fix adding worktrees for bare repositories.
-
Fix parsed patches not computing the old respectively new line
numbers correctly.
-
Fix parsing configuration variables which do not have a section.
-
Fix a zero-byte allocation when trying to detect file renames and
copies of a diff without any hunks.
-
Fix a zero-byte allocation when trying to resize or duplicate
vectors.
-
Fix return value when trying to unlock worktrees which aren't
locked.
-
Fix returning an unitialized error code when preparing a revision
walk without any pushed commits.
-
Fix return value of
`git_remote_lookup`
when lookup of
"remote.$remote.tagopt" fails.
-
Fix the revision walk always labelling commits as interesting due
to a mishandling of the commit date.
-
Fix the packbuilder inserting uninteresting blobs when adding a
tree containing references to such blobs.
-
Ignore unsupported authentication schemes in HTTP transport.
-
Improve performane of
`git_remote_prune`
.
-
Fix detection of whether
`qsort_r`
has a BSD or GNU function
signature.
-
Fix detection of iconv if it is provided by libc.
v0.27.6
-------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment