X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/cb92d05b6b729cd0e219b43d7a79aff832a9c1ac..bf8293d3196d49d6c4a48b254a04415183ca2762:/ui-atom.c diff --git a/ui-atom.c b/ui-atom.c index 808b2d0..9f049ae 100644 --- a/ui-atom.c +++ b/ui-atom.c @@ -85,7 +85,9 @@ void cgit_print_atom(char *tip, char *path, int max_count) struct rev_info rev; int argc = 2; - if (!tip) + if (ctx.qry.show_all) + argv[1] = "--all"; + else if (!tip) argv[1] = ctx.qry.head; if (path) {