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 1
1
DATE FORMATS
2
2
------------
3
3
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
8
5
support the following date formats:
9
6
10
7
Git internal format::
@@ -26,3 +23,9 @@ ISO 8601::
26
23
+
27
24
NOTE: In addition, the date part is accepted in the following formats:
28
25
`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