Re: [PATCH v4 3/5] name-rev: add support to exclude refs by pattern match

2017-01-19 Thread Junio C Hamano
Jacob Keller writes: > From: Jacob Keller > > Extend git-name-rev to support excluding refs which match shell patterns > using --exclude. These patterns can be used to limit the scope of refs > by excluding any ref that matches one of the --exclude patterns. A ref > will only be used for naming

[PATCH v4 3/5] name-rev: add support to exclude refs by pattern match

2017-01-18 Thread Jacob Keller
From: Jacob Keller Extend git-name-rev to support excluding refs which match shell patterns using --exclude. These patterns can be used to limit the scope of refs by excluding any ref that matches one of the --exclude patterns. A ref will only be used for naming when it matches at least one --ref