8000 Improve Filter documentation · gitextensions/libgit2sharp@69207a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69207a6

Browse files
committed
Improve Filter documentation
1 parent a23d735 commit 69207a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LibGit2Sharp/Filter.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ public Filter()
2626
/// A pointer to a commit object or a list of pointers to consider as starting points.
2727
/// <para>
2828
/// Can be either a <see cref = "string" /> containing the sha or reference canonical name to use,
29-
/// a <see cref = "Branch" />, a <see cref = "Reference" />, a <see cref = "Commit" />, a <see cref = "Tag" />
30-
/// or a <see cref = "TagAnnotation" /> or even a mixed collection of all of the above.
29+
/// a <see cref = "Branch" />, a <see cref = "Reference" />, a <see cref = "Commit" />, a <see cref = "Tag" />,
30+
/// a <see cref = "TagAnnotation" />, an <see cref="ObjectId"/> or even a mixed collection of all of the above.
3131
/// By default, the <see cref = "Repository.Head" /> will be used as boundary.
3232
/// </para>
3333
/// </summary>
@@ -37,8 +37,8 @@ public Filter()
3737
/// A pointer to a commit object or a list of pointers which will be excluded (along with ancestors) from the enumeration.
3838
/// <para>
3939
/// Can be either a <see cref = "string" /> containing the sha or reference canonical name to use,
40-
/// a <see cref = "Branch" />, a <see cref = "Reference" />, a <see cref = "Commit" />, a <see cref = "Tag" />
41-
/// or a <see cref = "TagAnnotation" /> or even a mixed collection of all of the above.
40+
/// a <see cref = "Branch" />, a <see cref = "Reference" />, a <see cref = "Commit" />, a <see cref = "Tag" />,
41+
/// a <see cref = "TagAnnotation" />, an <see cref="ObjectId"/> or even a mixed collection of all of the above.
4242
/// </para>
4343
/// </summary>
4444
public object Until { get; set; }

0 commit comments

Comments
 (0)
0