MCPcopy Create free account
hub / github.com/git/git / add_pending_object

Function add_pending_object

revision.c:329–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void add_pending_object(struct rev_info *revs,
330 struct object *obj, const char *name)
331{
332 add_pending_object_with_mode(revs, obj, name, S_IFINVALID);
333}
334
335void add_head_to_pending(struct rev_info *revs)
336{

Callers 15

find_boundary_objectsFunction · 0.85
find_objectsFunction · 0.85
shortlogFunction · 0.85
dwim_reverse_initialFunction · 0.85
setup_scoreboardFunction · 0.85
add_one_fileFunction · 0.85
add_one_refFunction · 0.85
add_recent_objectFunction · 0.85
add_head_to_pendingFunction · 0.85
add_pending_oidFunction · 0.85
handle_commitFunction · 0.85

Calls 1

Tested by

no test coverage detected