From: Stefan Beller Date: Thu, 26 May 2016 21:59:43 +0000 (-0700) Subject: submodule update: learn `--[no-]recommend-shallow` option X-Git-Tag: v2.10.0-rc0~200^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/abed000acafd8aa86e02bcbb65fc1a8e4f06b8a0?hp=abed000acafd8aa86e02bcbb65fc1a8e4f06b8a0 submodule update: learn `--[no-]recommend-shallow` option Sometimes the history of a submodule is not considered important by the projects upstream. To make it easier for downstream users, allow a boolean field 'submodule..shallow' in .gitmodules, which can be used to recommend whether upstream considers the history important. This field is honored in the initial clone by default, it can be ignored by giving the `--no-recommend-shallow` option. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---