git-annex.git
13 years agodesign page for rate limiting
Joey Hess [Sat, 30 Mar 2013 18:25:07 +0000 (14:25 -0400)]
design page for rate limiting

13 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Sat, 30 Mar 2013 14:37:07 +0000 (10:37 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

13 years agoAdded a comment: Great idea!
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo [Sat, 30 Mar 2013 08:00:17 +0000 (08:00 +0000)]
Added a comment: Great idea!

13 years agotweak
Joey Hess [Sat, 30 Mar 2013 03:31:25 +0000 (23:31 -0400)]
tweak

13 years agoremoved
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo [Sat, 30 Mar 2013 00:30:10 +0000 (00:30 +0000)]
removed

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo [Sat, 30 Mar 2013 00:29:37 +0000 (00:29 +0000)]

13 years agoAdded a comment: suggesting feature: stream
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo [Sat, 30 Mar 2013 00:27:28 +0000 (00:27 +0000)]
Added a comment: suggesting feature: stream

13 years agoAdded a comment: solved the problem
https://www.google.com/accounts/o8/id?id=AItOawn9JRcJ_69McoLFe5-dvTMdfS9rJpGy6JI [Sat, 30 Mar 2013 00:13:29 +0000 (00:13 +0000)]
Added a comment: solved the problem

13 years agoAdded a comment: this just happened to me as well
https://www.google.com/accounts/o8/id?id=AItOawn9JRcJ_69McoLFe5-dvTMdfS9rJpGy6JI [Fri, 29 Mar 2013 23:28:06 +0000 (23:28 +0000)]
Added a comment: this just happened to me as well

13 years agoAdded a comment: sshfs ? and no sync from special remote to 2nd git-annex ?
diepes [Fri, 29 Mar 2013 22:09:49 +0000 (22:09 +0000)]
Added a comment: sshfs ?  and no sync from special remote to 2nd git-annex ?

13 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 29 Mar 2013 22:06:54 +0000 (18:06 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

13 years agochangelog
Joey Hess [Fri, 29 Mar 2013 22:06:23 +0000 (18:06 -0400)]
changelog

13 years agominor wording fixes
Joey Hess [Fri, 29 Mar 2013 22:06:14 +0000 (18:06 -0400)]
minor wording fixes

13 years agoAllow other MAC algorithms in the Remote Config.
guilhem [Fri, 29 Mar 2013 16:06:02 +0000 (17:06 +0100)]
Allow other MAC algorithms in the Remote Config.

13 years agoremoved
diepes [Fri, 29 Mar 2013 22:04:02 +0000 (22:04 +0000)]
removed

13 years agoAdded a comment
diepes [Fri, 29 Mar 2013 22:03:38 +0000 (22:03 +0000)]
Added a comment

13 years agoremoved
diepes [Fri, 29 Mar 2013 22:01:17 +0000 (22:01 +0000)]
removed

13 years agoAdded a comment: Rather use sshfs ? and No sync to 2nd repo ?
diepes [Fri, 29 Mar 2013 22:00:17 +0000 (22:00 +0000)]
Added a comment: Rather use sshfs ?    and   No sync to 2nd repo ?

13 years agofix version
Joey Hess [Fri, 29 Mar 2013 21:09:05 +0000 (17:09 -0400)]
fix version

13 years agoversion
Joey Hess [Fri, 29 Mar 2013 21:07:33 +0000 (17:07 -0400)]
version

13 years agonew awesome feature tip
Joey Hess [Fri, 29 Mar 2013 21:06:36 +0000 (17:06 -0400)]
new awesome feature tip

13 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 29 Mar 2013 20:56:14 +0000 (16:56 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

13 years agoblog for the day
Joey Hess [Fri, 29 Mar 2013 20:55:16 +0000 (16:55 -0400)]
blog for the day

13 years agoassistant: Check small files into git directly.
Joey Hess [Fri, 29 Mar 2013 20:54:59 +0000 (16:54 -0400)]
assistant: Check small files into git directly.

13 years agobetter example
Joey Hess [Fri, 29 Mar 2013 20:41:54 +0000 (16:41 -0400)]
better example

13 years agoadd --force overrides annex.largefiles
Joey Hess [Fri, 29 Mar 2013 20:20:15 +0000 (16:20 -0400)]
add --force overrides annex.largefiles

13 years agoNew annex.largefiles setting, which configures which files `git annex add` and the...
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.

13 years agoupdate annex.direct docs
Joey Hess [Fri, 29 Mar 2013 17:33:56 +0000 (13:33 -0400)]
update annex.direct docs

13 years agoAdded a comment
http://joeyh.name/ [Fri, 29 Mar 2013 17:12:47 +0000 (17:12 +0000)]
Added a comment

13 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 29 Mar 2013 17:09:50 +0000 (13:09 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

13 years agowebapp: Run ssh server probes in a way that will work when the login shell is a monst...
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.

13 years agoAdded a comment
http://joeyh.name/ [Fri, 29 Mar 2013 16:47:30 +0000 (16:47 +0000)]
Added a comment

13 years agoAdded a comment: rsync description and example
diepes [Fri, 29 Mar 2013 15:57:20 +0000 (15:57 +0000)]
Added a comment: rsync description and example

13 years agoBuild debian package without using cabal, which writes to HOME. Closes: #704205
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

13 years agoMerge branch 'master' of git://git-annex.branchable.com
Richard Hartmann [Fri, 29 Mar 2013 15:22:10 +0000 (16:22 +0100)]
Merge branch 'master' of git://git-annex.branchable.com

13 years agoFix typo
Richard Hartmann [Fri, 29 Mar 2013 15:21:58 +0000 (16:21 +0100)]
Fix typo

13 years agoAdded a comment: box.com fixed
https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM [Fri, 29 Mar 2013 15:15:32 +0000 (15:15 +0000)]
Added a comment: box.com fixed

13 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c [Fri, 29 Mar 2013 04:03:44 +0000 (04:03 +0000)]
Added a comment

13 years agoremoved
https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c [Fri, 29 Mar 2013 03:49:45 +0000 (03:49 +0000)]
removed

13 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c [Fri, 29 Mar 2013 03:48:42 +0000 (03:48 +0000)]
Added a comment

13 years agosyntax tweak
Joey Hess [Fri, 29 Mar 2013 03:27:45 +0000 (23:27 -0400)]
syntax tweak

13 years agoblog for the day
Joey Hess [Thu, 28 Mar 2013 21:41:43 +0000 (17:41 -0400)]
blog for the day

13 years agotypo
Joey Hess [Thu, 28 Mar 2013 21:11:53 +0000 (17:11 -0400)]
typo

13 years agowebapp: Progess bar fixes for many types of special remotes.
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.

13 years agoavoid removing a transfer being made by another process
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.

13 years agoskip files in dist
Joey Hess [Thu, 28 Mar 2013 19:08:29 +0000 (15:08 -0400)]
skip files in dist

13 years agoupdate comment
Joey Hess [Thu, 28 Mar 2013 19:03:51 +0000 (15:03 -0400)]
update comment

13 years agoavoid showing web special remote in sync alert
Joey Hess [Thu, 28 Mar 2013 18:51:39 +0000 (14:51 -0400)]
avoid showing web special remote in sync alert

13 years agocleanup debug print
Joey Hess [Thu, 28 Mar 2013 18:18:26 +0000 (14:18 -0400)]
cleanup debug print

13 years agoAdded a comment
http://joeyh.name/ [Thu, 28 Mar 2013 15:50:47 +0000 (15:50 +0000)]
Added a comment

13 years agoAdded a comment: something for the wishlist maybe?
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo [Thu, 28 Mar 2013 08:30:07 +0000 (08:30 +0000)]
Added a comment: something for the wishlist maybe?

13 years agoAdded a comment
http://joeyh.name/ [Wed, 27 Mar 2013 22:48:16 +0000 (22:48 +0000)]
Added a comment

13 years ago(no commit message)
51m0n [Wed, 27 Mar 2013 22:43:28 +0000 (22:43 +0000)]

13 years agoblog for the day
Joey Hess [Wed, 27 Mar 2013 20:55:15 +0000 (16:55 -0400)]
blog for the day

13 years agoMerge remote-tracking branch 'origin/master'
Joey Hess [Wed, 27 Mar 2013 20:54:30 +0000 (16:54 -0400)]
Merge remote-tracking branch 'origin/master'

13 years agoupdate
Joey Hess [Wed, 27 Mar 2013 20:50:11 +0000 (16:50 -0400)]
update

13 years agoupdate
Joey Hess [Wed, 27 Mar 2013 20:18:53 +0000 (16:18 -0400)]
update

13 years agoimprove wording
Joey Hess [Wed, 27 Mar 2013 19:46:08 +0000 (15:46 -0400)]
improve wording

13 years agocleanup
Joey Hess [Wed, 27 Mar 2013 19:40:43 +0000 (15:40 -0400)]
cleanup

13 years agomistagged
Joey Hess [Wed, 27 Mar 2013 19:36:24 +0000 (15:36 -0400)]
mistagged

13 years agoupdates
Joey Hess [Wed, 27 Mar 2013 19:35:14 +0000 (15:35 -0400)]
updates

13 years agoAdded a comment
http://joeyh.name/ [Wed, 27 Mar 2013 19:22:06 +0000 (19:22 +0000)]
Added a comment

13 years agowebapp: Fix a race that sometimes caused alerts or other notifications to be missed...
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.)

13 years agoavoid displaying alert when syncing only to removable drives and all not attached
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

13 years agofix inverted logic in filtering failed remotes
Joey Hess [Wed, 27 Mar 2013 18:19:10 +0000 (14:19 -0400)]
fix inverted logic in filtering failed remotes

13 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 27 Mar 2013 17:53:49 +0000 (13:53 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

13 years agoPer-command usage messages.
Joey Hess [Wed, 27 Mar 2013 17:51:24 +0000 (13:51 -0400)]
Per-command usage messages.

13 years agoAdded a comment
Xyem [Wed, 27 Mar 2013 16:50:58 +0000 (16:50 +0000)]
Added a comment

13 years agoAdded a comment
http://joeyh.name/ [Wed, 27 Mar 2013 16:38:47 +0000 (16:38 +0000)]
Added a comment

13 years agoAdded a comment
http://joeyh.name/ [Wed, 27 Mar 2013 16:38:10 +0000 (16:38 +0000)]
Added a comment

13 years agoadd a debug message about where logging goes
Joey Hess [Wed, 27 Mar 2013 16:37:15 +0000 (12:37 -0400)]
add a debug message about where logging goes

13 years agoAdded a comment
http://joeyh.name/ [Wed, 27 Mar 2013 16:18:15 +0000 (16:18 +0000)]
Added a comment

13 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 27 Mar 2013 15:45:46 +0000 (11:45 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

13 years agopoll vote (I need an IPhone port (not holding my breath))
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))

13 years agoAdded a comment: git annex on Snow Leopard
https://launchpad.net/~wincus [Tue, 26 Mar 2013 16:02:55 +0000 (16:02 +0000)]
Added a comment: git annex on Snow Leopard

13 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 26 Mar 2013 02:09:31 +0000 (22:09 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

13 years agopoll vote (I need an Android port)
24.49.204.117 [Mon, 25 Mar 2013 19:25:45 +0000 (19:25 +0000)]
poll vote (I need an Android port)

13 years agomake usage less terrifying
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.

13 years agoAdded a comment: SSL certificates
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo [Mon, 25 Mar 2013 16:09:54 +0000 (16:09 +0000)]
Added a comment: SSL certificates

13 years agoGroup subcommands into sections in usage. Closes: #703797
Joey Hess [Mon, 25 Mar 2013 14:23:05 +0000 (10:23 -0400)]
Group subcommands into sections in usage. Closes: #703797

13 years agoAdded a comment: git-annex no longer supported by gitolite g3
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

13 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c [Mon, 25 Mar 2013 02:20:05 +0000 (02:20 +0000)]
Added a comment

13 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawnR7hb8IaKB3IKZptRukje0yahmhfLOO98 [Mon, 25 Mar 2013 01:58:23 +0000 (01:58 +0000)]
Added a comment

13 years agopoll vote (I'm using the assistant!)
https://www.google.com/accounts/o8/id?id=AItOawnR7hb8IaKB3IKZptRukje0yahmhfLOO98 [Mon, 25 Mar 2013 01:53:31 +0000 (01:53 +0000)]
poll vote (I'm using the assistant!)

13 years agofix build with xmpp and w/o webapp
Joey Hess [Sun, 24 Mar 2013 22:55:19 +0000 (18:55 -0400)]
fix build with xmpp and w/o webapp

13 years agoadd section metadata to all commands
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.

13 years agoInitial report
EskildHustvedt [Sun, 24 Mar 2013 15:31:51 +0000 (15:31 +0000)]
Initial report

13 years agotypo
Joey Hess [Sun, 24 Mar 2013 13:10:48 +0000 (09:10 -0400)]
typo

13 years agoadd page for xmpp
Joey Hess [Sun, 24 Mar 2013 13:09:41 +0000 (09:09 -0400)]
add page for xmpp

13 years agoAdded a comment
http://joeyh.name/ [Sun, 24 Mar 2013 12:45:25 +0000 (12:45 +0000)]
Added a comment

13 years agopoll vote (I haven't always well understood the differences between commandline opera...
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. :))

13 years agoadd news item for git-annex 4.20130323
Joey Hess [Sat, 23 Mar 2013 19:06:32 +0000 (15:06 -0400)]
add news item for git-annex 4.20130323

13 years agopoll vote (Waiting for Fedora/CentOS rpm repository.)
80.144.250.66 [Sat, 23 Mar 2013 18:51:25 +0000 (18:51 +0000)]
poll vote (Waiting for Fedora/CentOS rpm repository.)

13 years agopoll vote (Ubuntu PPA does not build with webapp)
2.25.48.3 [Sat, 23 Mar 2013 10:11:13 +0000 (10:11 +0000)]
poll vote (Ubuntu PPA does not build with webapp)

13 years agoupdate openSUSE install info
http://adamspiers.myopenid.com/ [Sat, 23 Mar 2013 01:16:51 +0000 (01:16 +0000)]
update openSUSE install info

13 years ago(no commit message)
Xyem [Sat, 23 Mar 2013 00:22:45 +0000 (00:22 +0000)]

13 years agoprep for release tomorrow
Joey Hess [Fri, 22 Mar 2013 23:25:28 +0000 (19:25 -0400)]
prep for release tomorrow

13 years agoAdded a comment
Xyem [Fri, 22 Mar 2013 11:18:54 +0000 (11:18 +0000)]
Added a comment

13 years agoAdded a comment: Rackspace Cloud Files support
https://www.google.com/accounts/o8/id?id=AItOawkQqKSVY98PVGDIaYZdK9CodJdbh7cFfhY [Fri, 22 Mar 2013 08:20:41 +0000 (08:20 +0000)]
Added a comment: Rackspace Cloud Files support

13 years agobetter word wrapping
Joey Hess [Wed, 20 Mar 2013 22:21:43 +0000 (18:21 -0400)]
better word wrapping