commid_id support

This commit is contained in:
Anand Babu (AB) Periasamy 2015-03-25 01:43:20 -07:00
parent d6507305ac
commit 62af4c0b52
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"
)
// commitID is automatically set by git. Settings are controlled
// through .gitattributes
const commitID = "$Id$"
var flags = []cli.Flag{
cli.StringFlag{
Name: "domain,d",