diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-25 14:54:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-25 14:54:24 -0400 |
commit | 76911a446a7156ffb23679c6325fa8aab1edce13 (patch) | |
tree | 8b4915fe5d33a7df38275afc58161102b5033fd7 /debian | |
parent | e433c6f0bb2ee5f03217b85e3b677b961f5d391a (diff) |
Avoid using absolute paths when staging location log, as that can confuse git when a remote's path contains a symlink. Closes: #621386
This was a real PITA to fix, since location logs can be staged in
both the current repo, as well as in local remote's repos, in
which case the cwd will not be in the repo. And git add needs different
params in both cases, when absolute paths are not used.
In passing, git annex fsck now stages location log fixes.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 872277d0f..c6dfb1ff3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ git-annex (0.20110421) UNRELEASED; urgency=low * Remove testpack from build depends, as it is not available on all architectures. The test suite will not be run if it cannot be compiled. + * Avoid using absolute paths when staging location log, as that can + confuse git when a remote's path contains a symlink. Closes: #621386 -- Joey Hess <joeyh@debian.org> Thu, 21 Apr 2011 16:35:27 -0400 |