t / t4018 / cpp-union-definitionon commit fetch: do not list refs if fetching only hashes (e70a303)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};