Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ save_autostash
Function
save_autostash
sequencer.c:4806–4809 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4804
}
4805
4806
int save_autostash(const char *path)
4807
{
4808
return apply_save_autostash(path, 0);
4809
}
4810
4811
int apply_autostash(const char *path)
4812
{
Callers
1
cmd_rebase
Function · 0.85
Calls
1
apply_save_autostash
Function · 0.85
Tested by
no test coverage detected