We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36c08b commit 1244958Copy full SHA for 1244958
src/git/last-modification.md
@@ -3,7 +3,7 @@
3
Shows the date of the last commit that modified this file:
4
5
```
6
-git log -1 --pretty="format:%ci path/to/file"
+git log -1 --pretty="format:%ci" path/to/file
7
8
9
See `PRETTY FORMATS` in `git-log(1)` for all available formats.
0 commit comments