summaryrefslogtreecommitdiff
path: root/shell-completion/bash/coredumpctl
Commit message (Collapse)AuthorAgeFilesLines
* Use https for gnu.orgMichael Biebl2022-06-281-1/+1
|
* coredump: Add --all optionDaan De Meyer2021-10-071-1/+1
| | | | | | | | | | | This option has coredumpctl look at all journals instead of only the local ones. This allows coredumpctl to show information about remote coredumps if the coredumps are made available in /var/lib/systemd/coredump and the corresponding journals are made available in /var/log/journal. This is already possible using the --directory option but --all makes it more user friendly since users don't have to enter the journal directory anymore as long as it's available under /var/log/journal.
* completion: fix 'unbound variables' errorsLuca Boccassi2021-06-221-1/+1
| | | | Fixes https://github.com/systemd/systemd/issues/19987
* bash-completion: coredumpctl: add --json and -n optionsYu Watanabe2021-02-111-1/+3
|
* coredumpctl: Add --debugger-args= optionMichal Fabik2020-12-161-1/+2
| | | | | | | This commit adds the possibility to pass command line options to the debugger invoked with coredumpctl debug. Resolves: #9905
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* shell-completion: use 4 space indentation tooZbigniew Jędrzejewski-Szmek2019-04-121-52/+52
| | | | The same as in other places, indentation levels were all over the place.
* shell-completion: replace "gdb" verb with "debug" for coredumpctlJan Pokorný2018-08-201-3/+7
| | | | Also offer --debugger option. Both to reflect changes in v239.
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
| | | | | | Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
* bash-completion: coredumpctl: support more optionsYu Watanabe2018-01-101-4/+7
|
* Add SPDX license headers to shell completion scriptsZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|
* shell-completion: include the new coredumpctl optionsGiedrius Statkevičius2017-02-241-1/+1
|
* shell_completion: Add -r option for coredumpctlNamhyung Kim2017-02-141-1/+2
|
* Updates in bash autocompletionsCarlos Morata Castillo2015-01-291-1/+1
| | | | | | | | | Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers.
* coredump: coredumpctl is so useful now, make it a first-class citizenLennart Poettering2014-06-191-0/+85
Drop the "systemd-" prefix, renaming it from "systemd-coredumpctl" to "coredumpctl".