MCPcopy Create free account

hub / github.com/libgit2/git2go / functions

Functions945 in github.com/libgit2/git2go

↓ 1 callersMethodclear
clear stops tracking all the git_remote pointers.
remote.go:232
↓ 1 callersFunctioncommitCreateCallback
export commitCreateCallback
rebase.go:76
↓ 1 callersFunctioncompareBytes
(t *testing.T, expected, actual []byte)
merge_test.go:248
↓ 1 callersFunctioncompletionCallback
export completionCallback
remote.go:360
↓ 1 callersFunctioncreateBareTestRepo
(t *testing.T)
git_test.go:76
↓ 1 callersFunctioncreateNewEmptyRemote
createNewEmptyRemote used to get a new empty object of *Remote
remote.go:1258
↓ 1 callersFunctioncredentialSSHSignCallback
export credentialSSHSignCallback
credentials.go:247
↓ 1 callersFunctioncredentialsCallback
export credentialsCallback
remote.go:376
↓ 1 callersFunctiondiffLineFromC
(line *C.git_diff_line)
diff.go:124
↓ 1 callersFunctionentryExists
(repo *Repository, file string)
rebase_test.go:558
↓ 1 callersFunctionfreeCloneOptions
(copts *C.git_clone_options)
clone.go:120
↓ 1 callersFunctionfreeMergeFileOptions
(copts *C.git_merge_file_options)
merge.go:533
↓ 1 callersFunctionfreePushOptions
(copts *C.git_push_options)
remote.go:1022
↓ 1 callersFunctionfreeRemoteCreateOptions
(ptr *C.git_remote_create_options)
remote.go:1249
↓ 1 callersFunctionfreeSubmoduleUpdateOptions
(copts *C.git_submodule_update_options)
submodule.go:399
↓ 1 callersMethodget
get retrieves the pointer from the given *git_remote.
remote.go:247
↓ 1 callersFunctiongetSSHConfigFromCredential
(cred *Credential)
ssh.go:204
↓ 1 callersFunctiongetSizetSizet
(opt C.int)
settings.go:150
↓ 1 callersFunctionheadTree
(repo *Repository)
rebase_test.go:459
↓ 1 callersFunctionmapEmptyStringToNull
(ref string)
rebase.go:273
↓ 1 callersFunctionnewBlameFromC
(ptr *C.git_blame)
blame.go:119
↓ 1 callersFunctionnewBlobWriteStreamFromC
(ptr *C.git_writestream, repo *Repository)
blob.go:105
↓ 1 callersFunctionnewBranchIteratorFromC
(repo *Repository, ptr *C.git_branch_iterator)
branch.go:38
↓ 1 callersFunctionnewConfigEntryFromC
(centry *C.git_config_entry)
config.go:46
↓ 1 callersFunctionnewIndexConflictIteratorFromC
(index *Index, ptr *C.git_index_conflict_iterator)
index.go:624
↓ 1 callersFunctionnewManagedHttpStream
(owner *httpSmartSubtransport, req *http.Request)
http.go:136
↓ 1 callersFunctionnewMergeFileResultFromC
(c *C.git_merge_file_result)
merge.go:436
↓ 1 callersFunctionnewNoteFromC
(ptr *C.git_note, r *Repository)
note.go:148
↓ 1 callersFunctionnewPackbuilderFromC
(ptr *C.git_packbuilder, r *Repository)
packbuilder.go:36
↓ 1 callersFunctionnewRemoteHeadFromC
(ptr *C.git_remote_head)
remote.go:315
↓ 1 callersFunctionnewRemotePointerList
()
remote.go:207
↓ 1 callersFunctionnewRevspecFromC
(ptr *C.git_revspec, repo *Repository)
revparse.go:41
↓ 1 callersFunctionnewStatusListFromC
(ptr *C.git_status_list, r *Repository)
status.go:63
↓ 1 callersFunctionnewTransferProgressFromC
(c *C.git_transfer_progress)
remote.go:50
↓ 1 callersFunctionoperationsAreEqual
(l, r *RebaseOperation)
rebase_test.go:418
↓ 1 callersFunctionpackProgressCallback
export packProgressCallback
remote.go:526
↓ 1 callersFunctionpopulateCherrypickOptions
(copts *C.git_cherrypick_options, opts *CherrypickOptions, errorTarget *error)
cherrypick.go:26
↓ 1 callersFunctionpopulateCloneOptions
(copts *C.git_clone_options, opts *CloneOptions, errorTarget *error)
clone.go:98
↓ 1 callersFunctionpopulateMergeFileOptions
(copts *C.git_merge_file_options, opts *MergeFileOptions)
merge.go:518
↓ 1 callersFunctionpopulatePushOptions
(copts *C.git_push_options, opts *PushOptions, errorTarget *error)
remote.go:1006
↓ 1 callersFunctionpopulateRemoteCreateOptions
(copts *C.git_remote_create_options, opts *RemoteCreateOptions, repo *Repository)
remote.go:1231
↓ 1 callersFunctionpopulateRevertOptions
(copts *C.git_revert_options, opts *RevertOptions, errorTarget *error)
revert.go:18
↓ 1 callersFunctionpopulateSubmoduleUpdateOptions
(copts *C.git_submodule_update_options, opts *SubmoduleUpdateOptions, errorTarget *error)
submodule.go:387
↓ 1 callersFunctionprepareStashRepo
(t *testing.T, repo *Repository)
stash_test.go:154
↓ 1 callersFunctionproxyOptionsFromC
(copts *C.git_proxy_options)
remote.go:184
↓ 1 callersFunctionpushTransferProgressCallback
export pushTransferProgressCallback
remote.go:543
↓ 1 callersFunctionpushUpdateReferenceCallback
export pushUpdateReferenceCallback
remote.go:560
↓ 1 callersFunctionrebaseOptionsFromC
(opts *C.git_rebase_options)
rebase.go:226
↓ 1 callersFunctionregisterManagedSSH
()
ssh.go:35
↓ 1 callersFunctionremoteConnectOptionsFromC
(copts *C.git_remote_connect_options)
remote.go:154
↓ 1 callersFunctionrevWalkFromC
(repo *Repository, c *C.git_revwalk)
walk.go:30
↓ 1 callersFunctionrevertOptionsFromC
(copts *C.git_revert_options)
revert.go:29
↓ 1 callersMethodsendRequestBackground
()
http.go:180
↓ 1 callersFunctionsetupConfig
()
config_test.go:10
↓ 1 callersFunctionsidebandProgressCallback
export sidebandProgressCallback
remote.go:344
↓ 1 callersFunctionsmartSubtransportActionCallback
export smartSubtransportActionCallback
transport.go:365
↓ 1 callersFunctionsmartSubtransportCloseCallback
export smartSubtransportCloseCallback
transport.go:403
↓ 1 callersFunctionsmartSubtransportStreamReadCallback
export smartSubtransportStreamReadCallback
transport.go:445
↓ 1 callersFunctionsmartSubtransportStreamWriteCallback
export smartSubtransportStreamWriteCallback
transport.go:474
↓ 1 callersFunctionsmartTransportCallback
export smartTransportCallback
transport.go:299
↓ 1 callersFunctionsmartTransportSubtransportCallback
export smartTransportSubtransportCallback
transport.go:334
↓ 1 callersFunctionstartSSHServer
(t *testing.T, hostKey ssh.Signer, authorizedKeys []ssh.PublicKey)
remote_test.go:279
↓ 1 callersFunctionstatusEntryFromC
(statusEntry *C.git_status_entry)
status.go:38
↓ 1 callersMethodtrack
track adds the given pointer to the list of pointers to track and returns a pointer value which can be passed to C as an opaque pointer.
remote.go:216
↓ 1 callersFunctiontransferProgressCallback
export transferProgressCallback
remote.go:408
↓ 1 callersFunctionucbool
(b bool)
git.go:349
↓ 1 callersFunctionupdateTipsCallback
export updateTipsCallback
remote.go:424
MethodAction
(url string, action SmartServiceAction)
transport_test.go:12
MethodAction
(url string, action SmartServiceAction)
http.go:74
MethodAction
(urlString string, action SmartServiceAction)
ssh.go:69
MethodAdd
(url, path string, use_git_link bool)
submodule.go:161
MethodAddAlternate
(backend *OdbBackend, priority int)
odb.go:54
MethodAddConflict
(ancestor *IndexEntry, our *IndexEntry, their *IndexEntry)
index.go:528
MethodAddFetch
(remote, refspec string)
remote.go:867
MethodAddFile
AddFile adds a file-backed backend to the config object at the specified level.
config.go:74
MethodAddGitIgnoreRules
(rules string)
repository.go:782
MethodAddIgnoreRule
(rules string)
ignore.go:12
MethodAddPush
(remote, refspec string)
remote.go:939
MethodAddToIndex
(write_index bool)
submodule.go:190
MethodAheadBehind
(local, upstream *Oid)
graph.go:26
MethodAmend
(refname string, author, committer *Signature, message string, tree *Tree)
commit.go:191
MethodAnnotatedCommitFromFetchHead
(branchName string, remoteURL string, oid *Oid)
merge.go:45
MethodAsObject
()
tree.go:32
MethodAsObject
()
blob.go:23
MethodAsObject
()
tag.go:21
MethodAsObject
()
commit.go:30
MethodAuthor
()
commit.go:153
FunctionCallbackGitTreeWalk
tree.go Deprecated: CallbackGitTreeWalk is not used.
deprecated.go:259
MethodCheckoutHead
Updates files in the index and the working tree to match the content of the commit pointed at by HEAD. opts may be nil.
checkout.go:199
MethodCleanupConflicts
FIXME: this might return an error
index.go:523
MethodClear
Clear stops tracking all the managed pointers.
handles.go:48
MethodClearGitIgnoreRules
()
repository.go:796
MethodClearInternalIgnoreRules
()
ignore.go:27
MethodClose
()
transport_test.go:16
MethodClose
()
http.go:117
MethodClose
Close is a dummy function in order to implement the Closer and ReadCloser interfaces
odb.go:419
MethodClose
Close signals that all the data has been written and stores the resulting object id in the stream's Id field.
odb.go:454
MethodCmp
Cmp compares v to ref2. It returns 0 on equality, otherwise a stable sorting.
reference.go:310
MethodCommit
()
odb.go:497
MethodCommit
()
blob.go:138
← previousnext →401–500 of 945, ranked by callers