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
13f1270a
Commit
13f1270a
authored
Sep 27, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.3: changelog updates for last-minute changes
parent
8c29885e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
docs/changelog.md
+8
-1
No files found.
docs/changelog.md
View file @
13f1270a
...
@@ -7,6 +7,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
...
@@ -7,6 +7,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
*
Support custom git extensions by @ethomson in https://github.com/libgit2/libgit2/pull/6031
*
Support custom git extensions by @ethomson in https://github.com/libgit2/libgit2/pull/6031
*
Introduce
`git_email_create`
; deprecate
`git_diff_format_email`
by @ethomson in https://github.com/libgit2/libgit2/pull/6061
*
Introduce
`git_email_create`
; deprecate
`git_diff_format_email`
by @ethomson in https://github.com/libgit2/libgit2/pull/6061
## Deprecated APIs
*
`git_oidarray_free`
is deprecated; callers should use
`git_oidarray_dispose`
## Bug fixes
## Bug fixes
*
#6028: Check if
`threadstate->error_t.message`
is not
`git_buf__initbuf`
before freeing. by @arroz in https://github.com/libgit2/libgit2/pull/6029
*
#6028: Check if
`threadstate->error_t.message`
is not
`git_buf__initbuf`
before freeing. by @arroz in https://github.com/libgit2/libgit2/pull/6029
*
remote: Mark
`git_remote_name_is_valid`
as
`GIT_EXTERN`
by @lhchavez in https://github.com/libgit2/libgit2/pull/6032
*
remote: Mark
`git_remote_name_is_valid`
as
`GIT_EXTERN`
by @lhchavez in https://github.com/libgit2/libgit2/pull/6032
...
@@ -17,6 +20,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
...
@@ -17,6 +20,9 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
*
win32: allow empty environment variables by @ethomson in https://github.com/libgit2/libgit2/pull/6063
*
win32: allow empty environment variables by @ethomson in https://github.com/libgit2/libgit2/pull/6063
*
Fixes for deprecated APIs by @ethomson in https://github.com/libgit2/libgit2/pull/6066
*
Fixes for deprecated APIs by @ethomson in https://github.com/libgit2/libgit2/pull/6066
*
filter: use a
`git_oid`
in filter options, not a pointer by @ethomson in https://github.com/libgit2/libgit2/pull/6067
*
filter: use a
`git_oid`
in filter options, not a pointer by @ethomson in https://github.com/libgit2/libgit2/pull/6067
*
diff: update
`GIT_DIFF_IGNORE_BLANK_LINES`
by @ethomson in https://github.com/libgit2/libgit2/pull/6068
*
Attribute lookups are always on relative paths by @ethomson in https://github.com/libgit2/libgit2/pull/6073
*
Handle long paths when querying attributes by @ethomson in https://github.com/libgit2/libgit2/pull/6075
## Code cleanups
## Code cleanups
*
notes: use a buffer internally by @ethomson in https://github.com/libgit2/libgit2/pull/6047
*
notes: use a buffer internally by @ethomson in https://github.com/libgit2/libgit2/pull/6047
...
@@ -26,7 +32,8 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
...
@@ -26,7 +32,8 @@ This is release v1.3.0, "Zugunruhe". This release includes only minor new featu
*
Longpath filter bug by @lrm29 in https://github.com/libgit2/libgit2/pull/6055
*
Longpath filter bug by @lrm29 in https://github.com/libgit2/libgit2/pull/6055
*
Add test to ensure empty proxy env behaves like unset env by @sathieu in https://github.com/libgit2/libgit2/pull/6052
*
Add test to ensure empty proxy env behaves like unset env by @sathieu in https://github.com/libgit2/libgit2/pull/6052
*
Stdint header condition has been reverted. by @lolgear in https://github.com/libgit2/libgit2/pull/6020
*
Stdint header condition has been reverted. by @lolgear in https://github.com/libgit2/libgit2/pull/6020
*
diff: update
`GIT_DIFF_IGNORE_BLANK_LINES`
by @ethomson in https://github.com/libgit2/libgit2/pull/6068
*
buf:
`common_prefix`
takes a string array by @ethomson in https://github.com/libgit2/libgit2/pull/6077
*
oidarray: introduce
`git_oidarray_dispose`
by @ethomson in https://github.com/libgit2/libgit2/pull/6076
## CI Improvements
## CI Improvements
*
ci: pull libssh2 from www.libssh2.org by @ethomson in https://github.com/libgit2/libgit2/pull/6064
*
ci: pull libssh2 from www.libssh2.org by @ethomson in https://github.com/libgit2/libgit2/pull/6064
...
...
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