Commit 66d7ff5
committed
Fix man page date check failing on shallow clones
The update-man-date target uses git log to find when man pages were
last modified. With the default shallow clone (fetch-depth=1), git
log returns HEAD instead, causing the check to fail whenever HEAD's
commit date in JST differs from the stored man page date.1 parent 3aa8927 commit 66d7ff5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
0 commit comments