| 4814 | } |
| 4815 | |
| 4816 | int apply_autostash_oid(const char *stash_oid) |
| 4817 | { |
| 4818 | return apply_save_autostash_oid(stash_oid, 1, NULL, NULL, NULL, NULL); |
| 4819 | } |
| 4820 | |
| 4821 | static int apply_save_autostash_ref(struct repository *r, const char *refname, |
| 4822 | int attempt_apply, |
no test coverage detected