filter-branch: fix remnants of old syntax in documentation
commit082036688f528d28ef5b63d9491a0ec0d701f68a
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 31 Aug 2007 16:42:33 +0000 (31 17:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Sep 2007 06:22:51 +0000 (31 23:22 -0700)
tree2ef14bf905fa35fca5f6408aad056723c803b5ea
parent88e21dc7461dca1ebc70d8579bcc9246364511ee
filter-branch: fix remnants of old syntax in documentation

Some time ago, filter-branch's syntax changed so that more than one
ref can be rewritten at the same time.  This involved the removal of
the ref name for the result; instead, the refs are rewritten in-place.

This updates the last leftovers in the documentation to reflect the
new behavior.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt