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

Merge branch '146-modulecmd-bug-in-handling-options-in-sub-cmd-search' into 'master'

Resolve "modulecmd: bug in handling options in sub-cmd search"

Closes #146

See merge request !117
parents ba93bb2a 0a4d68d0
No related branches found
No related tags found
1 merge request!117Resolve "modulecmd: bug in handling options in sub-cmd search"
......@@ -1920,7 +1920,7 @@ subcommand_search() {
with_modules+=" && / ${module//\//\\/}/"
done
;;
-a | --all-releases )
-a | --all-releases-stages )
opt_use_rel_stages+="${ReleaseStages}"
;;
--src | --src=*)
......
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