git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix handling of remotes with single-character names
@ 2015-07-28 21:08 Michael Haggerty
  2015-07-28 21:08 ` [PATCH 1/4] get_remote_group(): handle " Michael Haggerty
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michael Haggerty @ 2015-07-28 21:08 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Björn Gustavsson, git, Michael Haggerty

The parsing of `remotes.<groupname>` was broken if any of the remotes
in the group has a name consisting of a single character.

The first patch fixes the bug; the others are general refactoring to
make the function a little bit clearer.

This series is based on maint, which I just noticed is still v2.4.7,
but it also rebases cleanly to master. It might make sense to apply
only the first patch to maint and the others only to master.

These patches are also available from my GitHub repository [1] as
branch "single-character-remotes".

Michael

[1] https://github.com/mhagger/git

Michael Haggerty (4):
  get_remote_group(): handle remotes with single-character names
  get_remote_group(): rename local variable "space" to "wordlen"
  get_remote_group(): eliminate superfluous call to strcspn()
  get_remote_group(): use skip_prefix()

 builtin/fetch.c | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

-- 
2.4.6

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-31 15:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 21:08 [PATCH 0/4] Fix handling of remotes with single-character names Michael Haggerty
2015-07-28 21:08 ` [PATCH 1/4] get_remote_group(): handle " Michael Haggerty
2015-07-28 21:08 ` [PATCH 2/4] get_remote_group(): rename local variable "space" to "wordlen" Michael Haggerty
2015-07-28 21:08 ` [PATCH 3/4] get_remote_group(): eliminate superfluous call to strcspn() Michael Haggerty
2015-07-28 21:08 ` [PATCH 4/4] get_remote_group(): use skip_prefix() Michael Haggerty
2015-07-30 22:12 ` [PATCH 0/4] Fix handling of remotes with single-character names Junio C Hamano
2015-07-31 15:01   ` Michael Haggerty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).