diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:26:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:26:58 -0700 |
commit | 76f9bc9f53a7bc72950d8ee88e88bf41903fab74 (patch) | |
tree | 739bf070864f02f2f6ae94562cfa6f459b863ed3 /Documentation/git-update-index.txt | |
parent | Merge branch 'jk/doc-http-backend' into maint (diff) | |
parent | glossary: improve definitions of refspec and pathspec (diff) | |
download | tgif-76f9bc9f53a7bc72950d8ee88e88bf41903fab74.tar.xz |
Merge branch 'ta/glossary' into maint
* ta/glossary:
glossary: improve definitions of refspec and pathspec
The name of the hash function is "SHA-1", not "SHA1"
glossary: improve description of SHA-1 related topics
glossary: remove outdated/misleading/irrelevant entries
Diffstat (limited to 'Documentation/git-update-index.txt')
-rw-r--r-- | Documentation/git-update-index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index c92775829b..670e9fb2c2 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -247,7 +247,7 @@ $ git update-index --index-info ------------ The first line of the input feeds 0 as the mode to remove the -path; the SHA1 does not matter as long as it is well formatted. +path; the SHA-1 does not matter as long as it is well formatted. Then the second and third line feeds stage 1 and stage 2 entries for that path. After the above, we would end up with this: |