summaryrefslogtreecommitdiff
path: root/guix/scripts/hash.scm
AgeCommit message (Expand)Author
2020-09-10scripts: Use 'define-command' and have 'guix help' use that....Ludovic Courtès
2020-05-22guix hash, guix download: Support base64 format....Ludovic Courtès
2020-05-22guix hash, guix download: Add '--hash'....Ludovic Courtès
2018-11-28guix hash: Fix version and help messages...Tim Gesthuizen
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2017-10-28scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'....Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-03-16utils: Move base16 procedures to (guix base16)....Ludovic Courtès
2017-01-02guix hash: '-x' excludes '.git' even when it is a regular file....Ludovic Courtès
2016-10-28guix hash: Interpret '-' as standard input....Ludovic Courtès
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports)....Ludovic Courtès
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match....Ludovic Courtès
2016-09-07guix hash: Add --exclude-vcs option....Jan Nieuwenhuizen
2015-09-18Add (guix scripts)....Alex Kost
2014-10-09Break module cycle involving (guix store) and (guix ui)....Ludovic Courtès
2014-02-21guix hash: Add '--recursive'....Ludovic Courtès
2014-02-20guix hash: Don't load the whole file in memory....Ludovic Courtès
2013-07-01Move `sha256' to (guix hash)....Ludovic Courtès
2013-05-11tests: Add `guix hash' test....Ludovic Courtès
2013-04-27ui: Add `args-fold*' and use it....Ludovic Courtès
2013-04-21Add 'guix hash'....Nikita Karetnikov