author | Thomas Rast <trast@student.ethz.ch> | |
Wed, 11 Mar 2009 23:00:56 +0000 (00:00 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Mar 2009 04:55:07 +0000 (21:55 -0700) | ||
commit | 3bc427e01342a5a6ae2052d27373f8759c680398 | |
tree | d520de7361dc8dad92e098d707b5679f7c24b500 | tree | snapshot |
parent | 2464456a6ac9216d59d9e2cf0d86fee072f63cf8 | commit | diff |
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>
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 | diff | blob | history |