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 0659e96..5f4ad7d 100644
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -6,8 +6,6 @@
* (see COPYING for full license text)
*/
-#define USE_THE_REPOSITORY_VARIABLE
-
#include "cgit.h"
#include "ui-atom.h"
#include "html.h"
@@ -99,7 +97,7 @@ void cgit_print_atom(char *tip, const char *path, int max_count)
argv[argc++] = path;
}
- repo_init_revisions(the_repository, &rev, NULL);
+ init_revisions(&rev, NULL);
rev.abbrev = DEFAULT_ABBREV;
rev.commit_format = CMIT_FMT_DEFAULT;
rev.verbose_header = 1;