summaryrefslogtreecommitdiff
path: root/guix/scripts/hash.scm
Commit message (Expand)AuthorAge
* guix hash: Allow '-r' as a non-deprecated alias.Ludovic Courtès2022-01-10
* guix hash: Extract file hashing procedures.Sarah Morgensen2022-01-06
* guix hash: Allow '--exclude-vcs' option using 'git' serializer.zimoun2022-01-04
* guix hash: Add git serializer.zimoun2021-12-17
* guix hash: Add 'serializer' option.zimoun2021-12-17
* guix hash: Support several files.zimoun2021-12-17
* guix hash: Honor '-H' when used alongside '-r'.Ludovic Courtès2021-01-04
* scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès2020-09-10
* guix hash, guix download: Support base64 format.Ludovic Courtès2020-05-22
* guix hash, guix download: Add '--hash'.Ludovic Courtès2020-05-22
* guix hash: Fix version and help messagesTim Gesthuizen2018-11-28
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.Ludovic Courtès2017-10-28
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* utils: Move base16 procedures to (guix base16).Ludovic Courtès2017-03-16
* guix hash: '-x' excludes '.git' even when it is a regular file.Ludovic Courtès2017-01-02
* guix hash: Interpret '-' as standard input.Ludovic Courtès2016-10-28
* Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès2016-10-19
* ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès2016-09-20
* guix hash: Add --exclude-vcs option.Jan Nieuwenhuizen2016-09-07
* Add (guix scripts).Alex Kost2015-09-18
* Break module cycle involving (guix store) and (guix ui).Ludovic Courtès2014-10-09
* guix hash: Add '--recursive'.Ludovic Courtès2014-02-21
* guix hash: Don't load the whole file in memory.Ludovic Courtès2014-02-20
* Move `sha256' to (guix hash).Ludovic Courtès2013-07-01
* tests: Add `guix hash' test.Ludovic Courtès2013-05-11
* ui: Add `args-fold*' and use it.Ludovic Courtès2013-04-27
* Add 'guix hash'.Nikita Karetnikov2013-04-21