| 183 | } |
| 184 | |
| 185 | void refspec_init_fetch(struct refspec *rs) |
| 186 | { |
| 187 | struct refspec blank = REFSPEC_INIT_FETCH; |
| 188 | memcpy(rs, &blank, sizeof(*rs)); |
| 189 | } |
| 190 | |
| 191 | void refspec_init_push(struct refspec *rs) |
| 192 | { |
no outgoing calls
no test coverage detected