diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2015-11-05 16:26:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-11-06 09:32:33 -0800 |
commit | 45470396499488d9c8ddc8e0008d2596d5926931 (patch) | |
tree | 7a6f844925c0ce151ae8b0ae0ff033a4bcf2d62b /contrib/subtree | |
parent | a66aa25afbd957bf0ab25d8875d42d28b921c09e (diff) | |
download | git-45470396499488d9c8ddc8e0008d2596d5926931.tar.gz |
contrib/subtree: remove "push" command from the "todo" filefp/subtree-todo-update
Because the "push" command is already available, remove it from the
"todo" file.
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/subtree')
-rw-r--r-- | contrib/subtree/todo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/subtree/todo b/contrib/subtree/todo index 7e44b0024f..0d0e777651 100644 --- a/contrib/subtree/todo +++ b/contrib/subtree/todo @@ -12,8 +12,6 @@ exactly the right subtree structure, rather than using subtree merge...) - add a 'push' subcommand to parallel 'pull' - add a 'log' subcommand to see what's new in a subtree? add to-submodule and from-submodule commands |