{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.bLqbfEQ7/b1/stgit_0.19-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.bLqbfEQ7/b2/stgit_0.19-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n 78824c5471b8ce6050577d33b551c0f5 39180 vcs optional stgit-contrib_0.19-1_all.deb\n- 74dfa69a2711cebb2985d01c3fe40b6c 106648 vcs optional stgit_0.19-1_all.deb\n+ d0d6daea85e5c874c40327074fb06aad 106656 vcs optional stgit_0.19-1_all.deb\n"}, {"source1": "stgit_0.19-1_all.deb", "source2": "stgit_0.19-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2019-10-03 12:38:18.000000 debian-binary\n -rw-r--r-- 0 0 0 3268 2019-10-03 12:38:18.000000 control.tar.xz\n--rw-r--r-- 0 0 0 103188 2019-10-03 12:38:18.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 103196 2019-10-03 12:38:18.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/bash-completion/completions/stg", "source2": "./usr/share/bash-completion/completions/stg", "unified_diff": "@@ -121,15 +121,15 @@\n _stg_branch ()\n {\n local flags=\"--cleanup --clone --create --delete --description --force --help --list --merge --protect --rename --unprotect\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--description) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_clean ()\n {\n local flags=\"--applied --help --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -152,38 +152,38 @@\n _stg_commit ()\n {\n local flags=\"--all --help --number\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_delete ()\n {\n local flags=\"--branch --help --spill --top\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_diff ()\n {\n local flags=\"--diff-opts --help --range --stat\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -r|--range) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_dirty_files) $flags $(_known_files)\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_dirty_files) $(_known_files)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_edit ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --diff --diff-opts --edit --file --help --message --no-verify --review --save-template --set-tree --sign\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -192,54 +192,54 @@\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --save-template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n -t|--set-tree) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_export ()\n {\n local flags=\"--branch --diff-opts --dir --extension --help --numbered --patch --stdout --template\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--dir) COMPREPLY=($(compgen -A directory -- \"$cur\")) ;;\n -e|--extension) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -t|--template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_files ()\n {\n local flags=\"--bare --diff-opts --help --stat\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_float ()\n {\n local flags=\"--help --keep --series\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -s|--series) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_fold ()\n {\n local flags=\"--base --help --reject --strip --threeway\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -253,36 +253,36 @@\n \n _stg_goto ()\n {\n local flags=\"--help --keep --merged\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$flags $(_other_applied_patches) $(_unapplied_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_other_applied_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_hide ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_id ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_import ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --base --edit --help --ignore --mail --mbox --name --reject --replace --review --series --showdiff --sign --strip --stripname --url\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -336,15 +336,15 @@\n -c|--cover) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -s|--sleep) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --in-reply-to) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --smtp-server) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -u|--smtp-user) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -p|--smtp-password) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_new ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --file --help --message --no-verify --review --save-template --sign\"\n@@ -429,15 +429,15 @@\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_pull ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -450,15 +450,15 @@\n _stg_push ()\n {\n local flags=\"--all --help --keep --merged --number --reverse --set-tree\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_rebase ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -481,15 +481,15 @@\n \n _stg_refresh ()\n {\n local flags=\"--ack --annotate --authdate --authemail --authname --author --edit --file --force --help --index --message --no-submodules --no-verify --patch --review --sign --submodules --update\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- -p|--patch) COMPREPLY=($(compgen -W \"$(_other_applied_patches) $(_unapplied_patches)\" -- \"$cur\")) ;;\n+ -p|--patch) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_other_applied_patches)\" -- \"$cur\")) ;;\n -a|--annotate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n@@ -500,15 +500,15 @@\n _stg_rename ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_repair ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -543,53 +543,53 @@\n _stg_show ()\n {\n local flags=\"--applied --branch --diff-opts --help --stat --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_sink ()\n {\n local flags=\"--help --keep --nopush --to\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -t|--to) COMPREPLY=($(compgen -W \"$(_applied_patches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_squash ()\n {\n local flags=\"--file --help --message --name --no-verify --save-template\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--name) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --save-template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_sync ()\n {\n local flags=\"--all --help --ref-branch --series\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -B|--ref-branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -s|--series) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_top ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n"}, {"source1": "./usr/share/stgit/completion/stgit-completion.bash", "source2": "./usr/share/stgit/completion/stgit-completion.bash", "unified_diff": "@@ -121,15 +121,15 @@\n _stg_branch ()\n {\n local flags=\"--cleanup --clone --create --delete --description --force --help --list --merge --protect --rename --unprotect\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--description) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_clean ()\n {\n local flags=\"--applied --help --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -152,38 +152,38 @@\n _stg_commit ()\n {\n local flags=\"--all --help --number\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_delete ()\n {\n local flags=\"--branch --help --spill --top\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_diff ()\n {\n local flags=\"--diff-opts --help --range --stat\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -r|--range) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_dirty_files) $flags $(_known_files)\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_dirty_files) $(_known_files)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_edit ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --diff --diff-opts --edit --file --help --message --no-verify --review --save-template --set-tree --sign\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -192,54 +192,54 @@\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --save-template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n -t|--set-tree) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_export ()\n {\n local flags=\"--branch --diff-opts --dir --extension --help --numbered --patch --stdout --template\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--dir) COMPREPLY=($(compgen -A directory -- \"$cur\")) ;;\n -e|--extension) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -t|--template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_files ()\n {\n local flags=\"--bare --diff-opts --help --stat\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_float ()\n {\n local flags=\"--help --keep --series\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -s|--series) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_fold ()\n {\n local flags=\"--base --help --reject --strip --threeway\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -253,36 +253,36 @@\n \n _stg_goto ()\n {\n local flags=\"--help --keep --merged\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$flags $(_other_applied_patches) $(_unapplied_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_other_applied_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_hide ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_id ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_import ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --base --edit --help --ignore --mail --mbox --name --reject --replace --review --series --showdiff --sign --strip --stripname --url\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -336,15 +336,15 @@\n -c|--cover) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -s|--sleep) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --in-reply-to) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --smtp-server) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -u|--smtp-user) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -p|--smtp-password) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_new ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --file --help --message --no-verify --review --save-template --sign\"\n@@ -429,15 +429,15 @@\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_pull ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -450,15 +450,15 @@\n _stg_push ()\n {\n local flags=\"--all --help --keep --merged --number --reverse --set-tree\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_rebase ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -481,15 +481,15 @@\n \n _stg_refresh ()\n {\n local flags=\"--ack --annotate --authdate --authemail --authname --author --edit --file --force --help --index --message --no-submodules --no-verify --patch --review --sign --submodules --update\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- -p|--patch) COMPREPLY=($(compgen -W \"$(_other_applied_patches) $(_unapplied_patches)\" -- \"$cur\")) ;;\n+ -p|--patch) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_other_applied_patches)\" -- \"$cur\")) ;;\n -a|--annotate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n@@ -500,15 +500,15 @@\n _stg_rename ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches) $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_repair ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -543,53 +543,53 @@\n _stg_show ()\n {\n local flags=\"--applied --branch --diff-opts --help --stat --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n+ -O|--diff-opts) COMPREPLY=($(compgen -W \"-M -C\" -- \"$cur\")) ;;\n *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_sink ()\n {\n local flags=\"--help --keep --nopush --to\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -t|--to) COMPREPLY=($(compgen -W \"$(_applied_patches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_squash ()\n {\n local flags=\"--file --help --message --name --no-verify --save-template\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--name) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --save-template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_sync ()\n {\n local flags=\"--all --help --ref-branch --series\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -B|--ref-branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -s|--series) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches) $(_applied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_top ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n"}]}]}]}]}