Jonathan Nieder wrote:
Junio C Hamano wrote:
quoted
Jonathan Nieder [off-list ref] writes:
quoted
__git_compute_merge_strategies ()
{
- : ${__git_merge_strategies=$(__git_list_merge_strategies)}
+ __git_merge_strategies=$(__git_list_merge_strategies)
Wouldn't
: ${__gms:=$(command)}
run command only until it gives a non-empty string?
Yes. :)
Why not do this for all of the lists and not just the merge strategies?