From 0df598fc2ceead3f9062669a06d499d6e47d786a Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Mon, 9 Oct 2023 13:00:45 +0100 Subject: [PATCH] Move inline TODOs to #31 --- attest/vcs/git/git.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/attest/vcs/git/git.go b/attest/vcs/git/git.go index b6ed821..460692c 100644 --- a/attest/vcs/git/git.go +++ b/attest/vcs/git/git.go @@ -158,10 +158,6 @@ func (c *PathChecker) MakeSummary() (types.PathCheckSummary, error) { Git: &git, } - // TODO: determine position of local branch against remote - // TODO: introduce notion of primary remote branch to determine the possition of the working branch - // TODO: also check if local tag in sync wirth remote tag - head, err := c.cache.repo.Head() if err != nil { return nil, err