summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-16 19:32:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-16 19:32:30 -0400
commit5e7fe9663d2ced9c62d1d9b1a5c704dcde3c0492 (patch)
tree87d1e08f9ac50b17f470d8f2d8ea72c8dfb151ef /debian
parentaff42e84c3940a4968ed7e740bd1b1494ef63c45 (diff)
Display progress meter in -J mode when copying from a local git repo, to a local git repo, and from a remote git repo.
Had everything available, just didn't combine the progress meter with the other places progress is sent to update it. (And to a remote repo already did show progress.) Most special remotes should already display progress meters with -J, same as without it. One exception to this is the web, since it relies on wget/curl progress display without -J. Still todo..
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 79598575d..53a20717c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
git-annex (5.20151117) UNRELEASED; urgency=medium
* Build with -j1 again to get reproducible build.
+ * Display progress meter in -J mode when copying from a local git repo,
+ to a local git repo, and from a remote git repo.
-- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400