Merge branch 'bc/commit-invalid-utf8'
[gitweb.git] / Documentation / git-log.txt
index 2ea79ba16819929b53b5c27f242ae0997a7603a4..2ee6962a720f9fb252ae4524b6748857c36bc2a7 100644 (file)
@@ -153,7 +153,7 @@ Examples
        This makes sense only when following a strict policy of merging all
        topic branches when staying on a single integration branch.
 
-git log -L '/int main/',/^}/:main.c::
+`git log -L '/int main/',/^}/:main.c`::
 
        Shows how the function `main()` in the file 'main.c' evolved
        over time.