Re: [PATCH 0/3] pre-merge-hook

2012-09-07 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 06.09.2012 20:34: > Michael J Gruber writes: > >> Junio C Hamano venit, vidit, dixit 06.09.2012 07:07: >>> Michael J Gruber writes: >>> The pre-commit hook is often used to ensure certain properties of each comitted tree like formatting or coding sta

Re: [PATCH 0/3] pre-merge-hook

2012-09-06 Thread Junio C Hamano
Michael J Gruber writes: > Junio C Hamano venit, vidit, dixit 06.09.2012 07:07: >> Michael J Gruber writes: >> >>> The pre-commit hook is often used to ensure certain properties of each >>> comitted tree like formatting or coding standards, validity (lint/make) >>> or code quality (make test).

Re: [PATCH 0/3] pre-merge-hook

2012-09-06 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 06.09.2012 07:07: > Michael J Gruber writes: > >> The pre-commit hook is often used to ensure certain properties of each >> comitted tree like formatting or coding standards, validity (lint/make) >> or code quality (make test). But merges introduce new commits u

Re: [PATCH 0/3] pre-merge-hook

2012-09-05 Thread Junio C Hamano
Michael J Gruber writes: > The pre-commit hook is often used to ensure certain properties of each > comitted tree like formatting or coding standards, validity (lint/make) > or code quality (make test). But merges introduce new commits unless > they are fast forwards, and therefore they can break

[PATCH 0/3] pre-merge-hook

2012-09-05 Thread Michael J Gruber
The pre-commit hook is often used to ensure certain properties of each comitted tree like formatting or coding standards, validity (lint/make) or code quality (make test). But merges introduce new commits unless they are fast forwards, and therefore they can break these properties because the pre-c