Skip to content

Commit 352253a

Browse files
committed
Merge branch 'ab/hash-object-doc' into maint
Doc update. * ab/hash-object-doc: hash-object doc: stop mentioning git-cvsimport
2 parents 4098130 + afc3bf6 commit 352253a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/git-hash-object.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ Computes the object ID value for an object with specified type
1818
with the contents of the named file (which can be outside of the
1919
work tree), and optionally writes the resulting object into the
2020
object database. Reports its object ID to its standard output.
21-
This is used by 'git cvsimport' to update the index
22-
without modifying files in the work tree. When <type> is not
23-
specified, it defaults to "blob".
21+
When <type> is not specified, it defaults to "blob".
2422

2523
OPTIONS
2624
-------

0 commit comments

Comments
 (0)