projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5306968
)
revision: --max-age alone does not need limit_list() anymore.
author
Junio C Hamano
<junkio@cox.net>
Sun, 2 Apr 2006 03:13:22 +0000
(19:13 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 2 Apr 2006 03:13:22 +0000
(19:13 -0800)
This makes git log --since=7.days to be streamable.
Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c
patch
|
blob
|
history
diff --git
a/revision.c
b/revision.c
index
cdd29c5
..
728b6d1
100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-699,7
+699,7
@@
int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
add_one_commit(commit, revs);
}
- if (
(revs->max_age != -1) ||
revs->topo_order || revs->unpacked)
+ if (revs->topo_order || revs->unpacked)
revs->limited = 1;
if (revs->prune_data) {