Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strbuf_getline
Function
strbuf_getline
strbuf.c:747–750 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
745
}
746
747
int strbuf_getline(struct strbuf *sb, FILE *fp)
748
{
749
return strbuf_getdelim_strip_crlf(sb, fp,
'\n'
);
750
}
751
752
int strbuf_getline_lf(struct strbuf *sb, FILE *fp)
753
{
Callers
15
credential_read
Function · 0.85
oidset_parse_file_carefully
Function · 0.85
run_one_gc_recent_objects_hook
Function · 0.85
read_pathspec_from_stdin
Function · 0.85
read_revisions_from_stdin
Function · 0.85
add_mailname_host
Function · 0.85
sequencer_get_update_refs_state
Function · 0.85
read_remotes_file
Function · 0.85
read_refs_snapshot
Function · 0.85
read_attr_from_file
Function · 0.85
download_https_uri_to_file
Function · 0.85
read_pack_info_file
Function · 0.85
Calls
1
strbuf_getdelim_strip_crlf
Function · 0.85
Tested by
6
cmd__progress
Function · 0.68
cmd__name_hash
Function · 0.68
cmd__bundle_uri_parse
Function · 0.68
cmd__reach
Function · 0.68
cmd__hashmap
Function · 0.68
check_submodule
Function · 0.68