| 4717 | } |
| 4718 | |
| 4719 | void create_autostash(struct repository *r, const char *path) |
| 4720 | { |
| 4721 | create_autostash_internal(r, path, NULL, NULL, false); |
| 4722 | } |
| 4723 | |
| 4724 | void create_autostash_ref(struct repository *r, const char *refname, |
| 4725 | const char *message, bool silent) |
no test coverage detected