Git check in messages

2013-04-24 Thread Justin Mclean
Hi,

Any chance we can get the git check in email message to mention what branch 
they are for? Currently it not possible to work what branch a change has been 
checked into - this could cause some confusion.

Thanks,
Justin

Re: Git check in messages

2013-04-24 Thread OmPrakash Muppirala
Yes we can.  Here are all the available variables [1]

Come up with a configuration template and open a JIRA ticket for Infra.

Thanks,
Om

[1] https://git-wip-us.apache.org/docs/commit-emails.html

On Wed, Apr 24, 2013 at 8:55 PM, Justin Mclean jus...@classsoftware.comwrote:

 Hi,

 Any chance we can get the git check in email message to mention what
 branch they are for? Currently it not possible to work what branch a change
 has been checked into - this could cause some confusion.

 Thanks,
 Justin


Re: Git check in messages

2013-04-24 Thread Justin Mclean
Hi,

 Come up with a configuration template and open a JIRA ticket for Infra.
I have no idea what the current config is (is it publicly accessible anywhere?) 
but we just need to add %(branch) to it somewhere.

Thanks,
Justin



Re: Git check in messages

2013-04-24 Thread OmPrakash Muppirala
On Wed, Apr 24, 2013 at 9:05 PM, Justin Mclean jus...@classsoftware.comwrote:

 Hi,

  Come up with a configuration template and open a JIRA ticket for Infra.
 I have no idea what the current config is (is it publicly accessible
 anywhere?) but we just need to add %(branch) to it somewhere.

 Thanks,
 Justin


Our current config is: git commit [%(repo_name)s] - %(subject)s

We had a discussion about this on this list and I asked for it in this JIRA
ticket [1]

Thanks,
Om

[1] https://issues.apache.org/jira/browse/INFRA-5549