summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* support parsing options like --to=hereGravatar Joey Hess2017-05-31
| | | | | | | | Reworked remote name parsing to allow things like that. Command.Move uses it for --to=here, although there's not yet an implementation of that option. This commit was sponsored by Ignacio on Patreon.
* Added a commentGravatar Horus2017-05-29
|
* Added a comment: Working againGravatar mario2017-05-29
|
* Added a commentGravatar http://schnouki.net/2017-05-29
|
* Added a comment: Standalone git-annex on Synology DS216+ NASGravatar ewen2017-05-28
|
* Added a comment: git-annex on Synology DS216+ (x86-64)Gravatar ewen2017-05-28
|
* (no commit message)Gravatar jeff2017-05-26
|
* Added a comment: woohooGravatar yarikoptic2017-05-26
|
* Avoid concurrent git-config setting problem when running concurrent threads.Gravatar Joey Hess2017-05-25
| | | | | | | | | | See my comment. This only avoids the problem for -J; two git-annex processes started at the same time could still both try to write to .git/config and one fail. That would be very unlikely though, and it doesn't really seem worth adding an additional layer of locking around .git/config. This commit was supported by the NSF-funded DataLad project.
* Fix transfer log file locking problem when running concurrent transfers.Gravatar Joey Hess2017-05-25
| | | | | | | | | | | | | | orElse is great, but was not the right thing to use here because waitTakeLock could retry for other reasons than the lock being held, which made tryTakeLock fail when it shouldn't. Instead, move the code to tryTakeLock and implement waitTakeLock using tryTakeLock and retry. (Also, in runTransfer, when checkSaneLock fails, dropLock to avoid leaking a lock handle.) This commit was supported by the NSF-funded DataLad project.
* Added a commentGravatar yarikoptic2017-05-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-25
|\
* | Improve progress display when watching file size, in cases where a transfer ↵Gravatar Joey Hess2017-05-25
| | | | | | | | | | | | does not resume. This commit was supported by the NSF-funded DataLad project.
| * Added a commentGravatar mario2017-05-25
|/
* responseGravatar Joey Hess2017-05-25
|
* commentGravatar Joey Hess2017-05-25
|
* commentGravatar Joey Hess2017-05-25
|
* improve docs, mention git config receive.denyCurrentBranch updateInsteadGravatar Joey Hess2017-05-25
|
* responseGravatar Joey Hess2017-05-25
|
* original complaintGravatar yarikoptic2017-05-25
|
* Added a commentGravatar mario2017-05-25
|
* Added a commentGravatar mario2017-05-25
|
* thoughtsGravatar Joey Hess2017-05-24
|
* tighten forced subkey matchingGravatar Joey Hess2017-05-24
| | | | Someone might have a name or email address ending in a bang..
* more consistent backticks with other man pagesGravatar Joey Hess2017-05-24
|
* initremote, enableremote: Support gpg subkeys suffixed with an exclamation ↵Gravatar Joey Hess2017-05-24
| | | | | | mark, which forces gpg to use a specific subkey. This commit was sponsored by Peter Hogg on Patreon.
* commentGravatar Joey Hess2017-05-24
|
* responseGravatar Joey Hess2017-05-24
|
* mention autoenable=trueGravatar Joey Hess2017-05-24
|
* commentGravatar Joey Hess2017-05-24
|
* commentGravatar Joey Hess2017-05-24
|
* responseGravatar Joey Hess2017-05-24
|
* (no commit message)Gravatar mario2017-05-22
|
* Added a commentGravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82017-05-22
|
* Added a commentGravatar namsgorf@6b5ce57fbe9dc2a2c65d6817151f107dc22f438c2017-05-21
|
* add news item for git-annex 6.20170519Gravatar Joey Hess2017-05-19
|
* releasing package git-annex version 6.201705196.20170519Gravatar Joey Hess2017-05-19
|
* typoGravatar Joey Hess2017-05-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-19
|\
* | fix build failure w/o concurrent-outputGravatar Joey Hess2017-05-19
| | | | | | | | | | Also removed warning on old version, since the autobuilder highlights warnings as errors and this is too minor for that.
| * Added a comment: (compress/tar)ing the filesGravatar dav02.git@4d920fe040aa5df86fcd9f4dd57d3fcf85ee56412017-05-19
| |
| * Added a commentGravatar mario2017-05-19
| |
| * Added a commentGravatar leavingchicago@c04c893e78d1c4c76cb3e32b5c227cf42bbf76822017-05-19
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-18
|\|
| * (no commit message)Gravatar mario2017-05-18
| |
| * item in history -> single itemGravatar dav02.git@4d920fe040aa5df86fcd9f4dd57d3fcf85ee56412017-05-18
| |
| * (no commit message)Gravatar mario2017-05-18
| |
| * update linksGravatar dav02.git@4d920fe040aa5df86fcd9f4dd57d3fcf85ee56412017-05-18
| |
| * (no commit message)Gravatar dav02.git@4d920fe040aa5df86fcd9f4dd57d3fcf85ee56412017-05-18
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-17
|\|