Skip to content

Commit 50e59ed

Browse files
committed
Suppress "Switched to a new branch 'debian/sid'" message
1 parent 0f04910 commit 50e59ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func createGitRepository(debsrc, gopkg, orig string, dep14, pristineTar bool) (s
310310
}
311311

312312
if dep14 {
313-
if err := runGitCommandIn(dir, "checkout", "-b", "debian/sid"); err != nil {
313+
if err := runGitCommandIn(dir, "checkout", "-q", "-b", "debian/sid"); err != nil {
314314
return dir, err
315315
}
316316
}

0 commit comments

Comments
 (0)