http://bugs.winehq.org/show_bug.cgi?id=28575
Bug #: 28575 Summary: RegressionTesting: multiple commands shown as one line Product: WineHQ.org Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: www-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mah@jump-ing.de Classification: Unclassified
in http://wiki.winehq.org/RegressionTesting#head-efe98a3aade37d2588b7f64cb72cc2... , the first two command boxes show multiple commands, which should be in multiple lines. For example:
git bisect start git bisect good wine-0.9.36 git bisect bad wine-0.9.37
should be
git bisect start git bisect good wine-0.9.36 git bisect bad wine-0.9.37