Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecd-pmc] works-with-dependency: git hooks

Hi,

Since you guys are working on IDEs, how do you deal with preventing
"dumb" issues. For Java code style, there is checkstyle. But what
about git commit style?

We outlined our issue at the SOA PMC list (see below). WDYT?

Cheers,

Oliver

---------- Forwarded message ----------
From: Oliver Kopp <kopp.dev@xxxxxxxxx>
Date: 2018-05-08 14:52 GMT+02:00
Subject: Re: [soa-pmc] works-with-dependency
To: SOA PMC mailing list <soa-pmc@xxxxxxxxxxx>


Hi,

We want to prevent students to accidently commit to the master branch.
There is a very good git hook published at
https://gist.github.com/stefansundin/9059706. We would like to include
this hook in Winery's code repository. The location is the .git-hooks
directory. (Current contents:
https://github.com/eclipse/winery/tree/master/.git-hooks)

We would like to check in that scripts into the source repository.
These files will not be distributed during the build, but just used
for improving the development process.

Would that be possible?

Cheers,

Oliver

2018-05-08 14:38 GMT+02:00 Lukas Harzenetter <lharzenetter@xxxxxx>:
>
> Hi there,
>
> I want to get your approval for a works-with-dependency for which I created a CQ here: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16192
>
> Could you please approve this request so I can attach it to the CQ?
>
> Cheers,
>
> Lukas


Back to the top