1
0
mirror of https://github.com/git/git.git synced 2024-09-25 01:40:45 +02:00

Merge branch 'sb/submodule-deinit-all'

A comment update for a topic that was merged to Git v2.8.

* sb/submodule-deinit-all:
  submodule deinit: remove outdated comment
This commit is contained in:
Junio C Hamano 2016-07-28 10:34:45 -07:00
commit b8307836d2

View File

@ -379,8 +379,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".