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
e39d44d9
Commit
e39d44d9
authored
Feb 09, 2018
by
Patrick Steinhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGELOG: update for v0.27.0, second batch
parent
eadb0abb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
CHANGELOG.md
+15
-6
No files found.
CHANGELOG.md
View file @
e39d44d9
...
...
@@ -59,8 +59,17 @@ v0.26 + 1
*
When using SSH-based transports, we now repeatedly ask for the passphrase to
decrypt the private key in case a wrong passphrase is being provided.
*
When generating conflict markers, they will now use the same line endings as
the rest of the file.
### API additions
*
The
`git_merge_file_options`
structure now contains a new setting,
`marker_size`
. This allows users to set the size of markers that
delineate the sides of merged files in the output conflict file.
By default this is 7 (
`GIT_MERGE_CONFLICT_MARKER_SIZE`
), which
produces output markers like
`<<<<<<<`
and
`>>>>>>>`
.
*
`git_remote_create_detached()`
creates a remote that is not associated
to any repository (and does not apply configuration like 'insteadof' rules).
This is mostly useful for e.g. emulating
`git ls-remote`
behavior.
...
...
@@ -80,12 +89,6 @@ v0.26 + 1
### Breaking API changes
*
The
`git_merge_file_options`
structure now contains a new setting,
`marker_size`
. This allows users to set the size of markers that
delineate the sides of merged files in the output conflict file.
By default this is 7 (
`GIT_MERGE_CONFLICT_MARKER_SIZE`
), which
produces output markers like
`<<<<<<<`
and
`>>>>>>>`
.
*
Signatures now distinguish between +0000 and -0000 UTC offsets.
*
The certificate check callback in the WinHTTP transport will now receive the
...
...
@@ -95,6 +98,12 @@ v0.26 + 1
*
We now refuse creating branches named "HEAD".
*
We now refuse reading and writing all-zero object IDs into the
object database.
*
We now read the effective user's configuration file instead of the real user's
configuration in case libgit2 runs as part of a setuid binary.
v0.26
-----
...
...
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