We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7347eff commit 36c1370Copy full SHA for 36c1370
src/git2/stash.inc
@@ -74,7 +74,7 @@ type
74
message: PAnsiChar;
75
76
(** Optional paths that control which files are stashed. *)
77
- paths: Pgit_strarray;
+ paths: git_strarray;
78
end;
79
Pgit_stash_save_options = ^git_stash_save_options;
80
0 commit comments