Eric Wong <e@xxxxxxxxx> writes: > git -c transfer.hideRefs=refs \ > -c transfer.hideRefs='!refs/remotes/$REMOTE/' \ > fetch $REMOTE > > I initially considered passing --negotiation-tip OIDs, but this seems > like an easier solution as I'm not yet familiar with this code > and prefer to avoid writing too much C. --negotiation-tip supports ref name globs too. Would that be sufficient for your purposes?