Re: [PATCH]submodule deinit: remove outdated comment

2016-07-26 Thread Junio C Hamano
Stefan Beller  writes:

> Signed-off-by: Stefan Beller 
> ---
>
>   This is logically part of origin/sb/submodule-deinit-all, but this change
>   failed to be there on time.

Thanks; let's queue it there and fast-track it down to 'master'.
--
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


[PATCH]submodule deinit: remove outdated comment

2016-07-25 Thread Stefan Beller
Signed-off-by: Stefan Beller 
---

  This is logically part of origin/sb/submodule-deinit-all, but this change
  failed to be there on time.
  
  As I am touching code in the near vincinity, I noticed.
  I do not include this in that series to come as I want to keep that
  series focused, so I send this separately.
  
  Thanks,
  Stefan

 git-submodule.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/git-submodule.sh b/git-submodule.sh
index 42868df..a5e0ad6 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -391,8 +391,6 @@ cmd_init()
 #
 # Unregister submodules from .git/config and remove their work tree
 #
-# $@ = requested paths (use '.' to deinit all submodules)
-#
 cmd_deinit()
 {
# parse $args after "submodule ... deinit".
-- 
2.9.2.368.g08bb350

--
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