upptime / cli

⬆️🛠️ Upcoming CLI to power the new version of Upptime
MIT License
15 stars 8 forks source link

Generate summary/README #13

Closed jayantkatia closed 3 years ago

jayantkatia commented 3 years ago

Get commits using

git log --pretty=format:"%h%x09%ad%x09%s" --date=default  --all --first-parent --remotes --reflog --author-date-order -- __filename__

calculate response times and generate readme

jayantkatia commented 3 years ago

can safely omit --reflog : Include commits which are amended, rebased or discarded. --remotes: Pretend as if all the refs in refs/remotes are listed on the command line as commit.