Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/hash-object-doc'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 21 Jun 2019 18:24:11 +0000
(11:24 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 21 Jun 2019 18:24:11 +0000
(11:24 -0700)
Doc update.
* ab/hash-object-doc:
hash-object doc: stop mentioning git-cvsimport
Documentation/git-hash-object.txt
patch
|
blob
|
history
raw
(from parent 1:
88542ef
)
diff --git
a/Documentation/git-hash-object.txt
b/Documentation/git-hash-object.txt
index 814e74406ae4fb6ac68213df1f7e8e0192d1dbaf..df9e2c58bdbc5f31edaf25577df744868e16f3de 100644
(file)
--- a/
Documentation/git-hash-object.txt
+++ b/
Documentation/git-hash-object.txt
@@
-18,9
+18,7
@@
Computes the object ID value for an object with specified type
with the contents of the named file (which can be outside of the
work tree), and optionally writes the resulting object into the
object database. Reports its object ID to its standard output.
-This is used by 'git cvsimport' to update the index
-without modifying files in the work tree. When <type> is not
-specified, it defaults to "blob".
+When <type> is not specified, it defaults to "blob".
OPTIONS
-------