git-lfs/script/run
Steve Streeting c4bbd3724e Major refactor to pull things into config, httputil, tools
Mainly required to avoid cyclical dependencies when separating other things
2016-05-13 17:38:06 +01:00

5 lines
180 B
Bash
Executable File

#!/usr/bin/env bash
script/fmt
commit=`git rev-parse --short HEAD`
GO15VENDOREXPERIMENT=0 go run -ldflags="-X github.com/github/git-lfs/config.GitCommit=$commit" ./git-lfs.go "$@"