git-lfs/script/run

5 lines
154 B
Plaintext
Raw Normal View History

2015-07-30 02:37:31 +00:00
#!/usr/bin/env bash
2013-09-23 05:57:21 +00:00
script/fmt
commit=`git rev-parse --short HEAD`
go run -ldflags="-X github.com/github/git-lfs/lfs.GitCommit $commit" ./git-lfs.go "$@"