Re: how to reduce disk usage for large .git dirs?

2014-11-13 Thread Roger Gammans
# git checkout -b branchB origin/branchB # cd - # git clone repo-master repo-branchB-feature # cd repo-branchB-feature # git checkout -b branchB-feature origin/branchB # cd - Should work better for you. And there is probably a way to do it less commands too. -- Roger Gammans -- To unsubscribe

[PATCH/RFC] Add --force-seen option to git-fast-export

2014-07-01 Thread Roger Gammans
s that use the fast-export format to manipulate history. Signed-off-by: Roger Gammans --- Documentation/git-fast-export.txt | 5 + builtin/fast-export.c | 15 --- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Documentation/git-fast-export.txt b/Documen