-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSHA1.htm
27 lines (24 loc) · 1.13 KB
/
SHA1.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>Details about SHA1</title>
</head>
<body><a href="https://github.com/ArsenShnurkov/gentoo-mono-handbook"><img alt="Fork me on GitHub" id="forkme" src="images/forkme.png" align="right" width="100" /></a>
<table><tr><td style="vertical-align:top;">
<h1>Details about SHA1</h1>
</td><td style="vertical-align:top;">
<a href="index.htm">Gentoo Mono Handbook</a>
<br />
<a href="github.htm">How to obtain source code from GitHub?</a>,
</td></tr></table>
sha1 is described in <strong>RFC 3174</strong> (<a href="https://tools.ietf.org/html/rfc3174">https://tools.ietf.org/html/rfc3174</a>),
<br />
<br />
The usage of sha1 in git is described in <a href="https://illustrated-git.readthedocs.org/en/latest/">https://illustrated-git.readthedocs.org/en/latest/</a> with examples and .svg illustrations
<br />
Git References - <a href="https://git-scm.com/book/tr/v2/Git-Internals-Git-References">https://git-scm.com/book/tr/v2/Git-Internals-Git-References</a>
<br />
the files that contain the SHA-1 values in the .git/refs directory.
</body>
</html>