refactor(stash)!: extract implementation of api

This commit is contained in:
Aleksey Kulikov 2021-10-13 11:53:24 +03:00
parent 20ca75639d
commit 23787adc3a
4 changed files with 126 additions and 47 deletions

View file

@ -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,