Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: exchange all "if [ .. ]" by "if test .."
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Tue, 24 Jul 2007 02:18:28 +0000
(
03:18
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 24 Jul 2007 06:06:12 +0000
(23:06 -0700)
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>
raw
|
patch
| inline |
side by side
(from:
3b38ec1
)
No differences found