aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-08-15 18:06:02 +0200
committerJunio C Hamano <gitster@pobox.com>2020-08-17 10:35:13 -0700
commit8afa50aabcf18ab1904218e8019d623d11e36ed9 (patch)
tree357aeb7f1f4421cca33eb43ef6c9cf5e12daebe0
parentprotocol-capabilities.txt: clarify "allow-x-sha1-in-want" re SHA-256 (diff)
downloadgit-8afa50aabcf18ab1904218e8019d623d11e36ed9.tar.gz
git-8afa50aabcf18ab1904218e8019d623d11e36ed9.zip
shallow.txt: document SHA-256 shallow format
Similar to recent commits, document that we list object names rather than SHA-1s. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/technical/shallow.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/shallow.txt b/Documentation/technical/shallow.txt
index 01dedfe9ff..f3738baa0f 100644
--- a/Documentation/technical/shallow.txt
+++ b/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.