summaryrefslogblamecommitdiff
path: root/bin/git-get-rev
blob: abbdf61ebd996f01c24cd10c0b15e4f4f5033be3 (plain) (tree)
1
2
3
4
5




                                                      
#!/bin/sh
#

GIT_PAGER=cat
git log -10 | grep git-svn-id | head -1 | cut -c 68-73