Documentation/git-filter-branch.txt: Fix description of --commit-filter
commitc5833f6e1373e4e6a2c31a0cb6cd9050dc395643
authorKevin Ballard <kevin@sb.org>
Fri, 30 May 2008 21:43:40 +0000 (30 14:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jun 2008 03:36:09 +0000 (2 20:36 -0700)
tree0519f4b16e17e7e728da02c732814fad505e006c
parentf70dda250e33dd17f6fdff17d15287391d8b0952
Documentation/git-filter-branch.txt: Fix description of --commit-filter

The old description was misleading and logically impossible. It claimed that
the ancestors of the original commit would be re-written to have the multiple
emitted ids as parents. Not only would this modify existing objects, but it
would create a cycle. What this actually does is pass the multiple emitted ids
to the newly-created children to use as parents.

Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt