| 657 | } |
| 658 | |
| 659 | static inline int push_mark(const char *string, int len) |
| 660 | { |
| 661 | const char *suffix[] = { "@{push}" }; |
| 662 | return at_mark(string, len, suffix, ARRAY_SIZE(suffix)); |
| 663 | } |
| 664 | |
| 665 | static enum get_oid_result get_oid_1(struct repository *r, const char *name, int len, struct object_id *oid, unsigned lookup_flags); |
| 666 | static int interpret_nth_prior_checkout(struct repository *r, const char *name, int namelen, struct strbuf *buf); |
no test coverage detected