]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-update-index.txt
Teach update-index about --ignore-submodules
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 14 May 2008 17:03:45 +0000 (18:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 May 2008 23:12:43 +0000 (16:12 -0700)
commit5fdeacb0ca3935923ab988c81414c16080db6a32
tree13ab5085d32769e3e56d8dbf4e5795ff0f0c7cba
parent50fd9bd8430a957ea6c6674ce6112f375985abbc
Teach update-index about --ignore-submodules

Like with the diff machinery, update-index should sometimes just
ignore submodules (e.g. to determine a clean state before a rebase).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-update-index.txt
builtin-update-index.c
cache.h
read-cache.c