Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/filter-branch-come-back-to-original'
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index 78397d6486203a6b7242c8ea866780979876e685..71e62d831229773a9af2c4a81d72be5b33d3c921 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;
/*