diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-07-24 03:18:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-23 23:06:12 -0700 |
commit | 3b38ec16d51a84bb5d4ef349f441de5f7ecd54f2 (patch) | |
tree | 69a5ed1c82f000fcd90994334e55edc049e5d551 /builtin-fsck.c | |
parent | dfa49f33489dbb142bcc796a4e932863f9dcce1f (diff) | |
download | git-3b38ec16d51a84bb5d4ef349f441de5f7ecd54f2.tar.gz |
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>
Diffstat (limited to 'builtin-fsck.c')
0 files changed, 0 insertions, 0 deletions