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
e5081962
Commit
e5081962
authored
Jan 18, 2019
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGELOG: update for v0.27.8
parent
2236b3dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
CHANGELOG.md
+33
-0
No files found.
CHANGELOG.md
View file @
e5081962
v0.27.8
-------
This is a bugfix release with the following change:
-
Negative gitignore rules should match git's behavior. For example,
given a gitignore rule of
`*.test`
and a second gitignore rule of
`!dir/*`
, we would incorrect apply the negation rules. With this
fix, we behave like git.
-
Always provide custom transport implementations with the URL in the
action function. v0.27.7 included a change that would erroneously
provide NULL to subsequent calls to the action function. This is
fixed.
-
Fix several bugs parsing malformed commits and malformed trees.
-
Allow configuration file directory locations to be specified as
`/dev/null`
.
-
Ensure that when an error occurs reading from the loose ODB backend
that we do not segfault.
-
Ensure that when a filter stream application fails that we do not
segfault.
-
Ensure that any configuration reading failures are propagated while
loading submodule information.
-
Peel annotated tags fully when creating an annotated commit.
-
Ensure that numbers are parsed correctly in a variety of places.
v0.27.7
v0.27.7
-------
-------
...
...
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