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 ee05d6da authored by gsell's avatar gsell
Browse files

Merge branch 'cherry-pick-d2009a3b' into 'master'

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

See merge request !537
parents 4ef682f6 f542494c
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