diff options
author | David Aguilar <davvid@gmail.com> | 2013-01-27 16:52:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-29 14:30:46 -0800 |
commit | 80ff2b68f28193af70d4c0bb9d363531eb1c3d23 (patch) | |
tree | c17defc9d8df8dd6e2b0e75b5ce637a6562a849c /contrib | |
parent | 073678b8e6324a155fa99f40eee0637941a70a34 (diff) | |
download | git-80ff2b68f28193af70d4c0bb9d363531eb1c3d23.tar.gz git-80ff2b68f28193af70d4c0bb9d363531eb1c3d23.tar.xz |
mergetool--lib: simplify command expressions
Update variable assignments to always use $(command "$arg")
in their RHS instead of "$(command "$arg")" as the latter
is harder to read. Make get_merge_tool_cmd() simpler by
avoiding "echo" and $(command) substitutions completely.
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions