Home
last modified time | relevance | path

Searched refs:commitMsg (Results 26 – 36 of 36) sorted by relevance

12

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/smarthttp/
H A Dupload_pack_test.go56 commitMsg := fmt.Sprintf("Testing UploadPack RPC around %d", time.Now().Unix())
66 "commit", "--allow-empty", "-m", commitMsg)
381 commitMsg := fmt.Sprintf("Testing UploadPack RPC around %d", time.Now().Unix())
388 "commit", "--allow-empty", "-m", commitMsg)
H A Dreceive_pack_test.go301 commitMsg := fmt.Sprintf("Testing ReceivePack RPC around %d", time.Now().Unix())
315 "commit", "-m", commitMsg)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/tests/regres/cmd/regres/
H A Dmain.go738 commitMsg := strings.Builder{}
739 commitMsg.WriteString(consts.TestListUpdateCommitSubjectPrefix + dailyHash.String()[:8])
740 commitMsg.WriteString("\n\nReactor backend: " + string(reactorBackend))
743 commitMsg.WriteString("\n\n")
744 commitMsg.WriteString("Change-Id: " + existingChange.ChangeID + "\n")
747 if err := git.Commit(test.checkoutDir, commitMsg.String(), git.CommitFlags{
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DSync.hs21 commitMsg,
344 commitmessage <- maybe commitMsg return (messageOption o)
364 commitMsg :: Annex String
365 commitMsg = do function
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dreceive_pack_test.go617 commitMsg := fmt.Sprintf("Testing ReceivePack RPC around %d", time.Now().Unix())
632 "commit", "-m", commitMsg)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dreceive_pack_test.go638 commitMsg := fmt.Sprintf("Testing ReceivePack RPC around %d", time.Now().Unix())
653 "commit", "-m", commitMsg)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dreceive_pack_test.go638 commitMsg := fmt.Sprintf("Testing ReceivePack RPC around %d", time.Now().Unix())
653 "commit", "-m", commitMsg)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/smarthttp/
H A Dreceive_pack_test.go300 commitMsg := fmt.Sprintf("Testing ReceivePack RPC around %d", time.Now().Unix())
314 "commit", "-m", commitMsg)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/smarthttp/
H A Dreceive_pack_test.go300 commitMsg := fmt.Sprintf("Testing ReceivePack RPC around %d", time.Now().Unix())
314 "commit", "-m", commitMsg)
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Threads/
H A DCommitter.hs57 msg <- liftAnnex Command.Sync.commitMsg
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionGit.cpp1850 std::string commitMsg; in vcsCommit() local
1852 Error error = json::readParams(request.params, &commitMsg, &amend, &signOff); in vcsCommit()
1857 error = s_git_.commit(commitMsg, amend, signOff, &pCP); in vcsCommit()

12