,
Scott Chacon

Scott Chacon’s Followers (19)

member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo
member photo

Scott Chacon



Average rating: 4.17 · 3,461 ratings · 314 reviews · 5 distinct worksSimilar authors
Pro Git

4.17 avg rating — 3,380 ratings — published 2009 — 40 editions
Rate this book
Clear rating
Git Internals

4.12 avg rating — 69 ratings — published 2008
Rate this book
Clear rating
The Git Community Book

4.08 avg rating — 13 ratings
Rate this book
Clear rating
Pro Git - The Expert's Voic...

by
0.00 avg rating — 0 ratings
Rate this book
Clear rating
Pro Git by Scott Chacon(200...

by
0.00 avg rating — 0 ratings
Rate this book
Clear rating
More books by Scott Chacon…
Quotes by Scott Chacon  (?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“SHORT NOTE ABOUT SHA-1 A lot of people become concerned at some point that they will, by random happenstance, have two objects in their repository that hash to the same SHA-1 value. What then? If you do happen to commit an object that hashes to the same SHA-1 value as a previous object in your repository, Git will see the previous object already in your Git database and assume it was already written. If you try to check out that object again at some point, you’ll always get the data of the first object. However, you should be aware of how ridiculously unlikely this scenario is. The SHA-1 digest is 20 bytes or 160 bits. The number of randomly hashed objects needed to ensure a 50% probability of a single collision is about 280 (the formula for determining collision probability is p = (n(n-1)/2) * (1/2^160)). 280 is 1.2 x 10^24 or 1 million billion billion. That’s 1,200 times the number of grains of sand on the earth. Here’s an example to give you an idea of what it would take to get a SHA-1 collision. If all 6.5 billion humans on Earth were programming, and every second, each one was producing code that was the equivalent of the entire Linux kernel history (3.6 million Git objects) and pushing it into one enormous Git repository, it would take roughly 2 years until that repository contained enough objects to have a 50% probability of a single SHA-1 object collision. A higher probability exists that every member of your programming team will be attacked and killed by wolves in unrelated incidents on the same night.”
Scott Chacon, Pro Git

“git diff --check, which identifies possible whitespace errors and lists them for you.”
Scott Chacon, Pro Git

“about getting”
Scott Chacon, Pro Git



Is this you? Let us know. If not, help out and invite Scott to Goodreads.