From e650d0643b43c5681d7ef213aa070ea406eabf0a Mon Sep 17 00:00:00 2001 From: Jeff King Date: Wed, 5 Mar 2014 14:28:38 -0500 Subject: docs: mark info/grafts as outdated We should be encouraging people to use git-replace instead. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- Documentation/glossary-content.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation/glossary-content.txt') diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 378306f581..be0858c188 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -176,6 +176,10 @@ current branch integrates with) obviously do not work, as there is no you can make Git pretend the set of <> a <> has is different from what was recorded when the commit was created. Configured via the `.git/info/grafts` file. ++ +Note that the grafts mechanism is outdated and can lead to problems +transferring objects between repositories; see linkgit:git-replace[1] +for a more flexible and robust system to do the same thing. [[def_hash]]hash:: In Git's context, synonym for <>. -- cgit 1.2.3-korg