aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-atom.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui-atom.c b/ui-atom.c
index b218456..9331f74 100644
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -111,14 +111,6 @@ void cgit_print_atom(char *tip, char *path, int max_count)
html("<feed xmlns='http://www.w3.org/2005/Atom'>\n");
html("<title>");
html_txt(ctx.repo->name);
- if (path) {
- html("/");
- html_txt(path);
- }
- if (tip && !ctx.qry.show_all) {
- html(", branch ");
- html_txt(tip);
- }
html("</title>\n");
html("<subtitle>");
html_txt(ctx.repo->desc);