Expire the branch cache after `git gc` runs
Due to a stale NFS cache, it's possible that a branch lookup fails while git gc
is running and causes missing branches in merge requests.
I'm not totally convinced this is the right solution, but since we and our customers are experiencing this issue quite frequently, I'm taking a stab at it.
Possible workaround for #15392 (closed)