Skip to content

Commit f07b97a

Browse files
committed
Merge branch 'km/alias-doc-markup-fix' into maint-2.51
Docfix. * km/alias-doc-markup-fix: doc: fix formatting of function-wrap shell alias
2 parents 51195bd + 2f4bf83 commit f07b97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/alias.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ it will be treated as a shell command. For example, defining
3939
** A convenient way to deal with this is to write your script
4040
operations in an inline function that is then called with any
4141
arguments from the command-line. For example `alias.cmd = "!c() {
42-
echo $1 | grep $2 ; }; c" will correctly execute the prior example.
42+
echo $1 | grep $2 ; }; c"` will correctly execute the prior example.
4343
** Setting `GIT_TRACE=1` can help you debug the command being run for
4444
your alias.

0 commit comments

Comments
 (0)