MCPcopy 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
189const char *get_log_output_encoding(void)
190{
191 return git_log_output_encoding ? git_log_output_encoding
192 : get_commit_output_encoding();
193}
194
195const char *get_commit_output_encoding(void)
196{

Callers 14

show_http_messageFunction · 0.85
setup_revisionsFunction · 0.85
commit_matchFunction · 0.85
walk_revs_populate_todoFunction · 0.85
sequencer_make_scriptFunction · 0.85
pretty_print_commitFunction · 0.85
show_logFunction · 0.85
show_taggerFunction · 0.85
get_format_revFunction · 0.85
get_commit_infoFunction · 0.85

Calls 1

Tested by

no test coverage detected