summaryrefslogtreecommitdiffstats
path: root/glossary-content.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-18 15:06:16 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-18 15:06:16 -0700
commit3b0cdc2a87e0d9db52ea531293fd3fa48f76d6d9 (patch)
tree32e40ee14f6c8f023a61b545655080696464a057 /glossary-content.txt
parent81703b2b96611fb9d7ef95e990acdb4a6dc60135 (diff)
downloadgit-htmldocs-3b0cdc2a87e0d9db52ea531293fd3fa48f76d6d9.tar.gz
Autogenerated HTML docs for v1.9.1-286-g5172c
Diffstat (limited to 'glossary-content.txt')
-rw-r--r--glossary-content.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/glossary-content.txt b/glossary-content.txt
index 378306f58..be0858c18 100644
--- a/glossary-content.txt
+++ b/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 <<def_parent,parents>> a <<def_commit,commit>> 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 <<def_object_name,object name>>.