Re: requesting permission to use some Git for Windows code

2017-07-28 Thread Marius Storm-Olsen
Ditto, on any of my portions, if any left :) -- .marius On 7/28/2017 00:31, Brandon Casey wrote: Hi Philippe, Please feel free to use my portions of the mentioned works under the GPLv3. -Brandon On Tue, Jul 25, 2017 at 6:53 AM, Johannes Schindelin wrote: Hi Philippe, I am not quite certai

Re: Delta compression not so effective

2017-03-06 Thread Marius Storm-Olsen
On 3/5/2017 19:14, Linus Torvalds wrote: On Sat, Mar 4, 2017 at 12:27 AM, Marius Storm-Olsen wrote: I guess you could do the printout a bit earlier (on the "to_pack.objects[]" array - to_pack.nr_objects is the count there). That should show all of them. But the small objects should

Re: Delta compression not so effective

2017-03-04 Thread Marius Storm-Olsen
On 3/1/2017 18:43, Linus Torvalds wrote: So, this repo must be knocking several parts of Git's insides. I was curious about why it was so slow on the writing objects part, since the whole repo is on a 4x RAID 5, 7k spindels. Now, they are not SSDs sure, but the thing has ~400MB/s continuous throu

Re: Delta compression not so effective

2017-03-01 Thread Marius Storm-Olsen
On 3/1/2017 12:30, Linus Torvalds wrote: On Wed, Mar 1, 2017 at 9:57 AM, Marius Storm-Olsen wrote: Indeed, I did do a -c pack.threads=20 --window-memory=6g to 'git repack', since the machine is a 20-core (40 threads) machine with 126GB of RAM. So I guess with these sized object

Re: Delta compression not so effective

2017-03-01 Thread Marius Storm-Olsen
On 3/1/2017 14:19, Martin Langhoff wrote: On Wed, Mar 1, 2017 at 8:51 AM, Marius Storm-Olsen wrote: BUT, even still, I would expect Git's delta compression to be quite effective, compared to the compression present in SVN. jar files are zipfiles. They don't delta in any useful fo

Re: Delta compression not so effective

2017-03-01 Thread Marius Storm-Olsen
On 3/1/2017 11:36, Linus Torvalds wrote: On Wed, Mar 1, 2017 at 5:51 AM, Marius Storm-Olsen wrote: When first importing, I disabled gc to avoid any repacking until completed. When done importing, there was 209GB of all loose objects (~670k files). With the hopes of quick consolidation, I did

Delta compression not so effective

2017-03-01 Thread Marius Storm-Olsen
I have just converted an SVN repo to Git (using SubGit), where I feel delta compression has let me down :) Suffice it to say, this is a "traditional" SVN repo, with an extern/ blown out of proportion with many binary check-ins. BUT, even still, I would expect Git's delta compression to be quit

Re: untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Marius Storm-Olsen
On 5/20/2014 12:40 PM, Arup Rakshit wrote: On Tuesday, May 20, 2014 11:24:11 AM you wrote: Arup Rakshit writes: Untracked files and modifications to files in your working directory do not belong to your current branch. This is to allow you, after starting to work on one branch then realizing

Re: untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Marius Storm-Olsen
On 5/20/2014 12:20 PM, Arup Rakshit wrote: On Tuesday, May 20, 2014 12:06:49 PM you wrote: It never "came to the new branch", as it was never version controlled, it was an untracked file left behind when you switched branches. Once you added it to the new branch, change_class, it became a ver

Re: GIT and large files

2014-05-20 Thread Marius Storm-Olsen
On 5/20/2014 10:37 AM, Stewart, Louis (IS) wrote: Can GIT handle versioning of large 20+ GB files in a directory? Maybe you're looking for git-annex? https://git-annex.branchable.com/ -- .marius -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to maj

Re: untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Marius Storm-Olsen
On 5/20/2014 11:03 AM, Arup Rakshit wrote: On Tuesday, May 20, 2014 11:56:57 AM you wrote: On 5/20/2014 10:38 AM, Arup Rakshit wrote: I was following some tutorial (http://gitref.org/branching/#merge) - and doing it in my console : Because you never committed the original file to the master

Re: untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Marius Storm-Olsen
On 5/20/2014 10:38 AM, Arup Rakshit wrote: I was following some tutorial (http://gitref.org/branching/#merge) - and doing it in my console : Arup-iMac:arup_git shreyas$ git status # On branch master nothing to commit, working directory clean Arup-iMac:arup_git shreyas$ touch test.rb Arup-iMac:ar

Re: [msysGit] Re: [PATCH v2] config: preserve config file permissions on edits

2014-05-19 Thread Marius Storm-Olsen
On 5/19/2014 2:44 AM, Erik Faye-Lund wrote: On Mon, May 19, 2014 at 9:13 AM, Johannes Sixt wrote: I'm not proficient enough to add any ACL fiddling to fchmod that would be required by the above change, whose purpose is to be strict about permissions. Nor am I interested (who the heck is sharing

Re: [PATCH] contrib: remote-helpers: add move warnings (v2.0)

2014-05-13 Thread Marius Storm-Olsen
On 5/13/2014 5:47 PM, Felipe Contreras wrote: Junio C Hamano wrote: Felipe Contreras writes: Sigh, you just don't seem to understand that you are thinking about a different issue. I don't think there's any other way I can explain it to you. Perhaps pointing out which commit(s) to revert mig

Re: Open Source Organizational Culture

2014-04-21 Thread Marius Storm-Olsen
On 4/21/2014 9:45 PM, Marius Storm-Olsen wrote: > I would like to request your participation in a survey on > Open Source Organizational Culture, > which will provide valuable insight into how Open Source projects are > run, how their participants act, how they might change g

Open Source Organizational Culture

2014-04-21 Thread Marius Storm-Olsen
? My name is Marius Storm-Olsen, and I am currently working on a thesis on Open Source Organizational Culture. I've been an active part of Open Source for years, most notably on the Qt and Git projects. Although I have my own experiences to draw on in the thesis, they do not qualify fo

Open Source Organizational Culture

2014-04-21 Thread Marius Storm-Olsen
? My name is Marius Storm-Olsen, and I am currently working on a thesis on Open Source Organizational Culture. I've been an active part of Open Source for years, most notably on the Qt and Git projects. Although I have my own experiences to draw on in the thesis, they do not qualify fo