Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > __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? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html