write_index: optionally allow broken null sha1s
[gitweb.git] / Documentation / git-log.txt
index a976534ab870a89a236ec7190f985e20f771e7f7..a5e96073c85b3d497b440b3edd6127f8438a6fd1 100644 (file)
@@ -115,9 +115,9 @@ Examples
        in the "release" branch, along with the list of paths
        each commit modifies.
 
-`git log --follow builtin-rev-list.c`::
+`git log --follow builtin/rev-list.c`::
 
-       Shows the commits that changed builtin-rev-list.c, including
+       Shows the commits that changed builtin/rev-list.c, including
        those commits that occurred before the file was given its
        present name.