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

2013-01-27 Thread milki
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

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 nitesha...@gmail.com 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

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