blob: 3dfaba0124cf85edf6d44a29afa974d526b0f0cf [file] [log] [blame]
Cristy26278232017-07-04 07:35:26 -04001git_rev ()
2{
3 d=`date +%Y%m%d`
4 c=`git rev-list --full-history --all --abbrev-commit | wc -l | sed -e 's/^ *//'`
5 h=`git rev-list --full-history --all --abbrev-commit | head -1`
6 echo ${c}:${h}:${d}
7}
8git_rev