MCPcopy Index your code
hub / github.com/git/git / blob_path

Function blob_path

builtin/diff.c:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40COMMON_DIFF_OPTIONS_HELP;
41
42static const char *blob_path(struct object_array_entry *entry)
43{
44 return entry->path ? entry->path : entry->name;
45}
46
47static void stuff_change(struct diff_options *opt,
48 unsigned old_mode, unsigned new_mode,

Callers 1

builtin_diff_blobsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected