MCPcopy Create free account

hub / github.com/driusan/dgit / functions

Functions646 in github.com/driusan/dgit

↓ 1 callersFunctionSubmodule
(c *git.Client, args []string)
cmd/submodule.go:12
↓ 1 callersFunctionSymbolicRef
(c *git.Client, args []string)
cmd/symbolicref.go:11
↓ 1 callersFunctionSymbolicRefDelete
(c *Client, opts SymbolicRefOptions, symname SymbolicRef)
git/symbolicref.go:55
↓ 1 callersMethodTabString
()
git/showref.go:53
↓ 1 callersFunctionTag
Implements the git tag command line parsing.
cmd/tag.go:19
↓ 1 callersFunctionTagDelete
(c *Client, opts TagOptions, tagnames []Refname)
git/tag.go:101
↓ 1 callersMethodTreeID
(cl *Client)
git/sha1.go:733
↓ 1 callersFunctionUnpackObjects
Parses the arguments from git-unpack-objects as they were passed on the commandline and calls git.CatFiles
cmd/unpackobjects.go:13
↓ 1 callersFunctionUpdateIndex
(c *git.Client, args []string)
cmd/updateindex.go:41
↓ 1 callersFunctionUpdateIndexCacheInfo
(c *Client, idx *Index, opts UpdateIndexOptions)
git/updateindex.go:236
↓ 1 callersFunctionUpdateIndexFromReader
(c *Client, opts UpdateIndexOptions, r io.Reader)
git/updateindex.go:131
↓ 1 callersFunctionUpdateIndexRefresh
(c *Client, idx *Index, opts UpdateIndexOptions)
git/updateindex.go:219
↓ 1 callersFunctionUpdateRef
(c *git.Client, args []string)
cmd/updateref.go:11
↓ 1 callersFunctionVar
(c *git.Client, args []string)
cmd/var.go:73
↓ 1 callersMethodWriteFile
(w io.Writer)
git/config.go:170
↓ 1 callersMethodWriteIndex
This will write a new index file to w by doing the following: 1. Sort the objects in g.Index to ascending order based on name and update g.NumberIndex
git/index.go:620
↓ 1 callersFunctionWriteTree
(c *Client, opts WriteTreeOptions)
git/writetree.go:15
↓ 1 callersFunctionWriteTree
WriteTree implements the git write-tree command on the Git repository pointed to by c.
cmd/writetree.go:12
↓ 1 callersMethodWriteVariable
(w io.Writer, typ PackEntryType)
git/packfile.go:132
↓ 1 callersMethodancestors
(c *Client)
git/sha1.go:415
↓ 1 callersMethodcalculateTrailer
calculates and stores the trailer into the packfile.
git/indexpack.go:618
↓ 1 callersFunctioncatFilePretty
(c *Client, obj GitObject, opts CatFileOptions)
git/catfile.go:21
↓ 1 callersFunctioncommitishName
(c Commitish)
git/merge.go:11
↓ 1 callersFunctioncompareIndex
(got, want Index)
git/updateindex_test.go:12
↓ 1 callersFunctioncopyApplyDir
RestoreDir takes the directory dir, which is the directory that apply did its work in, and copies it back into the workdir.
git/apply.go:139
↓ 1 callersFunctioncopyFromIndex
(c *Client, idx *Index, file IndexPath, dst string)
git/apply.go:218
↓ 1 callersFunctioncreateZipArchive
(c *Client, opts ArchiveOptions, sha Sha1, mtime time.Time, entries []*IndexEntry)
git/archive.go:105
↓ 1 callersMethodequals
Used by the test suite
git/delta/calculator.go:23
↓ 1 callersFunctionexpandGitTreeIntoIndexesRecursive
This should not be called directly. It recurses into sub-trees to fully expand all child trees. After calling this function the IndexEntries are *not*
git/expandtree.go:42
↓ 1 callersFunctionextractPatchHunks
(name IndexPath, filepatch string)
git/interactive.go:46
↓ 1 callersFunctionfetchPackDone
fetchPackDone makes a single request over conn and declares it done. It returns the refs from the connection that were fetched.
git/fetchpack.go:105
↓ 1 callersFunctionfindArchiveFormat
(input string)
cmd/archive.go:13
↓ 1 callersFunctionfindGitDir
Walks from the current directory to find a .git directory
git/client.go:172
↓ 1 callersFunctionfindGlobalConfigFile
()
git/config.go:290
↓ 1 callersFunctionfindUntrackedFilesFromDir
Finds things that aren't tracked, and creates fake IndexEntrys for them to be merged into the output if --others is passed.
git/lsfiles.go:15
↓ 1 callersFunctionformatCommitMedium
(cmt CommitID, c *Client)
git/show.go:64
↓ 1 callersMethodgetPackedObject
Returns the byte array of a packed object from packfile, after resolving any deltas. (packfile should be the base name with no extension.)
git/objects.go:211
↓ 1 callersFunctiongetUserPassword
(url string)
git/password_plan9.go:7
↓ 1 callersFunctiongrepFile
(filename, pattern string, opts GrepOptions)
git/grep.go:79
↓ 1 callersFunctionhostKeyCallback
this should be overridden for various platforms. Plan9/9front should parse $home/lib/sshthumbs, unix should parse ~/.ssh/known_hosts, and Windows shou
git/sshconn.go:154
↓ 1 callersFunctionidenticalInstructions
(want []instruction, got *list.List)
git/delta/calculator_test.go:78
↓ 1 callersFunctionindexClosure
(c *Client, opts IndexPackOptions, deltas *list.List)
git/indexpack.go:774
↓ 1 callersFunctionlongestPrefix
Returns the longest prefix of dst that is found somewhere in src.
git/delta/calculator.go:122
↓ 1 callersFunctionmatchesGlob
(path string, isDir bool, pattern string)
git/ignore.go:266
↓ 1 callersFunctionnextPrefixStart
Find the start of the next prefix of dst that has a size of at least minCopy
git/delta/calculator.go:161
↓ 1 callersFunctionobjectHeaderCount
(content []byte)
git/objects.go:103
↓ 1 callersFunctionparseSparsePatterns
(c *Client, opt *ReadTreeOptions)
git/readtree.go:106
↓ 1 callersFunctionprintNoUserMessage
(committer git.Person)
cmd/commit.go:13
↓ 1 callersFunctionprotectHFS
(c *Client)
git/protectfs.go:6
↓ 1 callersFunctionprotectNTFS
(c *Client)
git/protectfs.go:10
↓ 1 callersFunctionreadLine
(prompt string)
git/retrieve.go:53
↓ 1 callersFunctionrunCase
(label string, tc PackfileTestCase, t *testing.T)
git/packfile_test.go:17
↓ 1 callersFunctionsha1FromString
(s string)
cmd/updateindex_test.go:9
↓ 1 callersFunctiontestMergeBaseSimpleSetup
Does the setup for TestMergeBase so that the test can focus on the real merge-base test. This sets up a tree that looks like B A \ C So that we can
git/mergebase_test.go:22
↓ 1 callersFunctionupdateApplyIndex
RestoreDir takes the directory dir, which is the directory that apply did its work in, and copies it back into the workdir.
git/apply.go:153
↓ 1 callersFunctionv2PackIndexHasSha1
reads a v2 pack file from r and tells if it has object inside it.
git/indexpack.go:111
↓ 1 callersFunctionv2PackObjectListFromIndex
Gets a list of objects in a pack file according to the index.
git/indexpack.go:92
↓ 1 callersFunctionverifyHead
Verifies the HEAD pointer for fsck.
git/fsck.go:193
MethodAncestors
(c *Client)
git/revparse.go:44
FunctionBenchmarkIndexPackFromFile
(b *testing.B)
git/indexpack_test.go:10
FunctionBenchmarkIndexPackFromReader
(b *testing.B)
git/indexpack_test.go:44
FunctionBenchmarkLogHead
(b *testing.B)
cmd/log_test.go:9
FunctionBenchmarkRevListHead
(b *testing.B)
cmd/rev-list_test.go:9
FunctionBenchmarkRevListHeadExclude
(b *testing.B)
cmd/rev-list_test.go:21
FunctionBenchmarkRevListHeadExcludeObjects
(b *testing.B)
cmd/rev-list_test.go:33
MethodCTime
()
git/file_ctime_netbsd.go:10
MethodCTime
Ctime returns the CTime and CTimeNano parts of a time struct for the ctime of this file. On systems where either there's no ctime, we don't know how t
git/file_ctime_other.go:12
MethodCTime
()
git/file_ctime_darwin.go:7
MethodCapabilities
()
git/remote.go:237
FunctionCheckoutIndexFromReader
Performs a CheckoutIndex on the files read from opts.Stdin
git/checkoutindex.go:64
MethodClose
()
git/localconn.go:75
MethodClose
()
git/httpconn.go:319
MethodClose
()
git/sshconn.go:86
MethodClose
()
git/gitconn.go:51
MethodClose
Calling Close does not close the wrapped io.Reader originally passed to NewReader.
zlib/reader.go:150
MethodCommitID
(c *Client)
git/showref.go:69
MethodCommitID
(c *Client)
git/symbolicref.go:19
MethodCommitID
(c *Client)
git/sha1.go:66
MethodCommitID
(c *Client)
git/fetchpack.go:40
MethodCompressedSize
()
zlib/reader.go:53
MethodCompressedWriter
Writes the object to w in compressed form
git/sha1.go:71
MethodDelim
()
git/localconn.go:121
MethodDelim
()
git/httpconn.go:368
MethodDelim
()
git/sshconn.go:130
MethodDelim
()
git/gitconn.go:113
MethodExecEditor
Will invoke the Client's editor to edit the file f.
git/editor_plan9.go:10
MethodExists
returns true if the reference name exists under the client's GitDir.
git/fetchpack.go:16
MethodFlush
()
git/localconn.go:116
MethodFlush
()
git/httpconn.go:352
MethodFlush
()
git/sshconn.go:125
MethodFlush
Flush flushes the Writer to its underlying io.Writer.
zlib/writer.go:165
MethodGet
()
cmd/flag.go:28
MethodGet
()
cmd/flag.go:62
MethodGet
()
cmd/flag.go:78
MethodGetAllObjects
(cl *Client)
git/sha1.go:471
MethodGetAuthor
Returns the author that should be used for a commit message. If time t is provided,
git/client.go:392
MethodGetCommitter
Returns the author that should be used for a commit message. If time t is provided, it will return a person with the time part populated to t.
git/client.go:433
MethodGetContent
()
git/objects.go:35
MethodGetContent
()
git/objects.go:60
MethodGetContent
()
git/objects.go:86
← previousnext →401–500 of 646, ranked by callers