Merge branch 'ds/reachable'
commit0f7ac90dbe7ecf511883b7aae84acbb698418f60
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2018 17:30:52 +0000 (24 10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2018 17:30:52 +0000 (24 10:30 -0700)
treea148890ca8d5886932b96963aa5bb567e7d5974f
parentfaadedb19538a9968dd2d607bcab00be1916bd31
parent4067a64672f9db8ca38d5a2682a7cdba7938c18b
Merge branch 'ds/reachable'

Recent update broke the reachability algorithm when refs (e.g.
tags) that point at objects that are not commit were involved,
which has been fixed.

* ds/reachable:
  commit-reach: fix memory and flag leaks
  commit-reach: properly peel tags
commit-reach.c