MCPcopy Create free account

hub / github.com/libgit2/git2go / functions

Functions945 in github.com/libgit2/git2go

MethodInsertWalk
(walk *RevWalk)
packbuilder.go:89
MethodIsBranch
()
reference.go:337
MethodIsEmpty
()
repository.go:392
FunctionIsErrorClass
(err error, c ErrorClass)
git.go:299
MethodIsHead
()
branch.go:149
MethodIsHeadDetached
()
repository.go:367
MethodIsHeadUnborn
()
repository.go:380
MethodIsPathIgnored
(path string)
ignore.go:39
MethodIsRemote
()
reference.go:343
MethodIsShallow
()
repository.go:405
MethodIsTag
()
reference.go:349
MethodIterate
(fun RevWalkIterator)
walk.go:182
MethodList
()
remote.go:652
MethodLookup
(name string)
reference.go:30
MethodLookup
(name string)
submodule.go:95
MethodLookup
(name string)
remote.go:763
MethodLookupAnnotatedCommit
(oid *Oid)
merge.go:67
MethodLookupPrefix
LookupPrefix looks up an object by its OID given a prefix of its identifier.
repository.go:237
MethodLookupPrefixBlob
LookupPrefixBlob looks up a blob by its OID given a prefix of its identifier.
repository.go:294
MethodLookupPrefixCommit
LookupPrefixCommit looks up a commit by its OID given a prefix of its identifier.
repository.go:273
MethodLookupPrefixTag
LookupPrefixTag looks up a tag by its OID given a prefix of its identifier.
repository.go:315
MethodLookupPrefixTree
LookupPrefixTree looks up a tree by its OID given a prefix of its identifier.
repository.go:252
FunctionMakeGitError2
(err int)
git.go:338
MethodMergeCommits
(ours *Commit, theirs *Commit, options *MergeOptions)
merge.go:266
MethodMessage
Message retrieves git's prepared message. Operations such as git revert/cherry-pick/merge with the -n option stop just short of creating a commit with
repository.go:816
MethodMessage
()
commit.go:34
MethodMessage
Message returns the note message
note.go:186
MethodMessageEncoding
()
commit.go:40
MethodMove
(newBranchName string, force bool)
branch.go:132
MethodNCmp
(oid2 *Oid, n uint)
git.go:260
MethodName
()
branch.go:183
MethodName
Name returns the full name of v.
reference.go:325
MethodName
()
submodule.go:202
MethodName
()
remote.go:794
FunctionNewConfig
NewConfig creates a new empty configuration object
config.go:60
FunctionNewCredDefault
Deprecated: NewCredDefault is a deprecated alias fof NewCredentialDefault.
deprecated.go:71
FunctionNewCredSshKey
Deprecated: NewCredSshKey is a deprecated alias of NewCredentialSshKey.
deprecated.go:56
FunctionNewCredSshKeyFromAgent
Deprecated: NewCredSshKeyFromAgent is a deprecated alias of NewCredentialSSHFromAgent.
deprecated.go:66
FunctionNewCredSshKeyFromMemory
Deprecated: NewCredSshKeyFromMemory is a deprecated alias of NewCredentialSSHKeyFromMemory.
deprecated.go:61
FunctionNewCredUsername
Deprecated: NewCredUsername is a deprecated alias of NewCredentialUsername.
deprecated.go:46
FunctionNewCredUserpassPlaintext
Deprecated: NewCredUserpassPlaintext is a deprecated alias of NewCredentialUserpassPlaintext.
deprecated.go:51
MethodNewIterator
NewIterator creates an iterator over each entry in the configuration
config.go:188
MethodNewIteratorGlob
NewIteratorGlob creates an iterator over each entry in the configuration whose name matches the given regular expression
config.go:204
MethodNewMultivarIterator
(name, regexp string)
config.go:160
MethodNewPackbuilder
()
packbuilder.go:24
MethodNewRefdb
()
refdb.go:26
FunctionNewRefdbBackendFromC
(ptr unsafe.Pointer)
refdb.go:42
MethodNewReferenceIteratorGlob
NewReferenceIteratorGlob creates an iterator over reference names that match the speicified glob. The glob is of the usual fnmatch type.
reference.go:412
MethodNewReferenceNameIterator
NewReferenceIterator creates a new branch iterator over reference names
reference.go:394
MethodNext
Next performs the next rebase operation and returns the information about it. If the operation is one that applies a patch (which is any operation exc
rebase.go:381
MethodNext
()
index.go:652
MethodNext
NextName retrieves the next reference name. If the iteration is over, the returned error code is git.ErrorCodeIterOver
reference.go:434
MethodNext
Next returns the next entry for this iterator
config.go:371
MethodNumDeltas
()
diff.go:141
MethodObjectCount
()
packbuilder.go:102
MethodOpen
()
submodule.go:354
FunctionOpenRepositoryExtended
(path string, flags RepositoryOpenFlag, ceiling string)
repository.go:87
MethodOwner
Owner returns a weak reference to the repository which owns this reference. This won't keep the underlying repository alive, but it should still be Fr
reference.go:301
MethodParentId
(n uint)
commit.go:179
MethodPatchFromBuffers
(oldPath, newPath string, oldBuf, newBuf []byte, opts *DiffOptions)
patch.go:69
MethodPath
()
repository.go:681
MethodPath
()
submodule.go:208
MethodPeel
(t ObjectType)
reference.go:283
MethodPush
(refspecs []string, opts *PushOptions)
remote.go:1167
MethodPushGlob
(glob string)
walk.go:54
MethodPushHead
()
walk.go:99
MethodPushRange
(r string)
walk.go:69
MethodPushRef
(r string)
walk.go:84
MethodPushRefspecs
()
remote.go:956
MethodPushUrl
()
remote.go:806
FunctionReInit
ReInit reinitializes the global state, this is useful if the effective user id has changed and you want to update the stored search paths for gitconfi
git.go:191
MethodRead
(buf []byte)
transport_test.go:26
MethodRead
(buf []byte)
http.go:146
MethodRead
(buf []byte)
ssh.go:193
MethodRead
Read reads from the stream
odb.go:395
MethodRead
Read reads the note for an object
note.go:65
FunctionReferenceIsValidName
reference.go Deprecated: ReferenceIsValidName is a deprecated alias of ReferenceNameIsValid.
deprecated.go:243
MethodRefresh
()
odb.go:179
MethodRefspecCount
()
remote.go:973
FunctionRegisterManagedHTTPTransport
RegisterManagedHTTPTransport registers a Go-native implementation of an HTTP/S transport that doesn't rely on any system libraries (e.g. libopenssl/li
http.go:18
FunctionRegisterManagedSSHTransport
RegisterManagedSSHTransport registers a Go-native implementation of an SSH transport that doesn't rely on any system libraries (e.g. libssh2). If Shu
ssh.go:31
FunctionRemoteIsValidName
remote.go Deprecated: RemoteIsValidName is a deprecated alias of RemoteNameIsValid.
deprecated.go:251
MethodRemoteName
(canonicalBranchName string)
branch.go:199
MethodRemove
(name string)
tag.go:102
MethodRemove
Remove removes the note for an object
note.go:89
MethodRemoveByPath
(path string)
index.go:354
MethodRemoveMessage
RemoveMessage removes git's prepared message.
repository.go:832
MethodRename
(remote, newname string)
remote.go:812
MethodReset
()
walk.go:36
MethodResetDefaultToCommit
(commit *Commit, pathspecs []string)
reset.go:35
MethodSetBackend
(backend *RefdbBackend)
refdb.go:47
FunctionSetCacheObjectLimit
(objectType ObjectType, size int)
settings.go:125
MethodSetFetchRecurseSubmodules
(submodule string, recurse SubmoduleRecurse)
submodule.go:315
MethodSetIgnore
(submodule string, ignore SubmoduleIgnore)
submodule.go:273
MethodSetMultivar
(name, regexp, value string)
config.go:292
MethodSetPushUrl
(remote, url string)
remote.go:850
MethodSetRefdb
(refdb *Refdb)
repository.go:139
MethodSetSymbolicTarget
(target string, msg string)
reference.go:163
MethodSetTarget
(target *Oid, msg string)
reference.go:189
MethodSetUpdate
(submodule string, update SubmoduleUpdate)
submodule.go:295
← previousnext →601–700 of 945, ranked by callers