This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 540
After failing PlainClone .git directory nevertheless exists #741
Labels
Comments
we have downstream code to handle this; would be nice to no longer need it. If it helps whoever takes this issue, here's our current implementation: https://github.com/opspec-io/sdk-golang/blob/59be62cca3ade0a121630d60e5dd160cff35a6c5/pkg/puller.go#L80-L102 |
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jun 27, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jun 28, 2018
…#741] Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jun 28, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jun 28, 2018
] Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jun 28, 2018
…ixes src-d#741] Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jul 6, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jul 6, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jul 17, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Jul 18, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Aug 1, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 17, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 24, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 24, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 25, 2018
…ixes src-d#741] Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 25, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 25, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 25, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 27, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
bjaroszewski
added a commit
to bjaroszewski/go-git
that referenced
this issue
Sep 27, 2018
Signed-off-by: Bartek Jaroszewski <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?go version go1.9.3 darwin/amd64
What did you do?
What did you expect to see?
I expexted to see, that the .git directory does not exist after a failing pull
What did you see instead?
I saw that the directory exist, when the error is not nil.
The text was updated successfully, but these errors were encountered: