]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.c
GIT-VERSION-GEN: support non-standard $GIT_DIR path
[thirdparty/git.git] / revision.c
index 95d21e6472921ab993373ef1848357379440d46e..59b26c7e99724a7589bc3fcc37486ee3d1bb2ef5 100644 (file)
@@ -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;
 
        /*