From: טמיר דניאלי The git-clone documentation on git-scm.com mentions the `--dissociate` switch that as far as I understand should perform `git repack -ad` followed by deleting the alternates file. Sadly I cannot find this switch in 1.9.4 nor in 1.9.5, Was this removed or never implemented or am I missing something? I believe that it's faily new. It's not in G4W @ 1.9.5. so it's in the newer versions.
Have a look at the github repo https://github.com/git/git/blob/master/Documentation/git-clone.txt and see the 'blame' for the appropriate lines to get dates (the last commit is about --dissociate ;-) Philip -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
