Allow cloning to an existing empty directory
[gitweb.git] / Documentation / diff-options.txt
index b432d2518aba3d1be9d86fb1613bbe2f5fa9da4d..671f533ca30c1fb0ddae8a15f9c586c431c8fef5 100644 (file)
@@ -205,6 +205,10 @@ endif::git-format-patch[]
        differences even if one line has whitespace where the other
        line has none.
 
+--inter-hunk-context=<lines>::
+       Show the context between diff hunks, up to the specified number
+       of lines, thereby fusing hunks that are close to each other.
+
 --exit-code::
        Make the program exit with codes similar to diff(1).
        That is, it exits with 1 if there were differences and