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) | |
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 377cac03f78..8ce51c65a66 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -341,6 +341,7 @@ MODULES = \ | |||
| 341 | guix/scripts/size.scm \ | 341 | guix/scripts/size.scm \ |
| 342 | guix/scripts/git.scm \ | 342 | guix/scripts/git.scm \ |
| 343 | guix/scripts/git/authenticate.scm \ | 343 | guix/scripts/git/authenticate.scm \ |
| 344 | guix/scripts/git/log.scm \ | ||
| 344 | guix/scripts/graph.scm \ | 345 | guix/scripts/graph.scm \ |
| 345 | guix/scripts/weather.scm \ | 346 | guix/scripts/weather.scm \ |
| 346 | guix/scripts/container.scm \ | 347 | guix/scripts/container.scm \ |
