author | Brandon Casey <casey@nrlssc.navy.mil> | |
Tue, 14 Oct 2008 20:30:21 +0000 (15:30 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 15 Oct 2008 00:18:29 +0000 (17:18 -0700) | ||
commit | c82efafcfa741cdddbc68379c1905953f58ef21d | |
tree | 3fc11660fed02a252141b22e41bc6c6f315780b0 | tree | snapshot |
parent | 4e6d4bc0f0f1388dfcad2af4804b35289ed4ec92 | commit | diff |
remote.c: correct the check for a leading '/' in a remote name
This test is supposed to disallow remote entries in the config file of the
form:
[remote "/foobar"]
...
The leading slash in '/foobar' is not acceptable.
Instead it was incorrectly testing that the subkey had no leading '/', which
had no effect since the subkey pointer was made to point at a '.' in the
preceding lines.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Acked-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This test is supposed to disallow remote entries in the config file of the
form:
[remote "/foobar"]
...
The leading slash in '/foobar' is not acceptable.
Instead it was incorrectly testing that the subkey had no leading '/', which
had no effect since the subkey pointer was made to point at a '.' in the
preceding lines.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Acked-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c | diff | blob | history |