Skip to content

Commit 9890f05

Browse files
committed
push: make the parallelism default follow the docs
1 parent 7765c0a commit 9890f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/remote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ typedef struct {
643643
} git_push_options;
644644

645645
#define GIT_PUSH_OPTIONS_VERSION 1
646-
#define GIT_PUSH_OPTIONS_INIT { GIT_PUSH_OPTIONS_VERSION, 0, GIT_REMOTE_CALLBACKS_INIT, GIT_PROXY_OPTIONS_INIT }
646+
#define GIT_PUSH_OPTIONS_INIT { GIT_PUSH_OPTIONS_VERSION, 1, GIT_REMOTE_CALLBACKS_INIT, GIT_PROXY_OPTIONS_INIT }
647647

648648
/**
649649
* Initialize git_push_options structure

0 commit comments

Comments
 (0)