• Joined on 2025-01-10
phil pushed to limit-num-commits-validated at JankariTechUG/GitTrustedTimestamps 2025-05-28 05:11:34 +00:00
aabd314dde feature: limit the number of commits to be validated
phil opened issue JankariTechUG/GitTrustedTimestamps#8 2025-05-28 05:08:29 +00:00
Reduce the time taken to validate the commit chain
phil commented on pull request JankariTechUG/GitTrustedTimestamps#7 2025-03-18 08:27:27 +00:00
only validate each commit once

I need to do the timestamp validation thing for PRs in this repo - I will sort that out in a while.

phil commented on pull request JankariTechUG/GitTrustedTimestamps#7 2025-03-18 08:25:48 +00:00
only validate each commit once

Without this change, the local run time for me is "long" (probably a few hours, I will leave it running and report later)

phil commented on pull request JankariTechUG/GitTrustedTimestamps#7 2025-03-18 08:14:23 +00:00
only validate each commit once

A run of this locally:

$ time ../GitTrustedTimestamps/hooks/validate.sh
Checking repository integrity...
Repository integrity OK

Validating timestamps. This may take a while...

Commit…
phil created pull request JankariTechUG/GitTrustedTimestamps#7 2025-03-18 08:13:40 +00:00
only validate each commit once
2976a241af only validate each commit once
phil created branch validate-each-commit-once-only in JankariTechUG/GitTrustedTimestamps 2025-03-18 08:03:10 +00:00
phil deleted branch fixValidateVerbose from JankariTechUG/GitTrustedTimestamps 2025-02-06 04:35:16 +00:00
phil deleted branch fixComparison from JankariTechUG/GitTrustedTimestamps 2025-02-06 04:35:01 +00:00
phil deleted branch validate_trustanchors_hash from JankariTechUG/GitTrustedTimestamps 2025-02-06 04:34:36 +00:00
phil approved JankariTechUG/GitTrustedTimestamps#2 2025-01-24 06:53:50 +00:00
fix comparison