Re: [git-users] Recreating repo structure without content?

2017-09-27 Thread Philip Oakley
In the fast export there is the --anonymise capability. Have a look at that. https://git-scm.com/docs/git-fast-export#git-fast-export---anonymize https://git-scm.com/docs/git-fast-export#_anonymizing Philip - Original Message - From: Paul Smith To: git-users@googlegroups.com

[git-users] weird situation with git clone operation speed over HTTP

2017-09-27 Thread Rajesh M
Hi Could someone please help to resolve the below issue. https://groups.google.com/forum/#!topic/repo-discuss/RFW3cDEz400 Thanks and Regards, Rajesh M -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and

Re: [git-users] Recreating repo structure without content?

2017-09-27 Thread rhkramer
On Wednesday, September 27, 2017 01:56:40 PM Konstantin Khomoutov wrote: > On Wed, Sep 27, 2017 at 12:52:34PM -0400, Paul Smith wrote: > > Hi all. I'm wondering if anyone has a script or something that will > > allow me to create a new repository which recreates the commit > > structure

Re: [git-users] Recreating repo structure without content?

2017-09-27 Thread rhkramer
On Wednesday, September 27, 2017 12:52:34 PM Paul Smith wrote: > Hi all. I'm wondering if anyone has a script or something that will > allow me to create a new repository which recreates the commit > structure (parent/child, branches, merges) of an existing repository, > but with obfuscated

Re: [git-users] Recreating repo structure without content?

2017-09-27 Thread Konstantin Khomoutov
On Wed, Sep 27, 2017 at 12:52:34PM -0400, Paul Smith wrote: > Hi all. I'm wondering if anyone has a script or something that will > allow me to create a new repository which recreates the commit > structure (parent/child, branches, merges) of an existing repository, > but with obfuscated

[git-users] "Freezing" Git submodule to specific hash

2017-09-27 Thread Michael
Hello, Sorry if this has been asked a thousand times. Make it 1000+1. I want to "freeze" a submodule to a specific revision or hash in time. I do not want to necessarily track with master or HEAD, per se. After I have updated, initialized, and so forth, is there anything besides the branch I

[git-users] Recreating repo structure without content?

2017-09-27 Thread Paul Smith
Hi all. I'm wondering if anyone has a script or something that will allow me to create a new repository which recreates the commit structure (parent/child, branches, merges) of an existing repository, but with obfuscated content. It's OK if this is slow. My goal is to provide a test case that