Documentation: filter-branch: show --ignore-unmatch in main index-filter example
commit3bc427e01342a5a6ae2052d27373f8759c680398
authorThomas Rast <trast@student.ethz.ch>
Wed, 11 Mar 2009 23:00:56 +0000 (12 00:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Mar 2009 04:55:07 +0000 (11 21:55 -0700)
treed520de7361dc8dad92e098d707b5679f7c24b500
parent2464456a6ac9216d59d9e2cf0d86fee072f63cf8
Documentation: filter-branch: show --ignore-unmatch in main index-filter example

Rearrange the example usage of

  git filter-branch --index-filter 'git rm --cached ...'

so that --ignore-unmatch is in the main example block.  People keep
stumbling over the (lack of this) option to the point where it is a
FAQ, so we would want to expose the most common usage where it stands
out.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt