File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11DATE FORMATS
22------------
33
4- The `GIT_AUTHOR_DATE`, `GIT_COMMITTER_DATE` environment variables
5- ifdef::git-commit[]
6- and the `--date` option
7- endif::git-commit[]
4+ The `GIT_AUTHOR_DATE` and `GIT_COMMITTER_DATE` environment variables
85support the following date formats:
96
107Git internal format::
@@ -26,3 +23,9 @@ ISO 8601::
2623+
2724NOTE: In addition, the date part is accepted in the following formats:
2825`YYYY.MM.DD`, `MM/DD/YYYY` and `DD.MM.YYYY`.
26+
27+ ifdef::git-commit[]
28+ In addition to recognizing all date formats above, the `--date` option
29+ will also try to make sense of other, more human-centric date formats,
30+ such as relative dates like "yesterday" or "last Friday at noon".
31+ endif::git-commit[]
You can’t perform that action at this time.
0 commit comments