Home
last modified time | relevance | path

Searched refs:GetCommits (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dfind_commits.go92 type GetCommits struct { struct
98 func NewGetCommits(cmd *command.Command, batch catfile.Batch) *GetCommits {
99 return &GetCommits{
106 func (g *GetCommits) Scan() bool { argument
111 func (g *GetCommits) Err() error { argument
116 func (g *GetCommits) Offset(offset int) error { argument
131 func (g *GetCommits) Commit(ctx context.Context, trailers bool) (*gitalypb.GitCommit, error) { argument
154 func streamCommits(getCommits *GetCommits, stream gitalypb.CommitService_FindCommitsServer, trailer… argument
H A Dtesthelper_test.go101 GetCommits() []*gitalypb.GitCommit methodSpec
115 commits = append(commits, resp.GetCommits()...)
H A Dlist_last_commits_for_tree_test.go200 commits := fetchedCommits.GetCommits()
402 commits := fetchedCommits.GetCommits()
H A Dfind_commits_test.go419 for _, c := range resp.GetCommits() {
623 commits = append(commits, resp.GetCommits()...)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dfind_commits.go92 type GetCommits struct { struct
98 func NewGetCommits(cmd *command.Command, batch catfile.Batch) *GetCommits {
99 return &GetCommits{
106 func (g *GetCommits) Scan() bool { argument
111 func (g *GetCommits) Err() error { argument
116 func (g *GetCommits) Offset(offset int) error { argument
131 func (g *GetCommits) Commit(ctx context.Context, trailers bool) (*gitalypb.GitCommit, error) { argument
154 func streamCommits(getCommits *GetCommits, stream gitalypb.CommitService_FindCommitsServer, trailer… argument
H A Dtesthelper_test.go93 GetCommits() []*gitalypb.GitCommit methodSpec
107 commits = append(commits, resp.GetCommits()...)
H A Dlist_last_commits_for_tree_test.go200 commits := fetchedCommits.GetCommits()
402 commits := fetchedCommits.GetCommits()
H A Dfind_commits_test.go419 for _, c := range resp.GetCommits() {
623 commits = append(commits, resp.GetCommits()...)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dfind_commits.go93 type GetCommits struct { struct
99 func NewGetCommits(cmd *command.Command, batch catfile.Batch) *GetCommits {
100 return &GetCommits{
107 func (g *GetCommits) Scan() bool { argument
112 func (g *GetCommits) Err() error { argument
117 func (g *GetCommits) Offset(offset int) error { argument
132 func (g *GetCommits) Commit(ctx context.Context, trailers bool) (*gitalypb.GitCommit, error) { argument
169 func streamCommits(getCommits *GetCommits, stream gitalypb.CommitService_FindCommitsServer, trailer… argument
H A Dtesthelper_test.go103 GetCommits() []*gitalypb.GitCommit methodSpec
117 commits = append(commits, resp.GetCommits()...)
H A Dlist_last_commits_for_tree_test.go199 commits := fetchedCommits.GetCommits()
398 commits := fetchedCommits.GetCommits()
H A Dfind_commits_test.go415 for _, c := range resp.GetCommits() {
614 commits = append(commits, resp.GetCommits()...)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/diff/
H A Dfind_changed_paths.go41 }, git.WithStdin(strings.NewReader(strings.Join(in.GetCommits(), "\n")+"\n")))
139 for _, commit := range in.GetCommits() {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/diff/
H A Dfind_changed_paths.go41 }, git.WithStdin(strings.NewReader(strings.Join(in.GetCommits(), "\n")+"\n")))
139 for _, commit := range in.GetCommits() {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/diff/
H A Dfind_changed_paths.go41 }, git.WithStdin(strings.NewReader(strings.Join(in.GetCommits(), "\n")+"\n")))
139 for _, commit := range in.GetCommits() {
/dports/games/spring/spring_98.0/rts/Game/
H A DGameVersion.h59 extern const std::string& GetCommits();
H A DGameVersion.cpp41 const std::string& GetCommits() in GetCommits() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/include/aws/codecommit/model/
H A DBatchGetCommitsResult.h41 inline const Aws::Vector<Commit>& GetCommits() const{ return m_commits; } in GetCommits() function
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dsub_commits_panel.go82 commits, err := builder.GetCommits(
H A Dcommits_panel.go122 commits, err := builder.GetCommits(
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dcommit.pb.go518 func (x *ListCommitsResponse) GetCommits() []*GitCommit { func
627 func (x *ListAllCommitsResponse) GetCommits() []*GitCommit { func
1145 func (x *CommitsBetweenResponse) GetCommits() []*GitCommit { func
1992 func (x *ListCommitsByOidResponse) GetCommits() []*GitCommit { func
2222 func (x *FindAllCommitsResponse) GetCommits() []*GitCommit { func
2438 func (x *FindCommitsResponse) GetCommits() []*GitCommit { func
2921 func (x *ListLastCommitsForTreeResponse) GetCommits() []*ListLastCommitsForTreeResponse_CommitForTr… func
3064 func (x *CommitsByMessageResponse) GetCommits() []*GitCommit { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dcommit.pb.go518 func (x *ListCommitsResponse) GetCommits() []*GitCommit { func
627 func (x *ListAllCommitsResponse) GetCommits() []*GitCommit { func
1145 func (x *CommitsBetweenResponse) GetCommits() []*GitCommit { func
1992 func (x *ListCommitsByOidResponse) GetCommits() []*GitCommit { func
2222 func (x *FindAllCommitsResponse) GetCommits() []*GitCommit { func
2438 func (x *FindCommitsResponse) GetCommits() []*GitCommit { func
2921 func (x *ListLastCommitsForTreeResponse) GetCommits() []*ListLastCommitsForTreeResponse_CommitForTr… func
3064 func (x *CommitsByMessageResponse) GetCommits() []*GitCommit { func
/dports/devel/lazygit/lazygit-0.31.4/pkg/commands/
H A Dloading_commits.go132 func (c *CommitListBuilder) GetCommits(opts GetCommitsOptions) ([]*models.Commit, error) { func
/dports/games/spring/spring_98.0/rts/ExternalAI/
H A DSAIInterfaceCallbackImpl.cpp65 return SpringVersion::GetCommits().c_str(); in aiInterfaceCallback_Engine_Version_getCommits()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dcommit.pb.go589 func (m *CommitsBetweenResponse) GetCommits() []*GitCommit { func
1306 func (m *ListCommitsByOidResponse) GetCommits() []*GitCommit { func
1555 func (m *FindAllCommitsResponse) GetCommits() []*GitCommit { func
1755 func (m *FindCommitsResponse) GetCommits() []*GitCommit { func
2244 func (m *ListLastCommitsForTreeResponse) GetCommits() []*ListLastCommitsForTreeResponse_CommitForTr… func
2422 func (m *CommitsByMessageResponse) GetCommits() []*GitCommit { func

123