| 4722 | } |
| 4723 | |
| 4724 | void create_autostash_ref(struct repository *r, const char *refname, |
| 4725 | const char *message, bool silent) |
| 4726 | { |
| 4727 | create_autostash_internal(r, NULL, refname, message, silent); |
| 4728 | } |
| 4729 | |
| 4730 | static int apply_save_autostash_oid(const char *stash_oid, int attempt_apply, |
| 4731 | const char *label_ours, const char *label_theirs, |
no test coverage detected