Joey Hess
195dce87ba
comment
2015-11-18 15:10:55 -04:00
Joey Hess
c2674308c0
map: Improve display of git remotes with non-ssh urls, including http and gcrypt.
2015-11-18 15:08:55 -04:00
Joey Hess
cecf3894ff
note where map is left in --fast mode
2015-11-18 14:17:52 -04:00
Joey Hess
7c156f3548
Merge branch 'master' of ssh://git-annex.branchable.com
2015-11-18 14:13:11 -04:00
Joey Hess
5097d1a365
response
2015-11-18 14:12:04 -04:00
Agenta
6bb284a24f
Added a comment
2015-11-18 18:07:51 +00:00
Joey Hess
7cf3dc1997
Merge branch 'master' of ssh://git-annex.branchable.com
2015-11-18 13:51:57 -04:00
Joey Hess
4634b8842f
response
2015-11-18 13:51:30 -04:00
Joey Hess
2a20bd57ac
response
2015-11-18 13:32:09 -04:00
Joey Hess
e85dd3b4c2
close
2015-11-18 13:06:51 -04:00
fiatjaf
fa7374e65e
Added a comment: I'm sorry
2015-11-18 16:42:04 +00:00
Joey Hess
a9a10ee0a9
improve error message when special remote program cannot be run
2015-11-18 12:30:01 -04:00
Joey Hess
e88582ecad
Merge branch 'master' of ssh://git-annex.branchable.com
2015-11-18 12:21:12 -04:00
Joey Hess
dcb1884851
seems ok; hints at debugging what's wrong
2015-11-18 12:20:11 -04:00
rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31
0040e5a733
Added a comment: Finding IPFS hash
2015-11-18 14:55:33 +00:00
Joey Hess
04e150abb3
use intercalate instead of MissingH's join
...
The two functions are identical.
2015-11-17 17:27:24 -04:00
Joey Hess
689bdae03a
reorg quickcheck to a separate module
2015-11-17 15:49:22 -04:00
juh
a9bda0125c
Added a comment: My current workflow
2015-11-17 14:48:00 +00:00
Agenta
4f0b3d57d1
Added a comment
2015-11-17 10:32:41 +00:00
annex.nrb@0b99c9078ef84fe229eb6f00841028a57dc07612
1ec3e61cb6
Added a comment: Should something else, not annex solve the ad hoc git use case?
2015-11-17 10:02:25 +00:00
Joey Hess
3449c0e8ec
avoid spawning file size polling thread when not in -J mode
2015-11-16 21:21:58 -04:00
Joey Hess
e97fce35a6
Display progress meter in -J mode when downloading from the web.
...
Including in addurl, and get --from web, but also in S3 and External
special remotes when a web url is known for content in those remotes.
2015-11-16 21:00:54 -04:00
Joey Hess
1244eb3770
refactor
2015-11-16 20:27:01 -04:00
Joey Hess
2917b0ac41
Merge branch 'master' of ssh://git-annex.branchable.com
2015-11-16 19:33:59 -04:00
Joey Hess
7943442dff
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..
2015-11-16 19:32:30 -04:00
Joey Hess
1ac36f1933
warning when built w/o concurrent-output
2015-11-16 19:10:38 -04:00
r@9dd621f83d4900d70d4ed2319f20160749f1343e
7e5c33b9dd
Added a comment: How to get deleted files and older versions out of a full backup repository?
2015-11-16 21:27:34 +00:00
Joey Hess
09d04fa483
wording
2015-11-16 17:06:34 -04:00
Yaroslav Halchenko
c60afa0891
BF: standalone debian package -- dh_makeshlibs --noscripts
...
To avoid creation of unnecessary trigger calling out to ldconfig
via activate-noawait which is not present on older releases (e.g. squeeze)
2015-11-16 17:05:30 -04:00
Joey Hess
9f7e4ed811
Build with -j1 again to get reproducible build.
...
This was in the cabal file earlier, and was removed because it broke the
android cross build. Moving to the git-annex target of the Makefile
will make it be used for Debian packages etc but not android cross builds
or make fast or when users build with cabal.
2015-11-16 16:51:24 -04:00
Joey Hess
50572947a4
remove old news comments
2015-11-16 16:03:00 -04:00
Joey Hess
76139a93ff
add news item for git-annex 5.20151116
2015-11-16 16:01:27 -04:00
Joey Hess
2864dc6d15
typo
2015-11-16 15:53:30 -04:00
Joey Hess
c670a0642c
fix warning
2015-11-16 15:37:27 -04:00
Joey Hess
262c37c16e
add missing checkSaneLock wrapper for pidlocks
2015-11-16 15:35:41 -04:00
Joey Hess
e2b4861bff
store abspath to the lock file
...
Avoids problems if the program chdirs
2015-11-16 15:25:04 -04:00
Joey Hess
b0626230b7
fix use of hifalutin terminology
2015-11-16 14:37:31 -04:00
Joey Hess
be86081ff4
avoid crashing in checkDaemon when fcntl locking is not supported
...
Instead, just assume the daemon isn't running. Since the pid file locking
fails on such a filesystem, we know it's not running.
2015-11-16 14:34:30 -04:00
Joey Hess
b5df6c7b93
prep release
2015-11-16 14:18:01 -04:00
Joey Hess
819917f713
comment
2015-11-16 14:15:53 -04:00
Joey Hess
189718cf8a
enable ConcurrentOutput by default when library is available
2015-11-16 11:51:16 -04:00
Joey Hess
e490e82653
Merge branch 'master' of ssh://git-annex.branchable.com
2015-11-16 11:40:20 -04:00
Joey Hess
6fc01da184
wording
2015-11-16 11:39:45 -04:00
Joey Hess
2e44da5c46
clean up side lock files when we're done with them
...
There's a potential race, but it's detected and just results in the other
process failing to take the side lock, so possibly retrying one second
later on. The race window is quite narrow so the extra delay is minor.
Left the side lock files mode 666 because an interruption can leave a side
lock file created by another user for a shared repository. When this
happens, the non-owning user can't delete it (+t) but can still lock it,
and so the code falls back to acting as it did before this commit.
2015-11-16 11:36:11 -04:00
atrent
232d372ab8
Added a comment
2015-11-16 09:06:34 +00:00
atrent
84f851b450
Added a comment
2015-11-16 07:50:30 +00:00
craig@6ddb6e2c94325e18a0d631a06e63fdc111ab1f12
f9369a0b69
Added a comment: Thanks
2015-11-16 05:34:35 +00:00
edward
4f10cf7434
fix typo
2015-11-14 09:57:40 +00:00
Joey Hess
6dfdc37738
devblog
2015-11-13 16:34:54 -04:00
Joey Hess
40feafae60
close
2015-11-13 16:33:53 -04:00