Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ get_log_output_encoding
Function
get_log_output_encoding
environment.c:189–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
const char *get_log_output_encoding(void)
190
{
191
return git_log_output_encoding ? git_log_output_encoding
192
: get_commit_output_encoding();
193
}
194
195
const char *get_commit_output_encoding(void)
196
{
Callers
14
print_submodule_diff_summary
Function · 0.85
show_http_message
Function · 0.85
setup_revisions
Function · 0.85
commit_match
Function · 0.85
walk_revs_populate_todo
Function · 0.85
sequencer_make_script
Function · 0.85
pretty_print_commit
Function · 0.85
write_bundle_prerequisites
Function · 0.85
show_log
Function · 0.85
show_tagger
Function · 0.85
get_format_rev
Function · 0.85
get_commit_info
Function · 0.85
Calls
1
get_commit_output_encoding
Function · 0.85
Tested by
no test coverage detected