commid_id support

master
Anand Babu (AB) Periasamy 9 years ago
parent d6507305ac
commit 62af4c0b52
  1. 1
      .gitattributes
  2. 4
      main.go

1
.gitattributes vendored

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

@ -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",

Loading…
Cancel
Save