Merge branch 'ma/builtin-unleak'
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Oct 2017 07:27:55 +0000 (16:27 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Oct 2017 07:27:55 +0000 (16:27 +0900)
commit5261fefa4aa7e9c054e1bd664a138d49a3e26d79
treea56d45f14a526fa1bf1da76aa447ed86e1c85a3f
parent1f57e71fabffd801d026c08e7acade834dcc16bb
parent886e1084d78cda218b4d1133e8154e8556f92222
Merge branch 'ma/builtin-unleak'

Many variables that points at a region of memory that will live
throughout the life of the program have been marked with UNLEAK
marker to help the leak checkers concentrate on real leaks..

* ma/builtin-unleak:
  builtin/: add UNLEAKs
builtin/checkout.c
builtin/diff-index.c
builtin/diff.c
builtin/name-rev.c
builtin/tag.c