aboutsummaryrefslogtreecommitdiff
path: root/ui-atom.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-atom.c')
-rw-r--r--ui-atom.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui-atom.c b/ui-atom.c
index 9f049ae..808b2d0 100644
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -85,9 +85,7 @@ void cgit_print_atom(char *tip, char *path, int max_count)
struct rev_info rev;
int argc = 2;
- if (ctx.qry.show_all)
- argv[1] = "--all";
- else if (!tip)
+ if (!tip)
argv[1] = ctx.qry.head;
if (path) {