| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
will find it. Fixes OSX upgrade going forward, but older versions won't upgrade themselves due to this problem.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The one exception is in Utility.Daemon. As long as a process only
daemonizes once, which seems reasonable, and as long as it avoids calling
checkDaemon once it's already running as a daemon, the fcntl locking
gotchas won't be a problem there.
Annex.LockFile has it's own separate lock pool layer, which has been
renamed to LockCache. This is a persistent cache of locks that persist
until closed.
This is not quite done; lockContent stil needs to be converted.
|
|
|
|
| |
#785498
|
| |
|
| |
|
|
|
|
| |
rather than the default of considering all refs used.
|
|
|
|
|
|
| |
get/unused/info commands are run.
Deleting lock files is tricky, tricky stuff. I think I got it right!
|
|
|
|
|
|
| |
running at once.
As discussed in bug report.
|
|
|
|
|
|
|
|
|
|
|
|
| |
used.
Only the assistant uses these, and only the assistant cleans them up, so
make only git annex transferkeys write them,
There is one behavior change from this. If glacier is being used, and a
manual git annex get --from glacier fails because the file isn't available
yet, the assistant will no longer later see that failed transfer file and
retry the get. Hope no-one depended on that old behavior.
|
|
|
|
| |
annex.diskreserve.
|
|
|
|
| |
No progress bars with -J unless built with ascii-progress.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
Command/Fsck.hs
Messages.hs
Remote/Directory.hs
Remote/Git.hs
Remote/Helper/Special.hs
Types/Remote.hs
debian/changelog
git-annex.cabal
|
| | |
|
| | |
|
| |
| |
| |
| | |
not make sense and could cause data loss.
|
| | |
|
| | |
|
| |
| |
| |
| | |
recent ssh changes
|
| | |
|
| |
| |
| |
| | |
filename extension. This is currently the case when using quvi with youtube. In this case, the extension ".m" will be used.
|
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 742bdf6353ac8e08fb603fe60b53c1495d4fa801.
Build didn't actually seem to succeed, for both versions of android, so
I'll need to revisit this later.
|
| |
| |
| |
| |
| |
| |
| | |
webapp on arm, and enable DAV support on arm. \o/
Also, adjust some other arch specific build dependencies that are now
available on more architectures in Devian unstable.
|
| | |
|
| |
| |
| |
| |
| |
| | |
I've tested all the dataenc to sandi conversions except Assistant.XMPP,
and all have unchanged behavior, including behavior on large unicode code
points.
|
| |
| |
| |
| | |
version has some dependency on a newer ssh from cygwin.
|
| |
| |
| |
| | |
the setting of HOME. Instead, copy msysgit's ssh into PATH.
|
| |
| |
| |
| | |
when running fsck in a read-only repository. Closes: #698559 (fsck can still need to write to the repository if it find problems, but a successful fsck can be done read-only)
|
| | |
|
| | |
|
| |
| |
| |
| | |
symlinks when downloading from ftp.
|
| |
| |
| |
| | |
Tested it builds, but have not run it yet.
|
| | |
|
| |
| |
| |
| | |
doesn't exist. It will now continue to other files specified after that on the command line, and only error out at the end.
|
| |
| |
| |
| | |
--clean-duplicates mode, verify that enough copies of its content still exist.
|
| |
| |
| |
| | |
14.12.3 while still being compatable with 4.14.2. Thanks, silvio.
|
| |
| |
| |
| | |
or conflicting with something in the work tree.
|
| |
| |
| |
| | |
git 1.8.4 or newer.)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
cannot handle upper-case bucket names. git-annex now converts them to lower case automatically.
For example, it failed to get files from a bucket named S3.
Also fixes `git annex initremote UPPERCASE type=S3`, which failed with the
new aws library, with a signing error message.
|
| | |
|
| |
| |
| |
| | |
the bucket already exists.
|
| |
| |
| |
| | |
(endpoint, port, storage class)
|
| | |
|
| |
| |
| |
| |
| |
| | |
Jessie.
466 lines of compat cruft deleted!
|
| |
| |
| |
| | |
To debug a bug report, but generally useful.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
The setDifferences that got added to initialize turns out to make a git
commit, and before ensureCommit has been used. Thus, repo init can fail
when the system has a broken hostname etc.
Move the ensureCommit to the very first thing to avoid this kind of breakage.
|