-
Enhancement
-
Resolution: Fixed
-
P5
-
25
-
None
-
master
Currently, update_copyright_year.sh detects git by checking for the existence o the .git directory a few directories below its own location.
This is quite error-prone since it requires the script to find its own location. Also, it does not work in git worktrees.
Instead, we can just use git itself.
This is quite error-prone since it requires the script to find its own location. Also, it does not work in git worktrees.
Instead, we can just use git itself.
- links to
-
Commit(master) openjdk/jdk/290d24d1
-
Review(master) openjdk/jdk/24828