1
0
mirror of https://github.com/git/git.git synced 2024-09-26 17:31:13 +02:00
git/refs
Michael Haggerty efe472813d ref_transaction_commit(): remove local variables n and updates
These microoptimizations don't make a significant difference in speed.
And they cause problems if somebody ever wants to modify the function to
add updates to a transaction as part of processing it, as will happen
shortly.

Make the same changes in initial_ref_transaction_commit().

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
2016-06-13 11:23:26 +02:00
..
files-backend.c ref_transaction_commit(): remove local variables n and updates 2016-06-13 11:23:26 +02:00
refs-internal.h refs: move resolve_ref_unsafe into common code 2016-04-10 11:35:41 -07:00