Skip to content

Commit afc3bf6

Browse files
avargitster
authored andcommitted
hash-object doc: stop mentioning git-cvsimport
Remove a reference to git-cvsimport in the intro. As can be seen from the history of this command[1] it was originally intended for use with git-cvsimport, but how it uses it (and that it uses it at all) is irrelevant trivia at this point. 1. See 7672db2 ("[PATCH] Expose object ID computation functions.", 2005-07-08) and 8b8840e ("[PATCH] cvsgit fixes: spaces in filenames and CVS server dialog woes", 2005-08-15). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aeb582a commit afc3bf6

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)