Re: [PATCH 1/3] hash-object doc: stop mentioning git-cvsimport

2019-05-21 Thread Jeff King
On Mon, May 20, 2019 at 11:53:10PM +0200, Ævar Arnfjörð Bjarmason wrote: > 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

[PATCH 1/3] hash-object doc: stop mentioning git-cvsimport

2019-05-20 Thread Ævar Arnfjörð Bjarmason
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 7672db20c2 ("[PATCH] Expose object ID computation f