Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: Add description of --local option
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index 95d21e6472921ab993373ef1848357379440d46e..59b26c7e99724a7589bc3fcc37486ee3d1bb2ef5 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-708,7
+708,7
@@
static int still_interesting(struct commit_list *src, unsigned long date, int sl
* Does the destination list contain entries with a date
* before the source list? Definitely _not_ done.
*/
- if (date < src->item->date)
+ if (date <
=
src->item->date)
return SLOP;
/*