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 hidden switch in 'git-add' that will do multiple files in 
parallel?  For example,
% git add --thread=10 file1 file2 file3 file4 .... file100





-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to