Home
last modified time | relevance | path

Searched refs:GitRepo (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/dports/sysutils/go-wtf/wtf-0.21.0/modules/git/
H A Dgit_repo.go11 type GitRepo struct {
19 func NewGitRepo(repoPath string, commitCount int, commitFormat, dateFormat string) *GitRepo {
20 repo := GitRepo{Path: repoPath}
32 func (repo *GitRepo) branch() string {
41 func (repo *GitRepo) changedFiles() []string {
52 func (repo *GitRepo) commits(commitCount int, commitFormat, dateFormat string) []string {
67 func (repo *GitRepo) repository() string {
74 func (repo *GitRepo) pull() string {
81 func (repo *GitRepo) checkout(branch string) string {
88 func (repo *GitRepo) gitDir() string {
[all …]
/dports/devel/go-glide/glide-0.13.2/vendor/github.com/Masterminds/vcs/
H A Dgit.go29 r := &GitRepo{}
62 type GitRepo struct { struct
68 func (s GitRepo) Vcs() Type { argument
73 func (s *GitRepo) Get() error { argument
103 func (s *GitRepo) Init() error { argument
133 func (s *GitRepo) Update() error { argument
193 func (s *GitRepo) Version() (string, error) { argument
254 func (s *GitRepo) Tags() ([]string, error) { argument
264 func (s *GitRepo) CheckLocal() bool { argument
289 func (s *GitRepo) IsDirty() bool { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Masterminds/vcs/
H A Dgit.go29 r := &GitRepo{}
62 type GitRepo struct { struct
68 func (s GitRepo) Vcs() Type { argument
73 func (s *GitRepo) Get() error { argument
103 func (s *GitRepo) Init() error { argument
133 func (s *GitRepo) Update() error { argument
193 func (s *GitRepo) Version() (string, error) { argument
254 func (s *GitRepo) Tags() ([]string, error) { argument
264 func (s *GitRepo) CheckLocal() bool { argument
289 func (s *GitRepo) IsDirty() bool { argument
[all …]
/dports/devel/dep/dep-0.5.4/vendor/github.com/Masterminds/vcs/
H A Dgit.go29 r := &GitRepo{}
62 type GitRepo struct { struct
68 func (s GitRepo) Vcs() Type { argument
73 func (s *GitRepo) Get() error { argument
103 func (s *GitRepo) Init() error { argument
133 func (s *GitRepo) Update() error { argument
193 func (s *GitRepo) Version() (string, error) { argument
254 func (s *GitRepo) Tags() ([]string, error) { argument
264 func (s *GitRepo) CheckLocal() bool { argument
289 func (s *GitRepo) IsDirty() bool { argument
[all …]
/dports/www/gitea/gitea-1.16.5/services/repository/archiver/
H A Darchiver_test.go31 defer ctx.Repo.GitRepo.Close()
33 bogusReq, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".zip")
40 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".dilbert")
45 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "dbffff.zip")
50 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "db.zip")
54 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "master.zip")
59 bogusReq, err = NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, "test/archive.zip")
65 zipReq, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".zip")
69 tgzReq, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".tar.gz")
93 zipReq2, err := NewRequest(ctx.Repo.Repository.ID, ctx.Repo.GitRepo, firstCommit+".zip")
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/git/tests/
H A Dtest_dir.py20 from dulwich.repo import Repo as GitRepo unknown
41 GitRepo.init(".")
50 GitRepo.init(".")
56 r = GitRepo.init(".")
62 r = GitRepo.init(".")
70 GitRepo.init_bare(".")
76 gitrepo = GitRepo.init("blah", mkdir=True)
H A Dtest_branch.py27 Repo as GitRepo, unknown
64 GitRepo.init('.')
74 r = GitRepo.init('.')
112 r = GitRepo(".")
130 r = GitRepo(".")
140 r = GitRepo(".")
189 GitRepo.init('.')
200 GitRepo.init('.')
224 r = GitRepo(path)
235 r = GitRepo(path)
[all …]
H A Dtest_blackbox.py21 Repo as GitRepo, unknown
44 repo = GitRepo.init(self.test_dir)
51 r = GitRepo.init(self.test_dir)
66 r = GitRepo.init(self.test_dir)
258 repo = GitRepo.init(self.test_dir)
342 r = GitRepo.init("a", mkdir=True)
354 r = GitRepo.init("a", mkdir=True)
367 r = GitRepo.init("a", mkdir=True)
379 r = GitRepo.init("a", mkdir=True)
393 r = GitRepo.init("a", mkdir=True)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/storage/
H A Dlocator.go20 GetRepoPath(repo repository.GitRepo) (string, error) argument
24 GetPath(repo repository.GitRepo) (string, error) argument
32 GetObjectDirectoryPath(repo repository.GitRepo) (string, error) argument
34 InfoAlternatesPath(repo repository.GitRepo) (string, error) argument
89 func QuarantineDirectoryPrefix(repo repository.GitRepo) string { argument
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/storage/
H A Dlocator.go20 GetRepoPath(repo repository.GitRepo) (string, error) argument
24 GetPath(repo repository.GitRepo) (string, error) argument
32 GetObjectDirectoryPath(repo repository.GitRepo) (string, error) argument
34 InfoAlternatesPath(repo repository.GitRepo) (string, error) argument
89 func QuarantineDirectoryPrefix(repo repository.GitRepo) string { argument
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dmidx.go46 type midxSubCommand func(ctx context.Context, repo repository.GitRepo) error
48 func (s *server) safeMidxCommand(ctx context.Context, repo repository.GitRepo, cmd midxSubCommand) … argument
56 func (s *server) midxSetConfig(ctx context.Context, repo repository.GitRepo) error { argument
77 func (s *server) midxWrite(ctx context.Context, repo repository.GitRepo) error { argument
96 func (s *server) midxEnsureExists(ctx context.Context, repo repository.GitRepo) error { argument
111 func (s *server) midxVerify(ctx context.Context, repo repository.GitRepo) error { argument
134 func (s *server) midxRewrite(ctx context.Context, repo repository.GitRepo) error { argument
149 func (s *server) midxExpire(ctx context.Context, repo repository.GitRepo) error { argument
167 func (s *server) midxRepack(ctx context.Context, repo repository.GitRepo) error { argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dmidx.go54 type midxSubCommand func(ctx context.Context, repo repository.GitRepo) error
56 func (s *server) safeMidxCommand(ctx context.Context, repo repository.GitRepo, cmd midxSubCommand) … argument
64 func (s *server) midxSetConfig(ctx context.Context, repo repository.GitRepo) error { argument
85 func (s *server) midxWrite(ctx context.Context, repo repository.GitRepo) error { argument
103 func (s *server) midxEnsureExists(ctx context.Context, repo repository.GitRepo) error { argument
118 func (s *server) midxVerify(ctx context.Context, repo repository.GitRepo) error { argument
141 func (s *server) midxRewrite(ctx context.Context, repo repository.GitRepo) error { argument
156 func (s *server) midxExpire(ctx context.Context, repo repository.GitRepo) error { argument
174 func (s *server) midxRepack(ctx context.Context, repo repository.GitRepo) error { argument
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dmidx.go54 type midxSubCommand func(ctx context.Context, repo repository.GitRepo) error
56 func (s *server) safeMidxCommand(ctx context.Context, repo repository.GitRepo, cmd midxSubCommand) … argument
64 func (s *server) midxSetConfig(ctx context.Context, repo repository.GitRepo) error { argument
85 func (s *server) midxWrite(ctx context.Context, repo repository.GitRepo) error { argument
103 func (s *server) midxEnsureExists(ctx context.Context, repo repository.GitRepo) error { argument
118 func (s *server) midxVerify(ctx context.Context, repo repository.GitRepo) error { argument
141 func (s *server) midxRewrite(ctx context.Context, repo repository.GitRepo) error { argument
156 func (s *server) midxExpire(ctx context.Context, repo repository.GitRepo) error { argument
174 func (s *server) midxRepack(ctx context.Context, repo repository.GitRepo) error { argument
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/storage/
H A Dlocator.go18 GetRepoPath(repo repository.GitRepo) (string, error) argument
22 GetPath(repo repository.GitRepo) (string, error) argument
30 GetObjectDirectoryPath(repo repository.GitRepo) (string, error) argument
32 InfoAlternatesPath(repo repository.GitRepo) (string, error) argument
/dports/lang/elixir/elixir-1.12.3/lib/mix/test/mix/tasks/
H A Ddeps.git_test.exs161 purge([GitRepo, GitRepo.MixProject])
178 purge([GitRepo, GitRepo.MixProject])
229 purge([GitRepo, GitRepo.MixProject])
257 purge([GitRepo, GitRepo.MixProject])
292 purge([GitRepo, GitRepo.MixProject])
384 purge([GitRepo, GitRepo.MixProject])
411 purge([GitRepo, GitRepo.MixProject])
439 purge([GitRepo, GitRepo.MixProject])
465 purge([GitRepo, GitRepo.MixProject])
483 purge([GitRepo, GitRepo.MixProject])
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/util/
H A Dvcs.rs13 if let Ok(repo) = GitRepo::discover(path, cwd) { in existing_vcs_repo()
29 pub struct GitRepo; struct
33 impl GitRepo { impl
34 pub fn init(path: &Path, _: &Path) -> CargoResult<GitRepo> { in init() argument
36 Ok(GitRepo) in init()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/util/
H A Dvcs.rs13 if let Ok(repo) = GitRepo::discover(path, cwd) { in existing_vcs_repo()
29 pub struct GitRepo; struct
33 impl GitRepo { implementation
34 pub fn init(path: &Path, _: &Path) -> CargoResult<GitRepo> { in init() argument
36 Ok(GitRepo) in init()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/util/
H A Dvcs.rs13 if let Ok(repo) = GitRepo::discover(path, cwd) { in existing_vcs_repo()
29 pub struct GitRepo; struct
33 impl GitRepo { impl
34 pub fn init(path: &Path, _: &Path) -> CargoResult<GitRepo> { in init() argument
36 Ok(GitRepo) in init()
/dports/www/gitea/gitea-1.16.5/modules/context/
H A Dapi.go334 if ctx.Repo.GitRepo == nil {
341 ctx.Repo.GitRepo = gitRepo
345 if ctx.Repo.GitRepo != nil {
346 ctx.Repo.GitRepo.Close()
392 if ctx.Repo.GitRepo == nil {
394 ctx.Repo.GitRepo, err = git.OpenRepository(repoPath)
402 if ctx.Repo.GitRepo != nil {
403 ctx.Repo.GitRepo.Close()
410 if ctx.Repo.GitRepo.IsBranchExist(refName) {
417 } else if ctx.Repo.GitRepo.IsTagExist(refName) {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile/
H A Dtesthelper_test.go19 repository.GitRepo anonMember
23 func newRepoExecutor(t *testing.T, cfg config.Cfg, repo repository.GitRepo) git.RepositoryExecutor { argument
25 GitRepo: repo,
31 return e.gitCmdFactory.New(ctx, e.GitRepo, cmd, opts...)
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dtag.go53 tags, total, err := ctx.Repo.GitRepo.GetTagInfos(listOpts.Page, listOpts.PageSize)
103 if tag, err := ctx.Repo.GitRepo.GetAnnotatedTag(sha); err != nil {
106 commit, err := tag.Commit(ctx.Repo.GitRepo)
144 tag, err := ctx.Repo.GitRepo.GetTag(tagName)
188 commit, err := ctx.Repo.GitRepo.GetCommit(form.Target)
203 tag, err := ctx.Repo.GitRepo.GetTag(form.TagName)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile/
H A Dtesthelper_test.go31 repository.GitRepo anonMember
35 func newRepoExecutor(t *testing.T, cfg config.Cfg, repo repository.GitRepo) git.RepositoryExecutor { argument
37 GitRepo: repo,
43 return e.gitCmdFactory.New(ctx, e.GitRepo, cmd, opts...)
/dports/www/gitea/gitea-1.16.5/routers/api/v1/utils/
H A Dgit.go37 if ctx.Repo.GitRepo == nil {
39 ctx.Repo.GitRepo, err = git.OpenRepository(ctx.Repo.Repository.RepoPath())
43 defer ctx.Repo.GitRepo.Close()
48 refs, err := ctx.Repo.GitRepo.GetRefsFiltered(filter)
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/test/mix/tasks/
H A Ddeps.git_test.exs175 purge([GitRepo, GitRepo.MixProject])
192 purge([GitRepo, GitRepo.MixProject])
207 purge([GitRepo, GitRepo.MixProject])
235 purge([GitRepo, GitRepo.MixProject])
270 purge([GitRepo, GitRepo.MixProject])
363 purge([GitRepo, GitRepo.MixProject])
390 purge([GitRepo, GitRepo.MixProject])
418 purge([GitRepo, GitRepo.MixProject])
444 purge([GitRepo, GitRepo.MixProject])
462 purge([GitRepo, GitRepo.MixProject])
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/git_repo/
H A Dgit_repo_test.go59 …if !plug.CanSupport(&volume.Spec{Volume: &v1.Volume{VolumeSource: v1.VolumeSource{GitRepo: &v1.Git…
87 GitRepo: &v1.GitRepoVolumeSource{
115 GitRepo: &v1.GitRepoVolumeSource{
134 GitRepo: &v1.GitRepoVolumeSource{
152 GitRepo: &v1.GitRepoVolumeSource{
180 GitRepo: &v1.GitRepoVolumeSource{
208 GitRepo: &v1.GitRepoVolumeSource{
236 GitRepo: &v1.GitRepoVolumeSource{
248 GitRepo: &v1.GitRepoVolumeSource{
261 GitRepo: &v1.GitRepoVolumeSource{

12345678910>>...28