commit | fcbc3083e37f3c025d85d7b2c8a1c53d07a81fac | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Nov 06 17:26:31 2005 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sun Nov 06 17:26:31 2005 -0800 |
tree | 49ac95e5ebfd28b32ec1a23a0982900426f0c06c | |
parent | 0cfddacdcca229deca9a1dcdf8628bf168171908 [diff] |
ls-files: --others should not say unmerged paths are unknown. Jon Loeliger noticed that an unmerged path appears as "Untracked" in git-status output, even though we show the same path as updated/changed. Since --others means "we have not told git about that path", we should not show unmerged paths -- obviously, git knows about them; it just does not know what we want to do about them yet. Signed-off-by: Junio C Hamano <junkio@cox.net>