| 4849 | } |
| 4850 | |
| 4851 | int save_autostash_ref(struct repository *r, const char *refname) |
| 4852 | { |
| 4853 | return apply_save_autostash_ref(r, refname, 0, |
| 4854 | NULL, NULL, NULL, NULL); |
| 4855 | } |
| 4856 | |
| 4857 | int apply_autostash_ref(struct repository *r, const char *refname, |
| 4858 | const char *label_ours, const char *label_theirs, |
no test coverage detected