Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ git_read_line_interactively
Function
git_read_line_interactively
prompt.c:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
int git_read_line_interactively(struct strbuf *line)
79
{
80
fflush(stdout);
81
return strbuf_getline(line, stdin);
82
}
Callers
5
list_and_choose
Function · 0.85
read_single_character
Function · 0.85
list_and_choose
Function · 0.85
filter_by_patterns_cmd
Function · 0.85
ask_each_cmd
Function · 0.85
Calls
1
strbuf_getline
Function · 0.85
Tested by
no test coverage detected