This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin/refs/meta/config] Initial project configuration


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ac21f954c5aff85bb2a3617ae1d416281b9b1499

commit ac21f954c5aff85bb2a3617ae1d416281b9b1499
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 10 15:57:39 2015 +0100

    Initial project configuration

Diff:
---
 project.config | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/project.config b/project.config
new file mode 100644
index 0000000..8fced75
--- /dev/null
+++ b/project.config
@@ -0,0 +1,26 @@
+[hooks]
+        from-domain = sourceware.org
+        mailinglist = /git/newlib-cygwin.git/hooks-bin/email_to.py
+
+        # We do not want to force a maximum line length in commit
+        # revision logs, as they get in the way of copy-pasting
+        # debugging session, error messages, logs, etc.
+        max-rh-line-length = 0
+
+        # Reject merge commits on master: We request that people rebase
+        # their changes #    before pushing instead (merge commits tend
+        # to confuse git newcommers).
+        reject-merge-commits = refs/heads/master
+
+        # The style checker, applied to the contents of each file being
+        # modified.
+        style-checker = /git/newlib-cygwin.git/hooks-bin/style_checker
+
+        # The URL where we can inspect the commit, inserted in the commit
+        # notification email, and also copy sent to the file-commit-cmd.
+        commit-url = "https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=%(rev)s"
+        # Send a copy to bugzilla if a commit has a PR number in it.
+        #file-commit-cmd = "/sourceware/infra/bin/email-to-bugzilla -G 'cygwin newlib'"
+        # The script that calls the irker (IRC notification of new
+        # commits).
+        post-receive-hook = /git/newlib-cygwin.git/hooks-bin/post-receive


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]