Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit f65af84

Browse files
committed
Slight documentation fix
1 parent a9e1523 commit f65af84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LibGit2Sharp/ObjectDatabase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ public int Provider(IntPtr content, int max_length, IntPtr data)
160160
}
161161

162162
/// <summary>
163-
/// Inserts a <see cref="Blob"/> into the object database, created from the content of a data provider.
163+
/// Inserts a <see cref="Blob"/> into the object database, created from the content of a stream.
164+
/// <para>Optionally, git filters will be applied to the content before storing it.</para>
164165
/// </summary>
165166
/// <param name="stream">The stream from which will be read the content of the blob to be created.</param>
166167
/// <param name="hintpath">The hintpath is used to determine what git filters should be applied to the object before it can be placed to the object database.</param>

0 commit comments

Comments
 (0)