commit | 9f6976528b31356ee522d04aa31b86a3ba922f99 | [log] [tgz] |
---|---|---|
author | Torsten Bögershausen <tboegi@web.de> | Sat Feb 21 16:53:01 2015 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Feb 22 12:03:54 2015 -0800 |
tree | 60a6c12b9c74b25f86ec7bac9baa7e4f12ddb9ab | |
parent | 86ceb337ec340c7db9b060b90bfab05a08b8251b [diff] |
t5601: add more test cases for IPV6 Test the parsing of literall IPV6 addresses more systematically: - with and without brackets (e.g. ::1 [::1]) - with brackets and port number: (e.g. [::1]:22) - with username (e.g. user@::1) - with username and brackets: Because user@[::1] was not supported on older Git version, [user@::1] had to be used as a workaround. Test that user@::1 user@[::1] and [user@::1] all do the same. Signed-off-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>