Home | History | Annotate | Download | only in VCSUtils_unittest

Lines Matching refs:git

236     diffName => "SVN: SVN diff followed by Git diff", # Should not recognize Git start
244 diff --git a/Makefile b/Makefile
259 diff --git a/Makefile b/Makefile
959 # Git test cases
963 diffName => "Git: simple",
965 diff --git a/Makefile b/Makefile
987 diffName => "Git: new file",
989 diff --git a/foo.h b/foo.h
996 diff --git a/bar b/bar
1014 "diff --git a/bar b/bar\n"],
1018 diffName => "Git: file deletion",
1020 diff --git a/foo b/foo
1027 diff --git a/bar b/bar
1045 "diff --git a/bar b/bar\n"],
1050 diffName => "Git: Git diff followed by SVN diff", # Should not recognize SVN start
1052 diff --git a/Makefile b/Makefile
1080 # Git test cases: file moves (multiple return values)
1083 diffName => "Git: rename (with similarity index 100%)",
1085 diff --git a/foo b/foo_new
1089 diff --git a/bar b/bar
1101 "diff --git a/bar b/bar\n"],
1107 diff --git a/foo b/foo_new
1119 diff --git a/bar b/bar
1149 "diff --git a/bar b/bar\n"],
1155 diff --git a/foo b/foo_new
1161 diff --git a/bar b/bar
1186 "diff --git a/bar b/bar\n"],