mpd

git add и удалённые файлы

Nov 10, 2013 13:35

Обновил git 1.8.1.5-r1 -> 1.8.3.2-r1 и получил сообщение при добавлении:
warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal',
whose behaviour will change in Git 2.0 with respect to paths you removed.
Paths like 'XXX/YYYY/zzzz' that are
removed from your working tree are ignored with this version of Git.

* 'git add --ignore-removal
', which is the current default,
ignores paths you removed from your working tree.

* 'git add --all
' will let you also record the removals.

Run 'git status' to check the paths you removed from your working tree.Пошел добавлять --all.

gentoo, freesoftware, vcs

Previous post Next post
Up