index
:
chuix.git
fix-out-of-tree-make
python-team-django-6
zabbix-upgrade
guix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix
/
scripts
/
gc.scm
Age
Commit message (
Expand
)
Author
2026-04-15
guix: scripts: gc: Give better error reporting when attempting to vacuum.
jgart
2025-09-18
gc: Open a connection to the daemon only when strictly necessary.
Ludovic Courtès
2025-07-28
guix gc: Adjust size suffix based on the amount of data.
Efraim Flashner
2023-10-17
scripts: gc: Handle EPIPE errors when displaying help.
Simon Tournier
2023-05-31
guix gc: Round MiBs in user feedback.
Remco van 't Veer
2022-11-06
guix gc: Add '--vacuum-database'.
Efraim Flashner
2022-08-01
guix gc: '--delete-generations' now deletes old Home generations.
Ludovic Courtès
2022-07-17
Revert "guix gc: '--delete-generations' now deletes old Home generations."
Tobias Geerinckx-Rice
2022-07-23
guix gc: '--delete-generations' now deletes old Home generations.
Ludovic Courtès
2020-09-10
scripts: Use 'define-command' and have 'guix help' use that.
Ludovic Courtès
2020-01-07
More module autoload changes.
Ludovic Courtès
2020-01-06
Adjust module autoloads.
Ludovic Courtès
2019-09-08
daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'.
Ludovic Courtès
2019-07-11
guix gc: Correctly handle '--delete-generations' with no arguments.
Ludovic Courtès
2019-04-11
guix gc: '-d' does not attempt to delete non-user-owned roots.
Ludovic Courtès
2019-04-10
guix gc: Add '--delete-generations'.
Ludovic Courtès
2019-04-10
guix gc: Add '--list-roots'.
Ludovic Courtès
2018-06-28
scripts: gc: Report size in MiBs instead of bytes.
Taylan Kammer
2018-03-27
guix gc: Add '--derivers'.
Ludovic Courtès
2017-12-18
guix gc: '--verify=foo' is reported as an error.
Ludovic Courtès
2017-10-28
scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.
Ludovic Courtès
2017-06-02
syscalls: Provide 'free-disk-space'.
Ludovic Courtès
2017-05-03
ui: Rename '_' to 'G_'.
Ludovic Courtès
2016-07-16
guix gc: Display of saved space for garbage collection.
Vincent Legoll
2016-05-24
store: 'requisites' now takes a list of store items.
Ludovic Courtès
2016-04-25
guix gc: Add '--free-space'.
Ludovic Courtès
2015-11-11
guix gc: Error out when extra arguments are passed.
Ludovic Courtès
2015-09-28
guix gc: Add '--list-failures' and '--clear-failures'.
Ludovic Courtès
2015-09-18
Add (guix scripts).
Alex Kost
2015-06-06
guix gc: Add '--verify'.
Ludovic Courtès
2015-05-26
gc: ignore trailing slash or subdirectories for `guix gc -d'
Cyrill Schenkel
2015-05-19
guix gc: Add '--optimize'.
Ludovic Courtès
2014-04-08
ui: Add 'size->number'.
Ludovic Courtès
2013-06-13
guix gc: Add `--requisites'.
Ludovic Courtès
2013-04-27
ui: Add `args-fold*' and use it.
Ludovic Courtès
2013-04-21
ui: Add a 'define-diagnostic' macro.
Nikita Karetnikov
2013-04-11
ui: Add a `warning' macro.
Ludovic Courtès
2013-02-27
guix gc: Add `--references' and `--referrers'.
Ludovic Courtès
2013-02-17
scripts: Remove hyphen in the command name shown by `--version'.
Ludovic Courtès
2013-02-16
Replace individual scripts with master 'guix' script.
Mark H Weaver