Re: hook to get info on commit, and include that in a file that is part of the commit

2019-02-04 Thread Larry Martell
On Mon, Feb 4, 2019 at 9:41 PM brian m. carlson wrote: > > On Mon, Feb 04, 2019 at 09:18:14PM -0500, Larry Martell wrote: > > On Mon, Feb 4, 2019 at 9:15 PM brian m. carlson > > wrote: > > > If you want to generate a file, you can certainly do that in the > &

Re: hook to get info on commit, and include that in a file that is part of the commit

2019-02-04 Thread Larry Martell
On Mon, Feb 4, 2019 at 9:15 PM brian m. carlson wrote: > > On Mon, Feb 04, 2019 at 09:00:42PM -0500, Larry Martell wrote: > > Thanks for the reply. Any suggestions on how to achieve what I want to do? > > > > The use case is that we want to have a file that is part of

Re: hook to get info on commit, and include that in a file that is part of the commit

2019-02-04 Thread Larry Martell
On Mon, Feb 4, 2019 at 8:55 PM brian m. carlson wrote: > > On Mon, Feb 04, 2019 at 08:36:10PM -0500, Larry Martell wrote: > > Is there any way using a git hook to get info on the commit (id, > > message), put that in a file, and include that file in the commit? > > &g

hook to get info on commit, and include that in a file that is part of the commit

2019-02-04 Thread Larry Martell
Is there any way using a git hook to get info on the commit (id, message), put that in a file, and include that file in the commit? If I try that in a pre-commit hook I do not get the info on the current commit. I tried it in pre-receive but it does not seem to get executed at all. If I do it in

Re: inconsistent behavior on mac with case changes

2012-09-14 Thread Larry Martell
On Fri, Sep 14, 2012 at 9:48 AM, Andreas Ericsson wrote: > On 09/14/2012 02:37 PM, Larry Martell wrote: >> On Thu, Sep 13, 2012 at 5:24 PM, Larry Martell >> wrote: >>> I created a dir on my Mac called Rollup, and pushed it out. Then went >>> to a CentOS box, pu

Re: inconsistent behavior on mac with case changes

2012-09-14 Thread Larry Martell
On Thu, Sep 13, 2012 at 5:24 PM, Larry Martell wrote: > I created a dir on my Mac called Rollup, and pushed it out. Then went > to a CentOS box, pulled it, and realized I wanted to call it RollUp > (capital U). I renamed it, and pushed out the change. Went back to the > Mac and did