aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/diff_new_mode
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-25 17:01:25 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-25 17:01:25 +0100
commitcb68eef0865df6aedbc11cd81888625a70da6777 (patch)
treebd3018e6257574687b271b6c2e652ef943657471 /git/test/fixtures/diff_new_mode
parent65747a216c67c3101c6ae2edaa8119d786b793cb (diff)
downloadGitPython-cb68eef0865df6aedbc11cd81888625a70da6777.tar.gz
GitPython-cb68eef0865df6aedbc11cd81888625a70da6777.zip
Moved everything into the git subdirectory - some tests still need to be adjusted
Diffstat (limited to 'git/test/fixtures/diff_new_mode')
-rw-r--r--git/test/fixtures/diff_new_mode14
1 files changed, 14 insertions, 0 deletions
diff --git a/git/test/fixtures/diff_new_mode b/git/test/fixtures/diff_new_mode
new file mode 100644
index 00000000..29705386
--- /dev/null
+++ b/git/test/fixtures/diff_new_mode
@@ -0,0 +1,14 @@
+diff --git a/conf/global_settings.py b/conf/global_settings.py
+old mode 100644
+new mode 100755
+index 9ec1bac000000000000000000000000000000000..1c4f83b000000000000000000000000000000000
+--- a/conf/global_settings.py
++++ b/conf/global_settings.py
+@@ -58,6 +58,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
+ )
+
+ MIDDLEWARE_CLASSES = (
++ "django.middleware.cache.CacheMiddleware",
+ "django.middleware.common.CommonMiddleware",
+ "django.contrib.sessions.middleware.SessionMiddleware",
+ "django.contrib.auth.middleware.AuthenticationMiddleware",