Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
glossary: improve description of SHA-1 related topics
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index ef6020541282770b9edc4c921cadb7ab1506da56..cf620c6b3693e2d18b2cacd33574a03b34e4c48e 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-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;
/*