diff options
Diffstat (limited to 'third_party/git/Documentation/technical/shallow.txt')
-rw-r--r-- | third_party/git/Documentation/technical/shallow.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/Documentation/technical/shallow.txt b/third_party/git/Documentation/technical/shallow.txt index 01dedfe9ffed..f3738baa0f05 100644 --- a/third_party/git/Documentation/technical/shallow.txt +++ b/third_party/git/Documentation/technical/shallow.txt @@ -13,7 +13,7 @@ pretend as if they are root commits (e.g. "git log" traversal stops after showing them; "git fsck" does not complain saying the commits listed on their "parent" lines do not exist). -Each line contains exactly one SHA-1. When read, a commit_graft +Each line contains exactly one object name. When read, a commit_graft will be constructed, which has nr_parent < 0 to make it easier to discern from user provided grafts. |