]> git.ipfire.org Git - thirdparty/git.git/commitdiff
shallow.txt: document SHA-256 shallow format
authorMartin Ågren <martin.agren@gmail.com>
Sat, 15 Aug 2020 16:06:02 +0000 (18:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Aug 2020 17:35:13 +0000 (10:35 -0700)
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>
Documentation/technical/shallow.txt

index 01dedfe9ffedc28c2c6ac5ef15dbb3c5fe519cc0..f3738baa0f0580cc92e3c1a604e16715ac2608a3 100644 (file)
@@ -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.