commit | 3b38ec16d51a84bb5d4ef349f441de5f7ecd54f2 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Tue Jul 24 03:18:28 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 23 23:06:12 2007 -0700 |
tree | 69a5ed1c82f000fcd90994334e55edc049e5d551 | |
parent | dfa49f33489dbb142bcc796a4e932863f9dcce1f [diff] |
rebase -i: exchange all "if [ .. ]" by "if test .." This patch is literally :%s/if \[ *\(.*[^ ]\) *\]/if test \1/ in vi, after making sure that the other instances of "[..]" are not actually invocations of "test". Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>