]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ah/cleanups'
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Oct 2019 05:01:00 +0000 (14:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Oct 2019 05:01:00 +0000 (14:01 +0900)
commit6e12570822a904e2be554b05755c08f4d24be7e9
treeb6d276fd5205c5adb7a02c7bac6ba201b3ab3ac3
parent772cad0afb834b9af8ee56511dc3df4d6e2f011d
parent53d687bf5f8008abd52b92120c7e22d4d81bdc71
Merge branch 'ah/cleanups'

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