| 2665 | } |
| 2666 | |
| 2667 | int is_empty_cas(const struct push_cas_option *cas) |
| 2668 | { |
| 2669 | return !cas->use_tracking_for_rest && !cas->nr; |
| 2670 | } |
| 2671 | |
| 2672 | /* |
| 2673 | * Look at remote.fetch refspec and see if we have a remote |
no outgoing calls
no test coverage detected