(t *testing.T, g *TestGitRepo, tag string)
| 284 | } |
| 285 | |
| 286 | func CommitTag(t *testing.T, g *TestGitRepo, tag string) { |
| 287 | Commit(t, g, tag) |
| 288 | Tag(t, g, tag) |
| 289 | } |
| 290 | |
| 291 | func CopyData(t *testing.T, g *TestGitRepo, data, dest string) { |
| 292 | if !filepath.IsAbs(data) { |