[PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-script
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 29 Apr 2005 19:08:03 +0000 (12:08 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 19:08:03 +0000 (12:08 -0700)
commitd840b3b285a0e6d742c687d344ddefd05e02c60a
tree63e9cdf5ff724bf462d9dc408b9c951985d4cecf
parentdb413479f1bb0dabfc613b2b0017ca74aeb5a919
[PATCH] GIT: Honour SHA1_FILE_DIRECTORY env var in git-pull-script

If you set SHA1_FILE_DIRECTORY to something else than .git/objects
git-pull-script will store the fetched files in a location the rest of
the tools does not expect.

git-prune-script also ignores this setting, but I think this is good,
because pruning a shared tree to fit a single project means throwing
away a lot of useful data. :-)

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-pull-script