mirror of
https://github.com/git/git.git
synced 2025-12-18 12:00:25 +01:00
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
This commit is contained in:
@@ -39,6 +39,6 @@ it will be treated as a shell command. For example, defining
|
|||||||
** A convenient way to deal with this is to write your script
|
** A convenient way to deal with this is to write your script
|
||||||
operations in an inline function that is then called with any
|
operations in an inline function that is then called with any
|
||||||
arguments from the command-line. For example `alias.cmd = "!c() {
|
arguments from the command-line. For example `alias.cmd = "!c() {
|
||||||
echo $1 | grep $2 ; }; c" will correctly execute the prior example.
|
echo $1 | grep $2 ; }; c"` will correctly execute the prior example.
|
||||||
** Setting `GIT_TRACE=1` can help you debug the command being run for
|
** Setting `GIT_TRACE=1` can help you debug the command being run for
|
||||||
your alias.
|
your alias.
|
||||||
|
|||||||
Reference in New Issue
Block a user