Guten Tag Masood,
am Donnerstag, 23. Januar 2014 um 12:18 schrieben Sie:

> I want to perform Code Quality Analysis on release[...]

Write a server side pre commit hook and do such analysis on the
server, rejecting a commit on errors. The key point is that you want
to analyze the result of the merge, therefore you can't do something
before the user merges. But you don't necessarily want the result of
the merge in your repo and that's what server side pre-commit hooks
are made for.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/

Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow

Reply via email to