Found 11 matching messages (0.125 seconds). Page 1 of 1.
... read commit parents; do > die "msg filter failed: $filter_msg" > sh -c "$filter_commit" " ... $(( $i % 512 )) = 0 > + then > + git gc --auto > + fi > + > done <../revs > > # In case ... git-gc when we're done. diff --git a/git-filter-branch.sh b ...
git - Kevin Ballard - Jan 22 2008 - 23:03
... I just glanced at git-filter-branch.sh (and I must ... seems >> it never runs git-gc or git-repack. Doesn't ... Something like this, perhaps? git-filter-branch.sh | 6 ++++++ 1 files ... i % 512 )) = 0 + then + git gc --auto + fi + done <../revs # In ...
git - Junio C Hamano - Jan 22 2008 - 22:52
... missing something, or does git-filter-branch really not do any ... again with the opposite tree filter (to prune everything but the ... everything else and then delete branches) then both actions would leave ... suggest a patch to run git gc --auto, but it looks ...
git - Kevin Ballard - Jan 22 2008 - 22:58
... it seems > > > it never runs git-gc or git-repack. Doesn't ... on what you do in your filter. > > If you are upcasing (or ... loose > objects. Not really; the filters are very much tuned to ... that the gc --auto would help much; git-filter-branch creates ...
git - Johannes Schindelin - Jan 23 2008 - 09:00
... the >> svn- >> id stuff that git-svn left behind. > > You could ... be done with a parent filter. Good to know. >> I'd ... suggest a patch to run git gc --auto, but it looks ... git-filter- branch on this massive history. -- Kevin Ballard http://kevin ...
git - Kevin Ballard - Jan 23 2008 - 04:18
... git-filter-branch over > a linear commit history that's 31580 objects long, with a tree filter > to prune the dports directory ... no-metadata :) Using a commit filter to implement the pruning will ... filter. > I'd suggest a patch to run git gc --auto ...
git - Sam Vilain - Jan 23 2008 - 01:07
... it seems > > it never runs git-gc or git-repack. Doesn't ... missing something, or does git-filter-branch really not do any ... is acceptable before doing a git gc --prune. Cheers, Harvey - To ... list: send the line "unsubscribe git" in the body of a ...
git - Harvey Harrison - Jan 22 2008 - 22:54
... it seems > > it never runs git-gc or git-repack. Doesn't that ... I missing something, or does git-filter-branch really not do any > ... on what you do in your > filter. If you are upcasing (or convert ... this list: send the line "unsubscribe git" in the body of a ...
git - Mike Hommey - Jan 23 2008 - 02:44
... it seems > it never runs git-gc or git-repack. Doesn't that ... I missing something, or does git-filter-branch really not do any > ... on what you do in your filter. If you are upcasing (or convert ... this list: send the line "unsubscribe git" in the body of a ...
git - Junio C Hamano - Jan 22 2008 - 22:46
I just glanced at git-filter-branch.sh (and I must say I ... and it seems it never runs git-gc or git-repack. Doesn't that ... thinking, if I were to git-filter-branch on my massive repo (in ... I missing something, or does git-filter-branch really not do any ...
git - Kevin Ballard - Jan 22 2008 - 22:43
... 't be possible to have filter-branch use > fast-import, so ... rest of the core routines running inside that fast-import process ... .org/gmane.comp.version-control.git/70964/focus=71076 - To unsubscribe ... list: send the line "unsubscribe git" in the body of a ...
git - Junio C Hamano - Jan 23 2008 - 15:22