summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
commita03ac8675725e0f73e11b08ca9d7d395d1a16d15 (patch)
treebfaec069d94d13e788e149166c68f4e87773c6d6 /git-filter-branch.html
parentf2873fdaeac7a9222349346775417f7325801664 (diff)
downloadgit-htmldocs-a03ac8675725e0f73e11b08ca9d7d395d1a16d15.tar.gz
Autogenerated HTML docs for v1.7.5-rc0-96-gc4b2c
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 0ae0137f1..60e844806 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -796,7 +796,7 @@ git filter-branch ... D..H --not C</tt></pre>
'git ls-files -s | sed "s-\t\"*-&amp;newsubdir/-" |
GIT_INDEX_FILE=$GIT_INDEX_FILE.new \
git update-index --index-info &amp;&amp;
- mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE' HEAD</tt></pre>
+ mv "$GIT_INDEX_FILE.new" "$GIT_INDEX_FILE"' HEAD</tt></pre>
</div></div>
</div>
<h2 id="_checklist_for_shrinking_a_repository">Checklist for Shrinking a Repository</h2>
@@ -865,7 +865,7 @@ Garbage collect all unreferenced objects with <tt>git gc --prune=now</tt>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-15 23:30:13 UTC
+Last updated 2011-04-02 04:31:58 UTC
</div>
</div>
</body>