Re: [RFC PATCH 0/1] builtin/remote: quote remote name on error to display empty name

2018-09-12 Thread Junio C Hamano
Shulhan writes: > Rationale: consistent error format > > When adding new remote name with empty string, git will print the > following error message, > > fatal: '' is not a valid remote name\n > > But when removing remote name with empty string as input, git did not > print the empty string

[RFC PATCH 0/1] builtin/remote: quote remote name on error to display empty name

2018-09-12 Thread Shulhan
Rationale: consistent error format When adding new remote name with empty string, git will print the following error message, fatal: '' is not a valid remote name\n But when removing remote name with empty string as input, git did not print the empty string with quote, fatal: No such