summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2015-04-24 13:35:48 +0200
committerJunio C Hamano <gitster@pobox.com>2015-05-12 21:28:03 -0700
commitcbf50f9e3d8e54f09ebbe6159a1bdd622c6c2f26 (patch)
tree0e6b5a35ff7fa0f8f783190576a399f13b832194 /builtin/commit.c
parent61e51e0000073b684eaf5393ae2229f4f62f35c9 (diff)
downloadgit-cbf50f9e3d8e54f09ebbe6159a1bdd622c6c2f26.tar.gz
ref_transaction_commit(): remove the local flags variable
Instead, work directly with update->flags. This has the advantage that the REF_DELETING bit, set in the first loop, can be read in the second loop instead of having to be recomputed. Plus, it was potentially confusing having both update->flags and flags, which sometimes had different values. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions