gitcli: formatting fix
[gitweb.git] / Documentation / gitcli.txt
index ea17f7a53b664d5e9e86ceb814c5cc7430035125..c4edf042d4814f73ba4bf581f8c63c821ba13bbc 100644 (file)
@@ -37,7 +37,7 @@ arguments.  Here are the rules:
    file called HEAD in your work tree, `git diff HEAD` is ambiguous, and
    you have to say either `git diff HEAD --` or `git diff -- HEAD` to
    disambiguate.
-
++
 When writing a script that is expected to handle random user-input, it is
 a good practice to make it explicit which arguments are which by placing
 disambiguating `--` at appropriate places.