| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | ·78824c5471b8ce6050577d33b551c0f5·39180·vcs·optional·stgit-contrib_0.19-1_all.deb | 1 | ·78824c5471b8ce6050577d33b551c0f5·39180·vcs·optional·stgit-contrib_0.19-1_all.deb |
| 2 | · | 2 | ·939931df85719aaa69da52d5f4b2ce1b·106660·vcs·optional·stgit_0.19-1_all.deb |
| Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
| 1 | -rw-r--r--···0········0········0········4·2019-10-03·12:38:18.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2019-10-03·12:38:18.000000·debian-binary |
| 2 | -rw-r--r--···0········0········0·····3268·2019-10-03·12:38:18.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····3268·2019-10-03·12:38:18.000000·control.tar.xz |
| 3 | -rw-r--r--···0········0········0···103 | 3 | -rw-r--r--···0········0········0···103200·2019-10-03·12:38:18.000000·data.tar.xz |
| Offset 121, 15 lines modified | Offset 121, 15 lines modified | ||
| 121 | _stg_branch·() | 121 | _stg_branch·() |
| 122 | { | 122 | { |
| 123 | ····local·flags="--cleanup·--clone·--create·--delete·--description·--force·--help·--list·--merge·--protect·--rename·--unprotect" | 123 | ····local·flags="--cleanup·--clone·--create·--delete·--description·--force·--help·--list·--merge·--protect·--rename·--unprotect" |
| 124 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 124 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 125 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 125 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 126 | ····case·"$prev"·in | 126 | ····case·"$prev"·in |
| 127 | ········-d|--description)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 127 | ········-d|--description)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 128 | ········*)·COMPREPLY=($(compgen·-W·"$(_all_branches) | 128 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_all_branches)"·--·"$cur"))·;; |
| 129 | ····esac | 129 | ····esac |
| 130 | } | 130 | } |
| 131 | _stg_clean·() | 131 | _stg_clean·() |
| 132 | { | 132 | { |
| 133 | ····local·flags="--applied·--help·--unapplied" | 133 | ····local·flags="--applied·--help·--unapplied" |
| 134 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 134 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 194, 41 lines modified | Offset 194, 41 lines modified | ||
| 194 | ········--save-template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 194 | ········--save-template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 195 | ········--author)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 195 | ········--author)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 196 | ········--authname)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 196 | ········--authname)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 197 | ········--authemail)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 197 | ········--authemail)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 198 | ········--authdate)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 198 | ········--authdate)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 199 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 199 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 200 | ········-t|--set-tree)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 200 | ········-t|--set-tree)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 201 | ········*)·COMPREPLY=($(compgen·-W·"$ | 201 | ········*)·COMPREPLY=($(compgen·-W·"$(_applied_patches)·$flags·$(_unapplied_patches)·$(_hidden_patches)"·--·"$cur"))·;; |
| 202 | ····esac | 202 | ····esac |
| 203 | } | 203 | } |
| 204 | _stg_export·() | 204 | _stg_export·() |
| 205 | { | 205 | { |
| 206 | ····local·flags="--branch·--diff-opts·--dir·--extension·--help·--numbered·--patch·--stdout·--template" | 206 | ····local·flags="--branch·--diff-opts·--dir·--extension·--help·--numbered·--patch·--stdout·--template" |
| 207 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 207 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 208 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 208 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 209 | ····case·"$prev"·in | 209 | ····case·"$prev"·in |
| 210 | ········-d|--dir)·COMPREPLY=($(compgen·-A·directory·--·"$cur"))·;; | 210 | ········-d|--dir)·COMPREPLY=($(compgen·-A·directory·--·"$cur"))·;; |
| 211 | ········-e|--extension)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 211 | ········-e|--extension)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 212 | ········-t|--template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 212 | ········-t|--template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 213 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 213 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| 214 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 214 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 215 | ········*)·COMPREPLY=($(compgen·-W·"$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur") | 215 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur")"·--·"$cur"))·;; |
| 216 | ····esac | 216 | ····esac |
| 217 | } | 217 | } |
| 218 | _stg_files·() | 218 | _stg_files·() |
| 219 | { | 219 | { |
| 220 | ····local·flags="--bare·--diff-opts·--help·--stat" | 220 | ····local·flags="--bare·--diff-opts·--help·--stat" |
| 221 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 221 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 222 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 222 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 223 | ····case·"$prev"·in | 223 | ····case·"$prev"·in |
| 224 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 224 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 225 | ········*)·COMPREPLY=($(compgen·-W·"$ | 225 | ········*)·COMPREPLY=($(compgen·-W·"$(_applied_patches)·$flags·$(_unapplied_patches)·$(_hidden_patches)"·--·"$cur"))·;; |
| 226 | ····esac | 226 | ····esac |
| 227 | } | 227 | } |
| 228 | _stg_float·() | 228 | _stg_float·() |
| 229 | { | 229 | { |
| 230 | ····local·flags="--help·--keep·--series" | 230 | ····local·flags="--help·--keep·--series" |
| 231 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 231 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 253, 15 lines modified | Offset 253, 15 lines modified | ||
| 253 | _stg_goto·() | 253 | _stg_goto·() |
| 254 | { | 254 | { |
| 255 | ····local·flags="--help·--keep·--merged" | 255 | ····local·flags="--help·--keep·--merged" |
| 256 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 256 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 257 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 257 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 258 | ····case·"$prev"·in | 258 | ····case·"$prev"·in |
| 259 | ········*)·COMPREPLY=($(compgen·-W·"$(_ | 259 | ········*)·COMPREPLY=($(compgen·-W·"$(_unapplied_patches)·$flags·$(_other_applied_patches)"·--·"$cur"))·;; |
| 260 | ····esac | 260 | ····esac |
| 261 | } | 261 | } |
| 262 | _stg_hide·() | 262 | _stg_hide·() |
| 263 | { | 263 | { |
| 264 | ····local·flags="--branch·--help" | 264 | ····local·flags="--branch·--help" |
| 265 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 265 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 274, 15 lines modified | Offset 274, 15 lines modified | ||
| 274 | _stg_id·() | 274 | _stg_id·() |
| 275 | { | 275 | { |
| 276 | ····local·flags="--help" | 276 | ····local·flags="--help" |
| 277 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 277 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 278 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 278 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 279 | ····case·"$prev"·in | 279 | ····case·"$prev"·in |
| 280 | ········*)·COMPREPLY=($(compgen·-W·"$ | 280 | ········*)·COMPREPLY=($(compgen·-W·"$(_applied_patches)·$flags·$(_unapplied_patches)·$(_hidden_patches)"·--·"$cur"))·;; |
| 281 | ····esac | 281 | ····esac |
| 282 | } | 282 | } |
| 283 | _stg_import·() | 283 | _stg_import·() |
| 284 | { | 284 | { |
| 285 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--base·--edit·--help·--ignore·--mail·--mbox·--name·--reject·--replace·--review·--series·--showdiff·--sign·--strip·--stripname·--url" | 285 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--base·--edit·--help·--ignore·--mail·--mbox·--name·--reject·--replace·--review·--series·--showdiff·--sign·--strip·--stripname·--url" |
| 286 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 286 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 313, 15 lines modified | Offset 313, 15 lines modified | ||
| 313 | { | 313 | { |
| 314 | ····local·flags="--branch·--clear·--diff·--full·--graphical·--help·--number" | 314 | ····local·flags="--branch·--clear·--diff·--full·--graphical·--help·--number" |
| 315 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 315 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 316 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 316 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 317 | ····case·"$prev"·in | 317 | ····case·"$prev"·in |
| 318 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 318 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| 319 | ········-n|--number)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 319 | ········-n|--number)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 320 | ········*)·COMPREPLY=($(compgen·-W·"$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur") | 320 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur")"·--·"$cur"))·;; |
| 321 | ····esac | 321 | ····esac |
| 322 | } | 322 | } |
| 323 | _stg_mail·() | 323 | _stg_mail·() |
| 324 | { | 324 | { |
| 325 | ····local·flags="--all·--attach·--attach-inline·--auto·--bcc·--branch·--cc·--cover·--diff-opts·--edit-cover·--edit-patches·--git·--help·--in-reply-to·--mbox·--no-thread·--prefix·--sleep·--smtp-password·--smtp-server·--smtp-tls·--smtp-user·--template·--to·--unrelated·--version" | 325 | ····local·flags="--all·--attach·--attach-inline·--auto·--bcc·--branch·--cc·--cover·--diff-opts·--edit-cover·--edit-patches·--git·--help·--in-reply-to·--mbox·--no-thread·--prefix·--sleep·--smtp-password·--smtp-server·--smtp-tls·--smtp-user·--template·--to·--unrelated·--version" |
| 326 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 326 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 337, 15 lines modified | Offset 337, 15 lines modified | ||
| 337 | ········-s|--sleep)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 337 | ········-s|--sleep)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 338 | ········--in-reply-to)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 338 | ········--in-reply-to)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 339 | ········--smtp-server)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 339 | ········--smtp-server)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 340 | ········-u|--smtp-user)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 340 | ········-u|--smtp-user)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 341 | ········-p|--smtp-password)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 341 | ········-p|--smtp-password)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 342 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 342 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| 343 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 343 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 344 | ········*)·COMPREPLY=($(compgen·-W·"$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur") | 344 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur")"·--·"$cur"))·;; |
| 345 | ····esac | 345 | ····esac |
| 346 | } | 346 | } |
| 347 | _stg_new·() | 347 | _stg_new·() |
| 348 | { | 348 | { |
| 349 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--file·--help·--message·--no-verify·--review·--save-template·--sign" | 349 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--file·--help·--message·--no-verify·--review·--save-template·--sign" |
| 350 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 350 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 390, 15 lines modified | Offset 390, 15 lines modified | ||
| 390 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 390 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 391 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 391 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 392 | ····case·"$prev"·in | 392 | ····case·"$prev"·in |
| 393 | ········-n|--name)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 393 | ········-n|--name)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 394 | ········-B|--ref-branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 394 | ········-B|--ref-branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| Max diff block lines reached; 6077/12600 bytes (48.23%) of diff not shown. | |||
| Offset 121, 15 lines modified | Offset 121, 15 lines modified | ||
| 121 | _stg_branch·() | 121 | _stg_branch·() |
| 122 | { | 122 | { |
| 123 | ····local·flags="--cleanup·--clone·--create·--delete·--description·--force·--help·--list·--merge·--protect·--rename·--unprotect" | 123 | ····local·flags="--cleanup·--clone·--create·--delete·--description·--force·--help·--list·--merge·--protect·--rename·--unprotect" |
| 124 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 124 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 125 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 125 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 126 | ····case·"$prev"·in | 126 | ····case·"$prev"·in |
| 127 | ········-d|--description)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 127 | ········-d|--description)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 128 | ········*)·COMPREPLY=($(compgen·-W·"$(_all_branches) | 128 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_all_branches)"·--·"$cur"))·;; |
| 129 | ····esac | 129 | ····esac |
| 130 | } | 130 | } |
| 131 | _stg_clean·() | 131 | _stg_clean·() |
| 132 | { | 132 | { |
| 133 | ····local·flags="--applied·--help·--unapplied" | 133 | ····local·flags="--applied·--help·--unapplied" |
| 134 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 134 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 194, 41 lines modified | Offset 194, 41 lines modified | ||
| 194 | ········--save-template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 194 | ········--save-template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 195 | ········--author)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 195 | ········--author)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 196 | ········--authname)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 196 | ········--authname)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 197 | ········--authemail)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 197 | ········--authemail)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 198 | ········--authdate)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 198 | ········--authdate)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 199 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 199 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 200 | ········-t|--set-tree)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 200 | ········-t|--set-tree)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 201 | ········*)·COMPREPLY=($(compgen·-W·"$ | 201 | ········*)·COMPREPLY=($(compgen·-W·"$(_applied_patches)·$flags·$(_unapplied_patches)·$(_hidden_patches)"·--·"$cur"))·;; |
| 202 | ····esac | 202 | ····esac |
| 203 | } | 203 | } |
| 204 | _stg_export·() | 204 | _stg_export·() |
| 205 | { | 205 | { |
| 206 | ····local·flags="--branch·--diff-opts·--dir·--extension·--help·--numbered·--patch·--stdout·--template" | 206 | ····local·flags="--branch·--diff-opts·--dir·--extension·--help·--numbered·--patch·--stdout·--template" |
| 207 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 207 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 208 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 208 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 209 | ····case·"$prev"·in | 209 | ····case·"$prev"·in |
| 210 | ········-d|--dir)·COMPREPLY=($(compgen·-A·directory·--·"$cur"))·;; | 210 | ········-d|--dir)·COMPREPLY=($(compgen·-A·directory·--·"$cur"))·;; |
| 211 | ········-e|--extension)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 211 | ········-e|--extension)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 212 | ········-t|--template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 212 | ········-t|--template)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 213 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 213 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| 214 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 214 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 215 | ········*)·COMPREPLY=($(compgen·-W·"$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur") | 215 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur")"·--·"$cur"))·;; |
| 216 | ····esac | 216 | ····esac |
| 217 | } | 217 | } |
| 218 | _stg_files·() | 218 | _stg_files·() |
| 219 | { | 219 | { |
| 220 | ····local·flags="--bare·--diff-opts·--help·--stat" | 220 | ····local·flags="--bare·--diff-opts·--help·--stat" |
| 221 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 221 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 222 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 222 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 223 | ····case·"$prev"·in | 223 | ····case·"$prev"·in |
| 224 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 224 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 225 | ········*)·COMPREPLY=($(compgen·-W·"$ | 225 | ········*)·COMPREPLY=($(compgen·-W·"$(_applied_patches)·$flags·$(_unapplied_patches)·$(_hidden_patches)"·--·"$cur"))·;; |
| 226 | ····esac | 226 | ····esac |
| 227 | } | 227 | } |
| 228 | _stg_float·() | 228 | _stg_float·() |
| 229 | { | 229 | { |
| 230 | ····local·flags="--help·--keep·--series" | 230 | ····local·flags="--help·--keep·--series" |
| 231 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 231 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 253, 15 lines modified | Offset 253, 15 lines modified | ||
| 253 | _stg_goto·() | 253 | _stg_goto·() |
| 254 | { | 254 | { |
| 255 | ····local·flags="--help·--keep·--merged" | 255 | ····local·flags="--help·--keep·--merged" |
| 256 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 256 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 257 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 257 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 258 | ····case·"$prev"·in | 258 | ····case·"$prev"·in |
| 259 | ········*)·COMPREPLY=($(compgen·-W·"$(_ | 259 | ········*)·COMPREPLY=($(compgen·-W·"$(_unapplied_patches)·$flags·$(_other_applied_patches)"·--·"$cur"))·;; |
| 260 | ····esac | 260 | ····esac |
| 261 | } | 261 | } |
| 262 | _stg_hide·() | 262 | _stg_hide·() |
| 263 | { | 263 | { |
| 264 | ····local·flags="--branch·--help" | 264 | ····local·flags="--branch·--help" |
| 265 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 265 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 274, 15 lines modified | Offset 274, 15 lines modified | ||
| 274 | _stg_id·() | 274 | _stg_id·() |
| 275 | { | 275 | { |
| 276 | ····local·flags="--help" | 276 | ····local·flags="--help" |
| 277 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 277 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 278 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 278 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 279 | ····case·"$prev"·in | 279 | ····case·"$prev"·in |
| 280 | ········*)·COMPREPLY=($(compgen·-W·"$ | 280 | ········*)·COMPREPLY=($(compgen·-W·"$(_applied_patches)·$flags·$(_unapplied_patches)·$(_hidden_patches)"·--·"$cur"))·;; |
| 281 | ····esac | 281 | ····esac |
| 282 | } | 282 | } |
| 283 | _stg_import·() | 283 | _stg_import·() |
| 284 | { | 284 | { |
| 285 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--base·--edit·--help·--ignore·--mail·--mbox·--name·--reject·--replace·--review·--series·--showdiff·--sign·--strip·--stripname·--url" | 285 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--base·--edit·--help·--ignore·--mail·--mbox·--name·--reject·--replace·--review·--series·--showdiff·--sign·--strip·--stripname·--url" |
| 286 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 286 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 313, 15 lines modified | Offset 313, 15 lines modified | ||
| 313 | { | 313 | { |
| 314 | ····local·flags="--branch·--clear·--diff·--full·--graphical·--help·--number" | 314 | ····local·flags="--branch·--clear·--diff·--full·--graphical·--help·--number" |
| 315 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 315 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 316 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 316 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 317 | ····case·"$prev"·in | 317 | ····case·"$prev"·in |
| 318 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 318 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| 319 | ········-n|--number)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 319 | ········-n|--number)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 320 | ········*)·COMPREPLY=($(compgen·-W·"$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur") | 320 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur")"·--·"$cur"))·;; |
| 321 | ····esac | 321 | ····esac |
| 322 | } | 322 | } |
| 323 | _stg_mail·() | 323 | _stg_mail·() |
| 324 | { | 324 | { |
| 325 | ····local·flags="--all·--attach·--attach-inline·--auto·--bcc·--branch·--cc·--cover·--diff-opts·--edit-cover·--edit-patches·--git·--help·--in-reply-to·--mbox·--no-thread·--prefix·--sleep·--smtp-password·--smtp-server·--smtp-tls·--smtp-user·--template·--to·--unrelated·--version" | 325 | ····local·flags="--all·--attach·--attach-inline·--auto·--bcc·--branch·--cc·--cover·--diff-opts·--edit-cover·--edit-patches·--git·--help·--in-reply-to·--mbox·--no-thread·--prefix·--sleep·--smtp-password·--smtp-server·--smtp-tls·--smtp-user·--template·--to·--unrelated·--version" |
| 326 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 326 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 337, 15 lines modified | Offset 337, 15 lines modified | ||
| 337 | ········-s|--sleep)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 337 | ········-s|--sleep)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 338 | ········--in-reply-to)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 338 | ········--in-reply-to)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 339 | ········--smtp-server)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 339 | ········--smtp-server)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 340 | ········-u|--smtp-user)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 340 | ········-u|--smtp-user)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 341 | ········-p|--smtp-password)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 341 | ········-p|--smtp-password)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 342 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 342 | ········-b|--branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| 343 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; | 343 | ········-O|--diff-opts)·COMPREPLY=($(compgen·-W·"-C·-M"·--·"$cur"))·;; |
| 344 | ········*)·COMPREPLY=($(compgen·-W·"$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur") | 344 | ········*)·COMPREPLY=($(compgen·-W·"$flags·$(_patch_range·"$(_applied_patches)·$(_unapplied_patches)·$(_hidden_patches)"·"$cur")"·--·"$cur"))·;; |
| 345 | ····esac | 345 | ····esac |
| 346 | } | 346 | } |
| 347 | _stg_new·() | 347 | _stg_new·() |
| 348 | { | 348 | { |
| 349 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--file·--help·--message·--no-verify·--review·--save-template·--sign" | 349 | ····local·flags="--ack·--authdate·--authemail·--authname·--author·--file·--help·--message·--no-verify·--review·--save-template·--sign" |
| 350 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 350 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| Offset 390, 15 lines modified | Offset 390, 15 lines modified | ||
| 390 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" | 390 | ····local·prev="${COMP_WORDS[COMP_CWORD-1]}" |
| 391 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" | 391 | ····local·cur="${COMP_WORDS[COMP_CWORD]}" |
| 392 | ····case·"$prev"·in | 392 | ····case·"$prev"·in |
| 393 | ········-n|--name)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; | 393 | ········-n|--name)·COMPREPLY=($(compgen·-A·file·--·"$cur"))·;; |
| 394 | ········-B|--ref-branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; | 394 | ········-B|--ref-branch)·COMPREPLY=($(compgen·-W·"$(_stg_branches)"·--·"$cur"))·;; |
| Max diff block lines reached; 6077/12600 bytes (48.23%) of diff not shown. | |||