From a5e6809e677412d832c3505b786632ed5c42a0fb Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 10 Sep 2015 22:03:14 -0500 Subject: [PATCH] Link to a source. --- git/determine-the-hash-id-for-a-blob.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/determine-the-hash-id-for-a-blob.md b/git/determine-the-hash-id-for-a-blob.md index 2cc9b38..8c469ff 100644 --- a/git/determine-the-hash-id-for-a-blob.md +++ b/git/determine-the-hash-id-for-a-blob.md @@ -14,3 +14,5 @@ contents of the file. The name and location of the file don't matter, just the contents. This is the magic of git. Anytime git needs to store a blob, it can quickly match against the hash id in order to avoid storing duplicate blobs. + +[source](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf)