mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
refactor(stash)!: extract implementation of api
This commit is contained in:
parent
20ca75639d
commit
23787adc3a
4 changed files with 126 additions and 47 deletions
|
@ -10,7 +10,7 @@ import '../util.dart';
|
|||
/// Save the local modifications to a new stash.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
Pointer<git_oid> stash({
|
||||
Pointer<git_oid> save({
|
||||
required Pointer<git_repository> repoPointer,
|
||||
required Pointer<git_signature> stasherPointer,
|
||||
String? message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue