Monorepo for Tangled tangled.org
1

Configure Feed

Select the types of activity you want to include in your feed.

*: fmt

Signed-off-by: oppiliappan <me@oppi.li>

+2 -2
+2 -2
knotmirror/git.go
··· 79 79 } 80 80 return fmt.Errorf("running 'git clone --mirror %s': %w\n%s", url, err, msg) 81 81 } 82 - writeCommitGraph(ctx, path, 30 * time.Second) 82 + writeCommitGraph(ctx, path, 30*time.Second) 83 83 return nil 84 84 } 85 85 ··· 132 132 } 133 133 } 134 134 135 - writeCommitGraph(ctx, path, 3 * time.Second) 135 + writeCommitGraph(ctx, path, 3*time.Second) 136 136 return nil 137 137 } 138 138