pathspec: support :(glob) syntax
[gitweb.git] / Documentation / git-log.txt
index 4687fe8192594b358f7058dcdec985ab30c2a3fb..2ea79ba16819929b53b5c27f242ae0997a7603a4 100644 (file)
@@ -128,9 +128,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.