Skip to content

Commit

Permalink
Merge branch 'ab/hash-object-doc'
Browse files Browse the repository at this point in the history
Doc update.

* ab/hash-object-doc:
  hash-object doc: stop mentioning git-cvsimport
  • Loading branch information
gitster committed Jun 21, 2019
2 parents 88542ef + afc3bf6 commit 755793b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Documentation/git-hash-object.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 755793b

Please sign in to comment.