From 7c5f46e3e8580d080aac0a25d8e97a0fc7fc70a7 Mon Sep 17 00:00:00 2001 From: Satoru Takabayashi Date: Wed, 8 Sep 2010 15:58:31 +0900 Subject: [PATCH] Add codereview.settings. This is for us to use codereview.appspot.com for code reviews. Instructions to use codereview.appspot.com: 1. Get depot_tools and add PATH to the directory http://dev.chromium.org/developers/how-tos/depottools 2. In your local IBus git repository, % git checkout master % git checkout -b somefix make changes % git cl upload do code reviews at codereview.appspot.com once it's done, run "git cl push" if you can commit. otherwise, ask committers to commit on behalf. Review URL: http://codereview.appspot.com/2166043 --- codereview.settings | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 codereview.settings diff --git a/codereview.settings b/codereview.settings new file mode 100644 index 00000000..71ecbeeb --- /dev/null +++ b/codereview.settings @@ -0,0 +1,2 @@ +# This file is used by "git cl" to get code review information. +CODE_REVIEW_SERVER: codereview.appspot.com -- 2.34.1