Skip to content

Commit efdc168

Browse files
authored
Merge pull request #1371 from MichaelVach/pulloptions-allow-null
Allow PullOptions parameter to be null
2 parents aa6a7e2 + 16e1ac7 commit efdc168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LibGit2Sharp/Commands/Pull.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public static MergeResult Pull(Repository repository, Signature merger, PullOpti
1919
{
2020
Ensure.ArgumentNotNull(repository, "repository");
2121
Ensure.ArgumentNotNull(merger, "merger");
22-
Ensure.ArgumentNotNull(options, "options");
2322

2423

2524
options = options ?? new PullOptions();

0 commit comments

Comments
 (0)