summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2010-10-07 19:05:59 -0600
committertekkub <tekkub@gmail.com>2010-10-07 19:05:59 -0600
commit667ddb0afe822887ed3e01154e0579b95336e980 (patch)
tree1d3db290cc731e95892c9cc1d15eea87ddfaf7b2 /_posts
parent8854a1638cae36150483d2afb077b17b327a4f74 (diff)
gc --prune defaults to 2 weeks if we don't override it
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-09-09-removing-sensitive-data.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-09-09-removing-sensitive-data.textile b/_posts/2009-09-09-removing-sensitive-data.textile
index 5144691..c9ba7d7 100644
--- a/_posts/2009-09-09-removing-sensitive-data.textile
+++ b/_posts/2009-09-09-removing-sensitive-data.textile
@@ -58,7 +58,7 @@ While @git filter-branch@ rewrites the history for you, the objects will remain
<pre class="terminal">[tekkub@tekBook: ~/tmp/github-gem master] $ rm -rf .git/refs/original/
[tekkub@tekBook: ~/tmp/github-gem master] $ git reflog expire --all
-[tekkub@tekBook: ~/tmp/github-gem master] $ git gc --aggressive --prune
+[tekkub@tekBook: ~/tmp/github-gem master] $ git gc --aggressive --prune=1.minute
Counting objects: 1746, done.
Delta compression using 2 threads.
Compressing objects: 100% (1736/1736), done.