Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-11-15 18:38:39 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-11-15 18:38:39 +0400
commitf19eef9ed8a66c815daf33f929c4ac9498dd840d (patch)
tree50a2a624938e20addce9189676a113b786d6455e
parent927dea436ee47e4dcabcde8eb4b167f0c32a08f2 (diff)
Add .arcconfig for Phabricator Arcanist
Summary: http://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review
-rw-r--r--1.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/1.patch b/1.patch
new file mode 100644
index 00000000000..b74f31c68c0
--- /dev/null
+++ b/1.patch
@@ -0,0 +1,24 @@
+commit c50944e808d6c74148237e85866e893628f0fee6
+Author: Brecht Van Lommel <brechtvanlommel@gmail.com>
+Date: Wed Nov 13 20:30:45 2013 +0100
+
+ Add .arcconfig for Phabricator Arcanist
+
+ Summary: http://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review
+
+ Reviewed By: sergey
+
+ Differential Revision: http://developer.blender.org/D1
+
+diff --git a/.arcconfig b/.arcconfig
+new file mode 100644
+index 0000000..cfe68c6
+--- /dev/null
++++ b/.arcconfig
+@@ -0,0 +1,6 @@
++{
++ "project_id" : "Blender",
++ "conduit_uri" : "http://developer.blender.org/",
++ "git.default-relative-commit" : "origin/master",
++ "arc.land.update.default" : "rebase"
++}