We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GitODBWritePack
1 parent ac8b19c commit 93d1f56Copy full SHA for 93d1f56
1 file changed
Sources/SwiftLibgit2/ODB-Backend/ODB-Backend-Structs.swift
@@ -290,10 +290,10 @@ public struct GitODBWritePack: CStruct
290
/// The object database backend.
291
public let backend : UnsafeMutablePointer<git_odb_backend>
292
293
- /// Appends data to the packfile.
+ /// Appends the given data to the given packfile.
294
public let append : GitODBWritePack.Append?
295
296
- /// Commits the packfile to the object database.
+ /// Commits the given packfile to the given object database.
297
public let commit : GitODBWritePack.Commit?
298
299
/// Frees the memory allocated for the given `git_odb_writepack` instance.
0 commit comments