MCPcopy Create free account
hub / github.com/git/git / create_autostash

Function create_autostash

sequencer.c:4719–4722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

cmd_rebaseFunction · 0.85

Calls 1

Tested by

no test coverage detected