Skip to content

Commit

Permalink
State the effect of filter-branch on graft explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Cheng (aka SDiZ) <j16sdiz+freenet@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Daniel Cheng (aka SDiZ) authored and Junio C Hamano committed Apr 12, 2009
1 parent 2131526 commit c6d8f76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/git-filter-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ changes, which would normally have no effect. Nevertheless, this may be
useful in the future for compensating for some git bugs or such,
therefore such a usage is permitted.

*NOTE*: This command honors `.git/info/grafts`. If you have any grafts
defined, running this command will make them permanent.

*WARNING*! The rewritten history will have different object names for all
the objects and will not converge with the original branch. You will not
be able to easily push and distribute the rewritten branch on top of the
Expand Down

0 comments on commit c6d8f76

Please sign in to comment.