8000 Merge pull request #1371 from MichaelVach/pulloptions-allow-null · MisterLobo/libgit2sharp@efdc168 · GitHub
[go: up one dir, main page]

Skip to content

Commit efdc168

Browse files
authored
Merge pull request libgit2#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
< 4580 td data-grid-cell-id="diff-3d3d19116aba1c03ee955e2662ea53f245f8c69458cc96c76b4fb74ff2e5cff4-23-22-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">22
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");
23

2423

2524
options = options ?? new PullOptions();

0 commit comments

Comments
 (0)
0