summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMagali Lemes <magalilemes00@gmail.com>2021-01-19 19:21:48 -0300
committerRicardo Wurmus <rekado@elephly.net>2022-07-04 10:34:52 +0200
commitc215307e0c8d3b20b8377ef9beeccbc81894db97 (patch)
treeb1ebd0a48fe4c4c7d5e71a3a84035bc19af1de8f /Makefile.am
parent754157f50b380d1b6fcbceaa9be6c5bfa7ca5aed (diff)
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.am1
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 \