We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32ee0c commit 1d11fa1Copy full SHA for 1d11fa1
pygit2/decl.h
@@ -77,6 +77,7 @@ typedef struct {
77
typedef struct git_time {
78
git_time_t time;
79
int offset;
80
+ char sign;
81
} git_time;
82
83
typedef struct git_signature {
0 commit comments