[git-users] Re: Setup Git to have security based on sub folders

2016-06-14 Thread Jack Poon
Look at https://atcipher.com/irongit. It uses crypto to enable access :) On Monday, February 3, 2014 at 5:47:02 PM UTC-8, George Chester wrote: > > Currently we use SVN and VisualSVN allows you to specify users with access > for each folder! This come in particularly handy because we have cert

[git-users] Is 'git-add' thread safe?

2016-06-13 Thread Jack Poon
hi all, I am trying to parallelize git activities for a large git repository. Would like to know if the inner core of git-add is thread-safe? For example, % git add file1 & % git add file2 & % git add file3 & ... % git add file100 & assuming file1 - file100 are large files... Is there a hi

[git-users] Adding copyright right notice to Git repository

2016-06-10 Thread Jack Poon
I am interested in adding a copyright notice and some meta-tagging to all source files and all revisions in an existing git repository. Essentially, creating an entire new Git repository from the old one, but preserving the history, change, tag, branch, etc from the old repository. Would apprec

[git-users] Re: 'git diff --name-status' reports difference for zero-byte file

2016-05-05 Thread Jack Poon
ngit decrypt %f clean = irongit encrypt %f required = true [diff "atcipher"] textconv = cat [merge "atcipher"] name = irongit merge driver driver = irongit merge %O %A %B %P On Thursday, May 5, 2016 at 8:28:43 AM UTC-7, Jack Poon wrote:

[git-users] 'git diff --name-status' reports difference for zero-byte file

2016-05-05 Thread Jack Poon
Hi, We are working on an add-on over git using git filters, and testing other tools that encapsulate Git. For some reason, git reports that there is difference for any zero-byte when git filters are used. Is this a feature or bug? What's the suggested workaround? Best regards, Jack -- You