X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=ff5f5547ce11fe11b04f863e885912e1ee638877;hp=39efa04a2189491f45441039c45f2320c1a22ad4;hb=57fe9181f58d6a311dd105283eff2be055de26b6;hpb=bd57c194e497ba2c327dde5400e14b573733c21a diff --git a/dgit b/dgit index 39efa04a..ff5f5547 100755 --- a/dgit +++ b/dgit @@ -1340,6 +1340,7 @@ sub prep_ud (;$) { sub mktree_in_ud_here () { runcmd qw(git init -q); + runcmd qw(git config gc.auto 0); rmtree('.git/objects'); symlink '../../../../objects','.git/objects' or die $!; } @@ -1895,7 +1896,7 @@ sub fetch_from_archive () { # Finally: we do not necessarily reify the public view (as # described above). This is so that we do not end up stacking two # pseudo-merges. So what we actually do is figure out the inputs - # to any public view psuedo-merge and put them in @mergeinputs. + # to any public view pseudo-merge and put them in @mergeinputs. my @mergeinputs; # $mergeinputs[]{Commit}