Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-fetch-pack: close output fd after dup'ing the input
With the socket case, the input and output fd's might end up being the same, so we want to dup the other before we close either of them.
- Loading branch information