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
15fdf054
Commit
15fdf054
authored
May 11, 2015
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stash application: document new API in CHANGELOG
parent
44972873
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CHANGELOG.md
+6
-0
No files found.
CHANGELOG.md
View file @
15fdf054
...
...
@@ -63,6 +63,12 @@ support for HTTPS connections insead of OpenSSL.
*
`git_index_add_frombuffer()`
can now create a blob from memory
buffer and add it to the index which is attached to a repository.
*
`git_stash_apply()`
can now apply a stashed state from the stash list,
placing the data into the working directory and index.
*
`git_stash_pop()`
will apply a stashed state (like
`git_stash_apply()`
)
but will remove the stashed state after a successful application.
### API removals
### Breaking API changes
...
...
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