diff options
author | Jeff King <peff@peff.net> | 2014-03-05 20:28:38 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-05 21:24:01 +0100 |
commit | e650d0643b43c5681d7ef213aa070ea406eabf0a (patch) | |
tree | 63edac8587f373bdf48ecd87e20ab82350729dd6 /Documentation/gitrepository-layout.txt | |
parent | Git 1.9.0 (diff) | |
download | git-e650d0643b43c5681d7ef213aa070ea406eabf0a.tar.xz git-e650d0643b43c5681d7ef213aa070ea406eabf0a.zip |
docs: mark info/grafts as outdated
We should be encouraging people to use git-replace instead.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitrepository-layout.txt')
-rw-r--r-- | Documentation/gitrepository-layout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index aa03882ddb..17d2ea6c1e 100644 --- a/Documentation/gitrepository-layout.txt +++ b/Documentation/gitrepository-layout.txt @@ -176,6 +176,10 @@ info/grafts:: per line describes a commit and its fake parents by listing their 40-byte hexadecimal object names separated by a space and terminated by a newline. ++ +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. info/exclude:: This file, by convention among Porcelains, stores the |