fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

ArrayOutOfBoundException when parsing .gitconfig #6865

Open rhuss opened 7 years ago

rhuss commented 7 years ago

Reason is this check which is always false.

Seems that my .gitconfig is not parsable by this util class.

rhuss commented 7 years ago

Happens for example when comments are used in .gitconfig. E.g. lines starting with # are perfectly valid.