Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for iter_commits (0.16 seconds)

  1. scripts/translate.py

            if not lang_path.exists():
                continue
            en_commit_datetime = list(repo.iter_commits(paths=path, max_count=1))[
                0
            ].committed_datetime
            lang_commit_datetime = list(repo.iter_commits(paths=lang_path, max_count=1))[
                0
            ].committed_datetime
            if lang_commit_datetime < en_commit_datetime:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 15.8K bytes
    - Click Count (0)
Back to Top