Skip to content

Commit ff86a7b

Browse files
committed
Explain future max
1 parent 03e039c commit ff86a7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,6 @@ Interesting branches and tags:
164164

165165
- [1970](1970): earliest possible commit with `git commit --date '@0 +0000'`
166166

167-
- [future](future): commit in the far far future. TODO what is the maximal date for Git? See also: <http://stackoverflow.com/questions/19742345/what-is-the-format-for-date-parameter-of-git-commit/29289807>
167+
- [future](future): commit in the far far future, on some date that does not show as 1970 on `git log`? See also: <http://stackoverflow.com/questions/19742345/what-is-the-format-for-date-parameter-of-git-commit/29289807>
168+
169+
- [future-max](future-max): commit at the latest possible pushable date of `2^63 - 1`. Larger dates up to `2^64 - 2` can be committed, but not pushed.

0 commit comments

Comments
 (0)