Skip to content

Commit c6d8f76

Browse files
j16sdizgitster
authored andcommitted
State the effect of filter-branch on graft explicitly
Signed-off-by: Daniel Cheng (aka SDiZ) <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2131526 commit c6d8f76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/git-filter-branch.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ changes, which would normally have no effect. Nevertheless, this may be
3131
useful in the future for compensating for some git bugs or such,
3232
therefore such a usage is permitted.
3333

34+
*NOTE*: This command honors `.git/info/grafts`. If you have any grafts
35+
defined, running this command will make them permanent.
36+
3437
*WARNING*! The rewritten history will have different object names for all
3538
the objects and will not converge with the original branch. You will not
3639
be able to easily push and distribute the rewritten branch on top of the

0 commit comments

Comments
 (0)