You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users have been setting "comments = true" for the mr show command. This
causes weird output with the --patch output in which the git log is output,
then the comments from the MR is output.
Make a note that --patch and --comments do not work together and stop
the output after the git log is output.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
mrShowCmd.Flags().BoolVarP(&mrShowPatch, "patch", "p", false, "show MR patches (does not work with --comments)")
245
246
mrShowCmd.Flags().BoolVarP(&mrShowPatchReverse, "reverse", "", false, "reverse order when showing MR patches (chronological instead of anti-chronological)")
246
247
mrShowCmd.Flags().BoolVarP(&mrShowNoColorDiff, "no-color-diff", "", false, "do not show color diffs in comments")
0 commit comments