git-perf 0.20.0

Track, plot, and statistically validate simple measurements using git-notes for storage
Documentation
1
2
3
4
5
#!/bin/bash

if [[ " $@ " =~ [[:space:]]--version[[:space:]] ]]; then
  echo git version 2.43.0
fi