kaiaulu icon indicating copy to clipboard operation
kaiaulu copied to clipboard

Leverage Perceval time window parsing of git logs on parse_gitlog() interface

Open carlosparadis opened this issue 4 years ago • 1 comments

Perceval git interface provides the following parameters:

  --from-date FROM_DATE
                        fetch items updated since this date (in any ISO 8601
                        format, e.g., 'YYYY-MM-DD HH:mm:SS +|-HH:MM')
  --to-date TO_DATE     fetch items updated before this date (in any ISO 8601
                        format, e.g., 'YYYY-MM-DD HH:mm:SS +|-HH:MM')

parse_gitlog() can have two additional parameters to specify the time range. Unfortunately, the interface does not provide intervals by commit hash, but this may (I hope) save computation time for quick exploration on large projects.

carlosparadis avatar May 29 '20 15:05 carlosparadis