Home
last modified time | relevance | path

Searched refs:applyCreateFile (Results 1 – 7 of 7) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/commit/
H A Dcreate_file.go11 func applyCreateFile(action git2go.CreateFile, index *git.Index) error { func
H A Dcommit.go103 return applyCreateFile(action, index)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/commit/
H A Dcreate_file.go10 func applyCreateFile(action git2go.CreateFile, index *git.Index) error { func
H A Dcommit.go101 return applyCreateFile(action, index)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/commit/
H A Dcreate_file.go11 func applyCreateFile(action git2go.CreateFile, index *git.Index) error { func
H A Dcommit.go103 return applyCreateFile(action, index)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lsp-types-1.3.0.1/src/Language/LSP/
H A DVFS.hs133 applyCreateFile :: J.CreateFile -> VFS -> VFS
134 applyCreateFile (J.CreateFile uri options _ann) = function
209 applyDocumentChange (J.InR (J.InL change)) = return . applyCreateFile change