Re: [git-users] Re: acked by ,test by, how to add them. automatically? and what does it mean

2013-01-27 Thread milki
On Sunday, January 27, 2013 8:16:21 AM UTC-8, lei yang wrote:
>
> what's "code review software", I should google it by which key word. 
>
 
https://en.wikipedia.org/wiki/Code_review
 

> prepare-commit-msg works for me, it seems if I create a new repos, I 
> have to re-modify the .git/.hooks/prepare-commit-msg, not very good 
>

Yes, there is no way to require client-side automated hooks. You can use 
server-side hooks to require/validate the presence of such lines in the 
commit messages and you can distribute hooks and rely on developer 
training. This is all part of your particular workflow.
 
-milki


Re: [git-users] Re: acked by ,test by, how to add them. automatically? and what does it mean

2013-01-27 Thread lei yang
On Sun, Jan 27, 2013 at 4:38 PM, milki  wrote:
> On Thursday, January 24, 2013 8:40:20 AM UTC-8, lei yang wrote:
>>
>> I know git commit -s can add my self with "signed off by me" but how
>> to get acked by and tested by?
>
>
> Many workflow tools will automatically add these lines. You can either use
> those tools (usually code review software) or use git hooks
> (prepare-commit-msg maybe) to add those lines.
>

what's "code review software", I should google it by which key word.

prepare-commit-msg works for me, it seems if I create a new repos, I
have to re-modify the .git/.hooks/prepare-commit-msg, not very good

Lei



> -milki
>
> --
>
>

--