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
eddd8fd1
Commit
eddd8fd1
authored
May 02, 2019
by
Patrick Steinhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release v0.28.2
parent
887e004e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
docs/changelog.md
+24
-0
include/git2/version.h
+2
-2
No files found.
docs/changelog.md
View file @
eddd8fd1
v0.28.2
-------
This is a bugfix release with the following changes:
*
Fix include directory ordering when using bundled dependencies.
*
Fix infinite loop when searching for a non-existing repository with
Windows-style paths including drive prefixes.
*
Fix paths with a trailing "/" not always being treated as
directories when computing ignores.
*
Fix false negatives when computing ignores where ignore rules
that are a prefix to a negative ignore rule exist.
*
Fix patches with CRLF line endings not being parsed correctly.
*
Fix segfault when parsing patches with file addition (deletion)
where the added (deleted) file name contains a space.
*
Fix assertion failure when trying to write to a non-existent
locked configuration file.
v0.28.1
v0.28.1
-------
-------
...
...
include/git2/version.h
View file @
eddd8fd1
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
#ifndef INCLUDE_git_version_h__
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
#define LIBGIT2_VERSION "0.28.
1
"
#define LIBGIT2_VERSION "0.28.
2
"
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MAJOR 0
#define LIBGIT2_VER_MINOR 28
#define LIBGIT2_VER_MINOR 28
#define LIBGIT2_VER_REVISION
1
#define LIBGIT2_VER_REVISION
2
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_VER_PATCH 0
#define LIBGIT2_SOVERSION 28
#define LIBGIT2_SOVERSION 28
...
...
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