Create the temporary pack file in the git repo being fetched into
commit4bda43cd33056f67eb7d7d928e52fc7e38825ad0
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 9 Apr 2008 18:52:27 +0000 (9 20:52 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 9 Apr 2008 18:55:34 +0000 (9 20:55 +0200)
treea62e93eb6e4b3e1192543fc94d3699d69b3b57be
parentff09f7e201c285af38fd1293fe5ac08019ae45dc
Create the temporary pack file in the git repo being fetched into

When using the current directory we will not always be able to
rename the received pack file if that would require a move across
file systems.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/fetch/FullFetchClient.java