mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
chore: upgrade dependencies (#58)
This commit is contained in:
parent
faddaa52e2
commit
3900ec92cc
48 changed files with 3453 additions and 3174 deletions
|
@ -348,7 +348,7 @@ class IndexEntry extends Equatable {
|
|||
String get path => _indexEntryPointer.ref.path.cast<Utf8>().toDartString();
|
||||
|
||||
set path(String path) =>
|
||||
_indexEntryPointer.ref.path = path.toNativeUtf8().cast<Int8>();
|
||||
_indexEntryPointer.ref.path = path.toNativeUtf8().cast<Char>();
|
||||
|
||||
/// UNIX file attributes of a index entry.
|
||||
GitFilemode get mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue