Skip to content

Commit e0b6ad2

Browse files
committed
Revision selection: Couple minor clarifications and updates
Signed-off-by: Robert P. J. Day <[email protected]>
1 parent 7338c76 commit e0b6ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/07-git-tools/sections/revision-selection.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[_revision_selection]]
22
=== Revision Selection
33

4-
Git allows you to refer to a set of commits or a range of commits in several ways.
4+
Git allows you to refer to a single commit, set of commits, or range of commits in a number of ways.
55
They aren't necessarily obvious but are helpful to know.
66

77
==== Single Revisions
@@ -60,7 +60,7 @@ a11bef0 first commit
6060
----
6161

6262
Generally, eight to ten characters are more than enough to be unique within a project.
63-
For example, as of June 2018, the Linux kernel (which is a fairly sizable project) has over 700,000 commits and almost six and a half million objects in its object database, with no two objects whose SHA-1s are identical in the first 11 characters.
63+
For example, as of February 2019, the Linux kernel (which is a fairly sizable project) has over 875,000 commits and almost seven million objects in its object database, with no two objects whose SHA-1s are identical in the first 12 characters.
6464

6565
[NOTE]
6666
.A SHORT NOTE ABOUT SHA-1

0 commit comments

Comments
 (0)