add 2.0 deprecation todos

This commit is contained in:
risk danger olson 2015-11-16 13:39:58 -07:00
parent 74bf7f32bb
commit 8089b9e549
2 changed files with 4 additions and 0 deletions

@ -7,6 +7,8 @@ import (
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra" "github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
) )
// TODO: Remove for Git LFS v2.0
var ( var (
initCmd = &cobra.Command{ initCmd = &cobra.Command{
Use: "init", Use: "init",

@ -7,6 +7,8 @@ import (
"github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra" "github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra"
) )
// TODO: Remove for Git LFS v2.0
var ( var (
// uninitCmd removes any configuration and hooks set by Git LFS. // uninitCmd removes any configuration and hooks set by Git LFS.
uninitCmd = &cobra.Command{ uninitCmd = &cobra.Command{