Merge pull request #368 from abperiasamy/commit-id

commid_id support
This commit is contained in:
Anand Babu (AB) Periasamy 2015-03-25 01:51:13 -07:00
commit 31482659be
2 changed files with 5 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
main.go ident

View File

@ -24,6 +24,10 @@ import (
"github.com/minio-io/minio/pkg/utils/log" "github.com/minio-io/minio/pkg/utils/log"
) )
// commitID is automatically set by git. Settings are controlled
// through .gitattributes
const commitID = "$Id$"
var flags = []cli.Flag{ var flags = []cli.Flag{
cli.StringFlag{ cli.StringFlag{
Name: "domain,d", Name: "domain,d",