MCPcopy Create free account

hub / github.com/libgit2/git2go / functions

Functions945 in github.com/libgit2/git2go

↓ 1 callersMethodGetUserpassPlaintext
GetUserpassPlaintext returns the plaintext username/password combination stored in the Cred.
credentials.go:111
↓ 1 callersMethodHasLog
HasLog returns whether there is a reflog for the given reference name
reference.go:123
↓ 1 callersMethodHash
Hash determines the object-ID (sha1) of a data buffer.
odb.go:252
↓ 1 callersMethodInmemoryIndex
InmemoryIndex gets the index produced by the last operation, which is the result of `Next()` and which will be committed by the next invocation of `Co
rebase.go:402
↓ 1 callersMethodInsert
(filename string, id *Oid, filemode Filemode)
tree.go:196
↓ 1 callersMethodInsertions
()
diff.go:237
↓ 1 callersMethodIsBare
()
repository.go:687
↓ 1 callersMethodIsBinary
()
blob.go:43
↓ 1 callersMethodIsZero
()
git.go:256
↓ 1 callersMethodItemPath
(item RepositoryItem)
repository.go:863
↓ 1 callersMethodLen
()
odb.go:359
↓ 1 callersMethodLookupInt32
(name string)
config.go:90
↓ 1 callersMethodLookupInt64
(name string)
config.go:107
↓ 1 callersMethodLookupString
(name string)
config.go:124
↓ 1 callersMethodMerge
(theirHeads []*AnnotatedCommit, mergeOptions *MergeOptions, checkoutOptions *CheckoutOptions)
merge.go:199
↓ 1 callersMethodMergeAnalysis
MergeAnalysis returns the possible actions which could be taken by a 'git-merge' command. There may be multiple answers, so the first return value is
merge.go:246
↓ 1 callersMethodMergeBase
(one *Oid, two *Oid)
merge.go:307
↓ 1 callersMethodMergeBaseMany
MergeBaseMany finds a merge base given a list of commits.
merge.go:355
↓ 1 callersMethodMergeBaseOctopus
MergeBaseOctopus finds a merge base in preparation for an octopus merge.
merge.go:408
↓ 1 callersMethodMergeBases
MergeBases retrieves the list of merge bases between two commits. If none are found, an empty slice is returned and the error is set approprately
merge.go:326
↓ 1 callersMethodMergeBasesMany
MergeBasesMany finds all merge bases given a list of commits.
merge.go:375
↓ 1 callersFunctionMergeFile
(ancestor MergeFileInput, ours MergeFileInput, theirs MergeFileInput, options *MergeFileOptions)
merge.go:542
↓ 1 callersMethodMergeTrees
(ancestor *Tree, ours *Tree, theirs *Tree, options *MergeOptions)
merge.go:284
↓ 1 callersFunctionMessageTrailers
MessageTrailers parses trailers out of a message, returning a slice of Trailer structs. Trailers are key/value pairs in the last paragraph of a messag
message.go:21
↓ 1 callersFunctionMwindowMappedLimit
()
settings.go:80
↓ 1 callersFunctionMwindowSize
()
settings.go:72
↓ 1 callersFunctionNewCredentialDefault
()
credentials.go:287
↓ 1 callersFunctionNewCredentialSSHKey
NewCredentialSSHKey creates new ssh credentials reading the public and private keys from the file system.
credentials.go:171
↓ 1 callersFunctionNewCredentialSSHKeyFromAgent
(username string)
credentials.go:215
↓ 1 callersFunctionNewCredentialSSHKeyFromMemory
NewCredentialSSHKeyFromMemory creates new ssh credentials using the publicKey and privateKey arguments as the values for the public and private keys.
credentials.go:194
↓ 1 callersFunctionNewCredentialSSHKeyFromSigner
NewCredentialSSHKeyFromSigner creates new SSH credentials using the provided signer.
credentials.go:266
↓ 1 callersFunctionNewCredentialUserpassPlaintext
(username string, password string)
credentials.go:152
↓ 1 callersFunctionNewHandleList
()
handles.go:20
↓ 1 callersFunctionNewIndexer
NewIndexer creates a new indexer instance.
indexer.go:29
↓ 1 callersFunctionNewMempack
NewMempack creates a new mempack instance and registers it to the ODB.
mempack.go:26
↓ 1 callersMethodNewNoteIterator
NewNoteIterator creates a new iterator for notes
note.go:200
↓ 1 callersFunctionNewOdbBackendLoose
NewOdbBackendLoose creates a backend for loose objects.
odb.go:96
↓ 1 callersFunctionNewOdbBackendOnePack
(packfileIndexPath string)
odb.go:80
↓ 1 callersMethodNewReadStream
NewReadStream opens a read stream from the ODB. Reading from it will give you the contents of the object.
odb.go:276
↓ 1 callersFunctionNewRepositoryWrapOdb
(odb *Odb)
repository.go:125
↓ 1 callersMethodNewWritePack
NewWritePack opens a stream for writing a pack file to the ODB. If the ODB layer understands pack files, then the given packfile will likely be stream
odb.go:321
↓ 1 callersMethodNext
Next returns the current item (note id & annotated id) and advances the iterator internally to the next item
note.go:233
↓ 1 callersMethodOffset
Offset returns the time zone offset of v.When in minutes, which is what git wants.
signature.go:34
↓ 1 callersFunctionOpenDefault
OpenDefault opens the default config according to git rules
config.go:457
↓ 1 callersFunctionOpenIndex
OpenIndex creates a new index at the given path. If the file does not exist it will be created when Write() is called.
index.go:133
↓ 1 callersMethodOpenLevel
OpenLevel creates a single-level focused config object from a multi-level one
config.go:331
↓ 1 callersFunctionOpenOndisk
OpenOndisk creates a new config instance containing a single on-disk file
config.go:348
↓ 1 callersMethodOperationAt
OperationAt gets the rebase operation specified by the given index.
rebase.go:347
↓ 1 callersMethodOperationCount
OperationCount gets the count of rebase operations that are to be applied.
rebase.go:371
↓ 1 callersFunctionParseRefspec
ParseRefspec parses a given refspec string
refspec.go:18
↓ 1 callersMethodPop
Pop applies a single stashed state from the stash list and removes it from the list if successful. 'index' is the position within the stash list. 0 p
stash.go:320
↓ 1 callersMethodPrune
(callbacks *RemoteCallbacks)
remote.go:1196
↓ 1 callersMethodPruneRefs
()
remote.go:1192
↓ 1 callersMethodPush
(id *Oid)
walk.go:41
↓ 1 callersMethodRawHeader
RawHeader gets the full raw text of the commit header.
commit.go:57
↓ 1 callersMethodRawMessage
()
commit.go:50
↓ 1 callersMethodReachableFromAny
ReachableFromAny returns whether a commit is reachable from any of a list of commits by following parent edges.
graph.go:46
↓ 1 callersMethodReadHeader
(oid *Oid)
odb.go:116
↓ 1 callersMethodReadTree
ReadTree replaces the contents of the index with those of the given tree
index.go:405
↓ 1 callersFunctionRemoteNameIsValid
RemoteNameIsValid returns whether the remote name is well-formed.
remote.go:596
↓ 1 callersMethodRemoveConflict
(path string)
index.go:602
↓ 1 callersMethodRemoveDirectory
RemoveDirectory removes all entries from the index under a given directory.
index.go:371
↓ 1 callersMethodRename
(name string, force bool, msg string)
reference.go:227
↓ 1 callersMethodReset
Reset resets the memory packer by clearing all the queued objects. This assumes that Mempack.Dump has been called before to store all the queued obje
mempack.go:83
↓ 1 callersMethodResolve
()
reference.go:212
↓ 1 callersMethodRevert
Revert the provided commit leaving the index updated with the results of the revert
revert.go:62
↓ 1 callersMethodRevertCommit
RevertCommit reverts the provided commit against "ourCommit" The returned index contains the result of the revert and should be freed
revert.go:86
↓ 1 callersMethodRevparse
(spec string)
revparse.go:60
↓ 1 callersMethodRevparseExt
(spec string)
revparse.go:94
↓ 1 callersMethodRtransform
Rtransform converts a target reference to its source reference following the refspec's rules
refspec.go:133
↓ 1 callersFunctionSearchPath
(level ConfigLevel)
settings.go:42
↓ 1 callersMethodSetConfig
SetConfig sets the configuration file for this repository. This configuration file will be used for all configuration queries involving this reposito
repository.go:175
↓ 1 callersMethodSetHeadDetached
(id *Oid)
repository.go:354
↓ 1 callersMethodSetInt32
(name string, value int32)
config.go:244
↓ 1 callersMethodSetInt64
(name string, value int64)
config.go:260
↓ 1 callersFunctionSetMwindowMappedLimit
(size int)
settings.go:84
↓ 1 callersFunctionSetMwindowSize
(size int)
settings.go:76
↓ 1 callersFunctionSetSearchPath
(level ConfigLevel, path string)
settings.go:57
↓ 1 callersMethodShortId
()
object.go:60
↓ 1 callersMethodSmartCertificateCheck
SmartCertificateCheck calls the certificate check for this transport.
transport.go:122
↓ 1 callersMethodSmartRemoteConnectOptions
SmartRemoteConnectOptions gets a copy of the proxy options for this transport.
transport.go:88
↓ 1 callersMethodSrc
Src returns the refspec's source specifier
refspec.go:50
↓ 1 callersMethodStats
()
diff.go:283
↓ 1 callersMethodStatusFile
(path string)
status.go:180
↓ 1 callersMethodSymbolicTarget
()
reference.go:258
↓ 1 callersMethodTargetId
()
tag.go:55
↓ 1 callersMethodTransform
Transform a reference to its target following the refspec's rules
refspec.go:113
↓ 1 callersMethodTreeBuilder
()
repository.go:714
↓ 1 callersMethodWithSignatureUsing
WithSignatureUsing creates a new signed commit from this one using the given signing callback
commit.go:85
↓ 1 callersMethodWrite
Write adds data to the indexer.
indexer.go:56
↓ 1 callersFunctionallocBlob
(ptr *C.git_blob, repo *Repository)
object.go:154
↓ 1 callersFunctionallocTag
(ptr *C.git_tag, repo *Repository)
object.go:176
↓ 1 callersFunctionapplyOptionsFromC
(copts *C.git_apply_options)
diff.go:1005
↓ 1 callersFunctionassertHostname
(cert *Certificate, valid bool, hostname string, t *testing.T)
remote_test.go:41
↓ 1 callersFunctioncertificateCheckCallback
export certificateCheckCallback
remote.go:449
↓ 1 callersFunctioncheckAllCommitsSigned
(t *testing.T, entity *openpgp.Entity, repo *Repository)
rebase_test.go:294
↓ 1 callersFunctioncheckPkg
(pkg *ast.Package)
script/check-MakeGitError-thread-lock.go:51
↓ 1 callersFunctioncheckShortId
(t *testing.T, Id, shortId string)
object_test.go:109
↓ 1 callersFunctioncherrypickOptionsFromC
(c *C.git_cherrypick_options)
cherrypick.go:17
↓ 1 callersFunctioncleanupConfig
()
config_test.go:41
← previousnext →301–400 of 945, ranked by callers