RE: will git provide `submodule remove` option ?‏

2013-02-06 Thread Lingcha X
Hi Jens,
    `git rm -r submodule` will not do the same thing, i do NOT know if `git 
submodule deinit`, i will have some tests.

Thanks and Best Regards,
lingchax



> Date: Wed, 6 Feb 2013 22:27:48 +0100
> From: jens.lehm...@web.de
> To: dougla...@outlook.com
> CC: git@vger.kernel.org
> Subject: Re: will git provide `submodule remove` option ?‏
>
> Am 05.02.2013 11:32, schrieb Lingcha X:
> > As we all know, git provides `submodule add , init, update, sync, sumary, 
> > foreach, status`, but where is `submodule remove`?
> >
> > will
> > I not delete one of them sometime in the future? Although most people
> > will not use submodule or one who uses it can remove submodule by hand, 
> > providing complete options may be a good idea.
>
> Is assume either "git rm " (available since 1.8.1) or the upcoming
> "git submodule deinit" (currently in pu) will do what you want?   
>   

Re: will git provide `submodule remove` option ?‏

2013-02-06 Thread Jens Lehmann
Am 05.02.2013 11:32, schrieb Lingcha X:
> As we all know, git provides `submodule add , init, update, sync, sumary, 
> foreach, status`, but where is `submodule remove`?
> 
> will
>  I not delete one of them sometime in the future? Although most people 
> will not use submodule or one who uses it can remove submodule by hand, 
> providing complete options may be a good idea.

Is assume either "git rm " (available since 1.8.1) or the upcoming
"git submodule deinit" (currently in pu) will do what you want?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html