Joey Hess [Sat, 30 Mar 2013 03:31:25 +0000 (23:31 -0400)]
tweak
Joey Hess [Fri, 29 Mar 2013 22:06:54 +0000 (18:06 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 29 Mar 2013 22:06:23 +0000 (18:06 -0400)]
changelog
Joey Hess [Fri, 29 Mar 2013 22:06:14 +0000 (18:06 -0400)]
minor wording fixes
guilhem [Fri, 29 Mar 2013 16:06:02 +0000 (17:06 +0100)]
Allow other MAC algorithms in the Remote Config.
diepes [Fri, 29 Mar 2013 22:04:02 +0000 (22:04 +0000)]
removed
diepes [Fri, 29 Mar 2013 22:03:38 +0000 (22:03 +0000)]
Added a comment
diepes [Fri, 29 Mar 2013 22:01:17 +0000 (22:01 +0000)]
removed
diepes [Fri, 29 Mar 2013 22:00:17 +0000 (22:00 +0000)]
Added a comment: Rather use sshfs ? and No sync to 2nd repo ?
Joey Hess [Fri, 29 Mar 2013 21:09:05 +0000 (17:09 -0400)]
fix version
Joey Hess [Fri, 29 Mar 2013 21:07:33 +0000 (17:07 -0400)]
version
Joey Hess [Fri, 29 Mar 2013 21:06:36 +0000 (17:06 -0400)]
new awesome feature tip
Joey Hess [Fri, 29 Mar 2013 20:56:14 +0000 (16:56 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 29 Mar 2013 20:55:16 +0000 (16:55 -0400)]
blog for the day
Joey Hess [Fri, 29 Mar 2013 20:54:59 +0000 (16:54 -0400)]
assistant: Check small files into git directly.
Joey Hess [Fri, 29 Mar 2013 20:41:54 +0000 (16:41 -0400)]
better example
Joey Hess [Fri, 29 Mar 2013 20:20:15 +0000 (16:20 -0400)]
add --force overrides annex.largefiles
Joey Hess [Fri, 29 Mar 2013 20:17:13 +0000 (16:17 -0400)]
New annex.largefiles setting, which configures which files `git annex add` and the assistant add to the annex.
I would have sort of liked to put this in .gitattributes, but it seems
it does not support multi-word attribute values. Also, making this a single
config setting makes it easy to only parse the expression once.
A natural next step would be to make the assistant `git add` files that
are not annex.largefiles. OTOH, I don't think `git annex add` should
`git add` such files, because git-annex command line tools are
not in the business of wrapping git command line tools.
Joey Hess [Fri, 29 Mar 2013 17:33:56 +0000 (13:33 -0400)]
update annex.direct docs
http://joeyh.name/ [Fri, 29 Mar 2013 17:12:47 +0000 (17:12 +0000)]
Added a comment
Joey Hess [Fri, 29 Mar 2013 17:09:50 +0000 (13:09 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 29 Mar 2013 17:09:30 +0000 (13:09 -0400)]
webapp: Run ssh server probes in a way that will work when the login shell is a monstrosity that should have died 25 years ago, such as csh.
http://joeyh.name/ [Fri, 29 Mar 2013 16:47:30 +0000 (16:47 +0000)]
Added a comment
diepes [Fri, 29 Mar 2013 15:57:20 +0000 (15:57 +0000)]
Added a comment: rsync description and example
Joey Hess [Fri, 29 Mar 2013 15:37:25 +0000 (11:37 -0400)]
Build debian package without using cabal, which writes to HOME. Closes: #704205
Richard Hartmann [Fri, 29 Mar 2013 15:22:10 +0000 (16:22 +0100)]
Merge branch 'master' of git://git-annex.branchable.com
Richard Hartmann [Fri, 29 Mar 2013 15:21:58 +0000 (16:21 +0100)]
Fix typo
Added a comment: box.com fixed
Added a comment
removed
Added a comment
Joey Hess [Fri, 29 Mar 2013 03:27:45 +0000 (23:27 -0400)]
syntax tweak
Joey Hess [Thu, 28 Mar 2013 21:41:43 +0000 (17:41 -0400)]
blog for the day
Joey Hess [Thu, 28 Mar 2013 21:11:53 +0000 (17:11 -0400)]
typo
Joey Hess [Thu, 28 Mar 2013 21:03:04 +0000 (17:03 -0400)]
webapp: Progess bar fixes for many types of special remotes.
There was confusion in different parts of the progress bar code about
whether an update contained the total number of bytes transferred, or the
number of bytes transferred since the last update. One way this bug
showed up was progress bars that seemed to stick at zero for a long time.
In order to fix it comprehensively, I add a new BytesProcessed data type,
that is explicitly a total quantity of bytes, not a delta.
Note that this doesn't necessarily fix every problem with progress bars.
Particularly, buffering can now cause progress bars to seem to run ahead
of transfers, reaching 100% when data is still being uploaded.
Joey Hess [Thu, 28 Mar 2013 19:16:45 +0000 (15:16 -0400)]
avoid removing a transfer being made by another process
When another process is running a transfer, if we try to run a dup it'll
fail, and we should not remove the transfer from the transfer display.
Joey Hess [Thu, 28 Mar 2013 19:08:29 +0000 (15:08 -0400)]
skip files in dist
Joey Hess [Thu, 28 Mar 2013 19:03:51 +0000 (15:03 -0400)]
update comment
Joey Hess [Thu, 28 Mar 2013 18:51:39 +0000 (14:51 -0400)]
avoid showing web special remote in sync alert
Joey Hess [Thu, 28 Mar 2013 18:18:26 +0000 (14:18 -0400)]
cleanup debug print
http://joeyh.name/ [Thu, 28 Mar 2013 15:50:47 +0000 (15:50 +0000)]
Added a comment
Added a comment: something for the wishlist maybe?
http://joeyh.name/ [Wed, 27 Mar 2013 22:48:16 +0000 (22:48 +0000)]
Added a comment
51m0n [Wed, 27 Mar 2013 22:43:28 +0000 (22:43 +0000)]
Joey Hess [Wed, 27 Mar 2013 20:55:15 +0000 (16:55 -0400)]
blog for the day
Joey Hess [Wed, 27 Mar 2013 20:54:30 +0000 (16:54 -0400)]
Merge remote-tracking branch 'origin/master'
Joey Hess [Wed, 27 Mar 2013 20:50:11 +0000 (16:50 -0400)]
update
Joey Hess [Wed, 27 Mar 2013 20:18:53 +0000 (16:18 -0400)]
update
Joey Hess [Wed, 27 Mar 2013 19:46:08 +0000 (15:46 -0400)]
improve wording
Joey Hess [Wed, 27 Mar 2013 19:40:43 +0000 (15:40 -0400)]
cleanup
Joey Hess [Wed, 27 Mar 2013 19:36:24 +0000 (15:36 -0400)]
mistagged
Joey Hess [Wed, 27 Mar 2013 19:35:14 +0000 (15:35 -0400)]
updates
http://joeyh.name/ [Wed, 27 Mar 2013 19:22:06 +0000 (19:22 +0000)]
Added a comment
Joey Hess [Wed, 27 Mar 2013 18:56:15 +0000 (14:56 -0400)]
webapp: Fix a race that sometimes caused alerts or other notifications to be missed if they occurred while a page was loading.
When a page is loaded, the javascript requests an notification url, and
does long polling on the url to be informed of changes. But if a change
occured before the notification url was requested, it would not be notified
of that change, and so the page display would not update.
I fixed this by *always* updating the page display after it gets
the notification url. This is extra work, but the overhead is not noticable
in the other overhead of loading a page.
(A nicer way would be to somehow record the version of a page initially
loaded, and then compare it with the current version when getting the
notification url, and only force an update if it's changed. But getting
the "version" of the different parts of the page that use long polling
is difficult.)
Joey Hess [Wed, 27 Mar 2013 18:25:49 +0000 (14:25 -0400)]
avoid displaying alert when syncing only to removable drives and all not attached
Joey Hess [Wed, 27 Mar 2013 18:19:10 +0000 (14:19 -0400)]
fix inverted logic in filtering failed remotes
Joey Hess [Wed, 27 Mar 2013 17:53:49 +0000 (13:53 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 27 Mar 2013 17:51:24 +0000 (13:51 -0400)]
Per-command usage messages.
Xyem [Wed, 27 Mar 2013 16:50:58 +0000 (16:50 +0000)]
Added a comment
http://joeyh.name/ [Wed, 27 Mar 2013 16:38:47 +0000 (16:38 +0000)]
Added a comment
http://joeyh.name/ [Wed, 27 Mar 2013 16:38:10 +0000 (16:38 +0000)]
Added a comment
Joey Hess [Wed, 27 Mar 2013 16:37:15 +0000 (12:37 -0400)]
add a debug message about where logging goes
http://joeyh.name/ [Wed, 27 Mar 2013 16:18:15 +0000 (16:18 +0000)]
Added a comment
Joey Hess [Wed, 27 Mar 2013 15:45:46 +0000 (11:45 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
24.5.140.143 [Wed, 27 Mar 2013 01:42:40 +0000 (01:42 +0000)]
poll vote (I need an IPhone port (not holding my breath))
https://launchpad.net/~wincus [Tue, 26 Mar 2013 16:02:55 +0000 (16:02 +0000)]
Added a comment: git annex on Snow Leopard
Joey Hess [Tue, 26 Mar 2013 02:09:31 +0000 (22:09 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
24.49.204.117 [Mon, 25 Mar 2013 19:25:45 +0000 (19:25 +0000)]
poll vote (I need an Android port)
Joey Hess [Mon, 25 Mar 2013 16:41:57 +0000 (12:41 -0400)]
make usage less terrifying
Need to make `git annex help command` show the options for that command.
Added a comment: SSL certificates
Joey Hess [Mon, 25 Mar 2013 14:23:05 +0000 (10:23 -0400)]
Group subcommands into sections in usage. Closes: #703797
http://ertai.myopenid.com/ [Mon, 25 Mar 2013 12:47:23 +0000 (12:47 +0000)]
Added a comment: git-annex no longer supported by gitolite g3
Added a comment
Added a comment
poll vote (I'm using the assistant!)
Joey Hess [Sun, 24 Mar 2013 22:55:19 +0000 (18:55 -0400)]
fix build with xmpp and w/o webapp
Joey Hess [Sun, 24 Mar 2013 22:28:21 +0000 (18:28 -0400)]
add section metadata to all commands
Not yet used .. mindless train work.
EskildHustvedt [Sun, 24 Mar 2013 15:31:51 +0000 (15:31 +0000)]
Initial report
Joey Hess [Sun, 24 Mar 2013 13:10:48 +0000 (09:10 -0400)]
typo
Joey Hess [Sun, 24 Mar 2013 13:09:41 +0000 (09:09 -0400)]
add page for xmpp
http://joeyh.name/ [Sun, 24 Mar 2013 12:45:25 +0000 (12:45 +0000)]
Added a comment
82.32.202.53 [Sun, 24 Mar 2013 10:15:04 +0000 (10:15 +0000)]
poll vote (I haven't always well understood the differences between commandline operation & the assistant, so the differences would confuse me, and I found the command line more understandable & less scary. Now trying to learn to like & trust the assistant. :))
Joey Hess [Sat, 23 Mar 2013 19:06:32 +0000 (15:06 -0400)]
add news item for git-annex 4.
20130323
80.144.250.66 [Sat, 23 Mar 2013 18:51:25 +0000 (18:51 +0000)]
poll vote (Waiting for Fedora/CentOS rpm repository.)
2.25.48.3 [Sat, 23 Mar 2013 10:11:13 +0000 (10:11 +0000)]
poll vote (Ubuntu PPA does not build with webapp)
http://adamspiers.myopenid.com/ [Sat, 23 Mar 2013 01:16:51 +0000 (01:16 +0000)]
update openSUSE install info
Xyem [Sat, 23 Mar 2013 00:22:45 +0000 (00:22 +0000)]
Joey Hess [Fri, 22 Mar 2013 23:25:28 +0000 (19:25 -0400)]
prep for release tomorrow
Xyem [Fri, 22 Mar 2013 11:18:54 +0000 (11:18 +0000)]
Added a comment
Added a comment: Rackspace Cloud Files support
Joey Hess [Wed, 20 Mar 2013 22:21:43 +0000 (18:21 -0400)]
better word wrapping
Joey Hess [Wed, 20 Mar 2013 20:48:03 +0000 (16:48 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 20 Mar 2013 20:47:31 +0000 (16:47 -0400)]
blog for the day
Joey Hess [Wed, 20 Mar 2013 20:46:35 +0000 (16:46 -0400)]
adding removable drive improvements
http://jasonwoof.com/ [Wed, 20 Mar 2013 20:28:08 +0000 (20:28 +0000)]
Added a comment: wrapping css
Joey Hess [Wed, 20 Mar 2013 18:27:37 +0000 (14:27 -0400)]
updates
Joey Hess [Wed, 20 Mar 2013 18:23:32 +0000 (14:23 -0400)]
thoughts
Joey Hess [Wed, 20 Mar 2013 18:16:52 +0000 (14:16 -0400)]
remove done item
Joey Hess [Wed, 20 Mar 2013 18:16:23 +0000 (14:16 -0400)]
remove done item
Joey Hess [Wed, 20 Mar 2013 18:11:36 +0000 (14:11 -0400)]
deal with $0 having spaces in it