tg-create.sh: with --no-deps (aka --base) allow any committish
commit6ad18bff22ace251ef363cca8cf9bd2b90b4de54
authorKyle J. McKay <mackyle@gmail.com>
Thu, 15 Jun 2017 02:03:26 +0000 (14 19:03 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 15 Jun 2017 02:03:26 +0000 (14 19:03 -0700)
treebe3dbed715fadafc55c299d2f24e3a980438893f
parent57b8a8a8cb92d8581b90b5b969c0e6535c161d49
tg-create.sh: with --no-deps (aka --base) allow any committish

The documentation claims any committish is allowed for the single
dependency with --no-deps (alternatively written --base), but
the more stringent checks were being aggressively applied too
early.

Only apply the aggressive branch name checks when --no-deps is
NOT in effect.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg-create.sh