diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:32 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:33 -0700 |
| commit | f07b97aa6edb686ff4a7cc5e84d7277d3d4ae78c (patch) | |
| tree | 8c54ff54da78202ed59c260a9a42cf887e3d20f8 | |
| parent | 51195bdab2df4983bb6ddfa49c33b3dd5e4a8430 (diff) | |
| parent | 2f4bf83ffc4ffd0a9ed13121d712beb4c1b9f276 (diff) | |
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
| -rw-r--r-- | Documentation/config/alias.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/alias.adoc b/Documentation/config/alias.adoc index 3c8fab3a95..80ce17d2de 100644 --- a/Documentation/config/alias.adoc +++ b/Documentation/config/alias.adoc @@ -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 operations in an inline function that is then called with any 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 your alias. |
