Merge branch 'jk/empty-archive' into maint
[gitweb.git] / revision.c
index ef6020541282770b9edc4c921cadb7ab1506da56..cf620c6b3693e2d18b2cacd33574a03b34e4c48e 100644 (file)
@@ -709,7 +709,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;
 
        /*