Lines Matching refs:Index
647 are retrieved based on lines that start with "Index:" or
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
798 if line.startswith("Index:") or line.startswith("Property changes on:"):
995 # the diff output to include an svn-style "Index:" line as well as record
999 gitdiff = RunShell(["git", "diff", "--full-index"] + extra_args)
1008 svndiff.append("Index: %s\n" % filename)
1010 # The "index" line in a git diff looks like this (long hashes elided):
1011 # index 82c0d44..b2cee3f 100755
1013 match = re.match(r"index (\w+)\.\.", line)
1080 svndiff.append("Index: %s" % filename)
1156 if line.startswith('Index:'):