Verigreen / verigreen

Verigreen is a lightweight, server side solution for verification of git commits. It is a gated check-in process which will not allow any failed CI commit to go into an integration/release/any protected branch. We keep it green (hence the name).
Apache License 2.0
57 stars 19 forks source link

Creation time in history is not EPOCH format #89

Closed AndreeaDora closed 8 years ago

AndreeaDora commented 8 years ago

The creation time of the commits from the history is saved in DATE format and not in EPOCH format.

soninob commented 8 years ago

Closed by PR #90