filter-branch: stop suggesting to use grafts
The graft file is deprecated now, so let's use replace refs in the example in filter-branch's man page instead. Suggested-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
f9f99b3f7d
commit
e2d65c1ea8
@ -288,7 +288,7 @@ git filter-branch --parent-filter \
|
|||||||
or even simpler:
|
or even simpler:
|
||||||
|
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
echo "$commit-id $graft-id" >> .git/info/grafts
|
git replace --graft $commit-id $graft-id
|
||||||
git filter-branch $graft-id..HEAD
|
git filter-branch $graft-id..HEAD
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user