author | Petr Baudis <pasky@suse.cz> | |
Tue, 22 Jul 2008 22:24:35 +0000 (00:24 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 23 Jul 2008 23:57:14 +0000 (16:57 -0700) | ||
commit | eb72a51407228c8c7947e762d4f1c320712c9052 | |
tree | 224de9acae00156d2e8125be453e4652795824b1 | tree | snapshot |
parent | f9bbefc701e319983bb8e13df8d615293c6f386a | commit | diff |
Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"
The example to remove paths using index-filter was done with
"git update-index --remove"; "git rm --cached" would be more familiar to
new people and is sufficient for this particular case.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The example to remove paths using index-filter was done with
"git update-index --remove"; "git rm --cached" would be more familiar to
new people and is sufficient for this particular case.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | diff | blob | history |