Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
typo fix: Directory `...' exist, ...: s/exist/exists/
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index efa3b7c795291fd2c337cf589977368d83d25ad6..35eca4a36185b1c5c40245748d0004fdaf0f6c00 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-1052,7
+1052,7
@@
static int handle_revision_opt(struct rev_info *revs, int argc, const char **arg
revs->simplify_by_decoration = 1;
revs->limited = 1;
revs->prune = 1;
- load_ref_decorations();
+ load_ref_decorations(
DECORATE_SHORT_REFS
);
} else if (!strcmp(arg, "--date-order")) {
revs->lifo = 0;
revs->topo_order = 1;