| 4157 | } |
| 4158 | |
| 4159 | static inline int want_ancestry(const struct rev_info *revs) |
| 4160 | { |
| 4161 | return (revs->rewrite_parents || revs->children.name); |
| 4162 | } |
| 4163 | |
| 4164 | /* |
| 4165 | * Return a timestamp to be used for --since/--until comparisons for this |
no outgoing calls
no test coverage detected