summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-02-07 00:06:48 +0000
committerJunio C Hamano <junio@kernel.org>2010-02-07 00:06:48 +0000
commit154d47bcc16e122528eb34474fd8c4c3ed6328a8 (patch)
tree7b8b34584bfafa6766016ddb238fc83b182160db /git-filter-branch.html
parentb189c3840ea403559099c3de3ae5f35c43166839 (diff)
downloadgit-htmldocs-154d47bcc16e122528eb34474fd8c4c3ed6328a8.tar.gz
Autogenerated HTML docs for v1.7.0-rc1-50-g8424
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 3dd6e3ce9..dcabe3866 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -706,7 +706,7 @@ git filter-branch ... D..H --not C</tt></pre>
<div class="listingblock">
<div class="content">
<pre><tt>git filter-branch --index-filter \
- 'git ls-files -s | sed "s-\t-&amp;newsubdir/-" |
+ '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>
@@ -787,7 +787,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-21 17:44:28 UTC
+Last updated 2010-02-07 00:06:34 UTC
</div>
</div>
</body>