Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit f542494c authored by gsell's avatar gsell
Browse files

Merge branch '679-opal-header-is-not-printed-in-interactive-mode' into 'OPAL-2021.1'

Resolve "OPAL header is not printed in interactive mode"

See merge request !534

(cherry picked from commit d2009a3b)

20db1d03 Print OPAL header in interactice mode
parent 1f016906
No related branches found
No related tags found
1 merge request!537Merge branch '679-opal-header-is-not-printed-in-interactive-mode' into 'OPAL-2021.1'
......@@ -215,6 +215,7 @@ int main(int argc, char *argv[]) {
}
if(argc <= 1) {
::printStdoutHeader();
// Run commands from standard input
parser.run(new TerminalStream("OPAL"));
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment