Jonathan Nieder wrote:
Junio C Hamano wrote:
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?
Yes. :)
Why not do this for all of the lists and not just the merge strategies?
--
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