From 7ab25ab0b858e57878edc010770077f97948853e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 28 Dec 2008 20:37:04 +0000 Subject: Inside git_sync_timestamps(), use git-diff-index for the same reason that repoman now uses it since bug #252727. svn path=/main/trunk/; revision=12360 --- pym/_emerge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge/__init__.py') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index c03e60825..70509ef10 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -12281,7 +12281,7 @@ def git_sync_timestamps(settings, portdir): return 1 args = [portage.const.BASH_BINARY, "-c", - "cd %s && git ls-files -m --with-tree=HEAD" % \ + "cd %s && git diff-index --name-only --diff-filter=M HEAD" % \ portage._shell_quote(portdir)] import subprocess proc = subprocess.Popen(args, stdout=subprocess.PIPE) -- cgit v1.2.3-1-g7c22