Skip to content

remove double usage of $name variable in git-lb-use

Paul Seyfert requested to merge pseyfert-git-lb-use-message into master

name was used for the command name (`git lb-use') and the name of the project which is to be used.

This results in error messages

 > git lb-use -p email Phys
error: unsupported protocol email (see Phys -h)

The suggested fix is search&replace name → project except for those places where git lb-use should appear.

Merge request reports