aboutsummaryrefslogtreecommitdiff
path: root/forged/internal/ipc/git2c/cmd_index.go
diff options
context:
space:
mode:
Diffstat (limited to 'forged/internal/ipc/git2c/cmd_index.go')
-rw-r--r--forged/internal/ipc/git2c/cmd_index.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/forged/internal/ipc/git2c/cmd_index.go b/forged/internal/ipc/git2c/cmd_index.go
index e9fc435..44a0845 100644
--- a/forged/internal/ipc/git2c/cmd_index.go
+++ b/forged/internal/ipc/git2c/cmd_index.go
@@ -10,8 +10,6 @@ import (
"io"
)
-// CmdIndex requests a repository index from git2d and returns the list of commits
-// and the contents of a README file if available.
func (c *Client) CmdIndex(repoPath string) ([]Commit, *FilenameContents, error) {
err := c.writer.WriteData([]byte(repoPath))
if err != nil {