]> granicus.if.org Git - git/commit
Merge branch 'ah/cleanups' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Oct 2019 04:13:08 +0000 (13:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Oct 2019 04:13:08 +0000 (13:13 +0900)
commit1345f09afba3cd9f8ca8c507cfefdf6a82465c4d
treecd68158e1e15b5b39d0b0760b9e9a8dfc59af7a8
parente02d8825105097dbe0a1a9aa0a0f4c24d2358fde
parent53d687bf5f8008abd52b92120c7e22d4d81bdc71
Merge branch 'ah/cleanups' into next

Miscellaneous code clean-ups.

* ah/cleanups:
  git_mkstemps_mode(): replace magic numbers with computed value
  wrapper: use a loop instead of repetitive statements
  diffcore-break: use a goto instead of a redundant if statement
  commit-graph: remove a duplicate assignment
commit-graph.c
wrapper.c