summaryrefslogtreecommitdiff
path: root/support/git-set-file-times
Commit message (Collapse)AuthorAgeFilesLines
* Specify log format to avoid malfunctions and unexpected errors. (#305)Yoichi NAKAYAMA2022-04-111-2/+2
| | | | | | Solve the following problems: * mishandling of commit message lines similar to committer lines * UnicodeDecodeError with commit messages that cannot be interpreted as utf-8
* Fix git-set-file-times's handling of staged changed files.Wayne Davison2021-03-151-2/+3
|
* A couple minor changes.Wayne Davison2020-07-171-2/+2
|
* Use /usr/bin/env for increased portability.Wayne Davison2020-06-161-1/+1
|
* Change some packaging tools into python3 and make a few improvements.Wayne Davison2020-04-121-13/+30
|
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-43/+76
| | | | | | | | I replaced git-set-file-times with an improved version that I wrote recently (in python3). A new script uses it to figure out the last-modified year for each *.[ch] file and updates its copyright. It also puts the latest year into the latest-year.h file for the output of --version.
* Handle a run from down inside the checkout tree.Wayne Davison2019-03-151-3/+9
|
* Use "use warnings" rather than -w on the #! line.Wayne Davison2009-01-131-1/+2
|
* Revised release-rsync and nightly-rsync code to create a tar filesWayne Davison2007-11-291-0/+2
| | | | with the right timestamps.
* Adding a support script that can be used to make the checked-outWayne Davison2007-11-171-0/+34
file-times of an initial clone nicer.