hcrypt
hcrypt
Can you check again? I have run ```make valid```.
It seems like using ```./directory-name``` works which is slightly different. Edit: Accidentally closed the issue.
> Could you check if you have already initialized git repository in the current directory? Is that necessary for cloning a repository?
Oh, I see. Is there any way for cloning without initializing ```.git``` directory?
> You can store repository in memory. Please refer to the code snippet below. > > ```go > package main > > import ( > "github.com/go-git/go-billy/v5/memfs" > "github.com/go-git/go-git/v5" > "github.com/go-git/go-git/v5/storage/memory"...
> From what I understand, OP tries to clone a Git repository into a directory that already has a `.git` directory. No? I think you misunderstood. I specifically wrote that...
I ran ```golint ./...```, which shows missing comments, and there are 350 such cases. I will try to cover as much as possible. 
> @thebigbone That would be excellent. Note that just merged a fairly big PR that touches a number of functions so make sure you do a pull before you start...
I haven't covered much due to my ongoing exams. I will pick it up as soon as the exams are over!
Hopping this gets added some day.