[git-users] Re: Submodules and clobbering history

2014-01-29 Thread Thomas Ferris Nicolaisen
On Wednesday, January 29, 2014 12:16:59 AM UTC+1, Eric Reischer wrote: I have a fairly esoteric situation, but I suspect I'm probably not the only one who is attempting to do something along these lines. I have a software product that consists of a number of Git repositories, each with

[git-users] Re: Submodules and clobbering history

2014-01-29 Thread Thomas Ferris Nicolaisen
If you have multiple repositories (submodules), just do a git-archive in every repository, and then ship them together. Make a script to repeat the process. I just came across this script which should help with the above: https://github.com/Kentzo/git-archive-all -- You received this

Re: [git-users] Submodules and clobbering history

2014-01-29 Thread Gunnar Strand
On 01/29/14 00:16, Eric Reischer wrote: I have a fairly esoteric situation, but I suspect I'm probably not the only one who is attempting to do something along these lines. I have a software product that consists of a number of Git repositories, each with its own group of engineers working on

[git-users] content of pushed files

2014-01-29 Thread Gabby Romano
it might be an easy one but somehow I am not sure how to get my hands on it. I want to have a hook which checks the content of the a file and to decide whether to deny or accept the push by some validation on the content. how do I extract the content of the related files ? (bare repo of

Re: [git-users] content of pushed files

2014-01-29 Thread Konstantin Khomoutov
On Wed, 29 Jan 2014 06:51:48 -0800 (PST) Gabby Romano omerik...@gmail.com wrote: it might be an easy one but somehow I am not sure how to get my hands on it. I want to have a hook which checks the content of the a file and to decide whether to deny or accept the push by some validation on the

Re: [git-users] content of pushed files

2014-01-29 Thread Gabby Romano
As usual, very detailed answer. couldn't ask for more. I knew that git show is very useful, just didn't know how much...:-) thanks a lot. On Wed, Jan 29, 2014 at 6:13 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Wed, 29 Jan 2014 06:51:48 -0800 (PST) Gabby Romano

Re: [git-users] Submodules and clobbering history

2014-01-29 Thread Eric Reischer
git-archive seems interesting, but alas, I *do* want to deliver a git repository, because there will be times (albeit rare) where we may code up a quick on-site fix at the customer site, and want to be able to conveniently deliver that update back to our shop. git-bundle is ideally suited for

Re: [git-users] Submodules and clobbering history

2014-01-29 Thread Thomas Ferris Nicolaisen
On Wednesday, January 29, 2014 6:01:05 PM UTC+1, Eric Reischer wrote: git-archive seems interesting, but alas, I *do* want to deliver a git repository, because there will be times (albeit rare) where we may code up a quick on-site fix at the customer site, and want to be able to

[git-users] Git github not working with google authenticator OSX

2014-01-29 Thread Max Rahm
So I had git running on my computer just fine. My password was saved with the osxkeychain thingy and everything ran smoothly. Today I decided I should be safe and enable google authenticator 2-step authentication on all the sites that support it. Interestingly github supports it so I set it

[git-users] Re: Git github not working with google authenticator OSX

2014-01-29 Thread Thomas Ferris Nicolaisen
On Thursday, January 30, 2014 4:47:40 AM UTC+1, Max Rahm wrote: So I had git running on my computer just fine. My password was saved with the osxkeychain thingy and everything ran smoothly. Today I decided I should be safe and enable google authenticator 2-step authentication on all the