Merge branch 'mh/get-remote-group-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Aug 2015 22:07:51 +0000 (15:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Aug 2015 22:07:51 +0000 (15:07 -0700)
An off-by-one error made "git remote" to mishandle a remote with a
single letter nickname.

* mh/get-remote-group-fix:
get_remote_group(): use skip_prefix()
get_remote_group(): eliminate superfluous call to strcspn()
get_remote_group(): rename local variable "space" to "wordlen"
get_remote_group(): handle remotes with single-character names

1  2 
builtin/fetch.c
diff --cc builtin/fetch.c
Simple merge