Skip to content

Commit 8afa50a

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0756e61 commit 8afa50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/shallow.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pretend as if they are root commits (e.g. "git log" traversal
1313
stops after showing them; "git fsck" does not complain saying
1414
the commits listed on their "parent" lines do not exist).
1515

16-
Each line contains exactly one SHA-1. When read, a commit_graft
16+
Each line contains exactly one object name. When read, a commit_graft
1717
will be constructed, which has nr_parent < 0 to make it easier
1818
to discern from user provided grafts.
1919

0 commit comments

Comments
 (0)