diff options
author | Magali Lemes <magalilemes00@gmail.com> | 2021-01-19 19:21:48 -0300 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-07-04 10:34:52 +0200 |
commit | c215307e0c8d3b20b8377ef9beeccbc81894db97 (patch) | |
tree | b1ebd0a48fe4c4c7d5e71a3a84035bc19af1de8f /Makefile.am | |
parent | 754157f50b380d1b6fcbceaa9be6c5bfa7ca5aed (diff) | |
download | guix-wip-guix-log.tar.gz |
scripts: git: log: Add '--grep'. wip-guix-log
* guix/scripts/git/log.scm (show-help, %options): Add '--grep'. * Makefile.am (MODULES): Add 'guix/scripts/git/log.scm'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 377cac03f7..8ce51c65a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -341,6 +341,7 @@ MODULES = \ guix/scripts/size.scm \ guix/scripts/git.scm \ guix/scripts/git/authenticate.scm \ + guix/scripts/git/log.scm \ guix/scripts/graph.scm \ guix/scripts/weather.scm \ guix/scripts/container.scm \ |