diff options
author | Jeff King <peff@peff.net> | 2017-07-28 15:25:45 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-28 15:51:56 -0700 |
commit | 2491f77b90c2e5d47acbe7472c17e7de0af74f63 (patch) | |
tree | ba20f55e5f188c839bb952f7b1a8428c370f9374 /t | |
parent | t5813: add test for hostname starting with dash (diff) | |
download | tgif-2491f77b90c2e5d47acbe7472c17e7de0af74f63.tar.xz |
connect: factor out "looks like command line option" check
We reject hostnames that start with a dash because they may
be confused for command-line options. Let's factor out that
notion into a helper function, as we'll use it in more
places. And while it's simple now, it's not clear if some
systems might need more complex logic to handle all cases.
Signed-off-by: Jeff King <peff@peff.net>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions