summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Run wget with -nv instead of -q, so it will display HTTP errors.Gravatar Joey Hess2017-02-20
| | | | | | This adds one extra line of output when a download is successful, after the progress bar. I don't much like that, but wget does not provide a way to show HTTP errors without it.
* commentGravatar Joey Hess2017-02-20
|
* commentGravatar Joey Hess2017-02-20
|
* Added a comment: the problem filesGravatar andrew2017-02-20
|
* adjust: Fix behavior when used in a repository that contains submodules.Gravatar Joey Hess2017-02-20
| | | | | Also fixed the LsFiles parser to not assume its output has a fixed width type field.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-20
|\
* | commentGravatar Joey Hess2017-02-20
| |
* | mention GIT_SSH_COMMANDGravatar Joey Hess2017-02-20
| |
* | commentGravatar Joey Hess2017-02-20
| |
* | commentGravatar Joey Hess2017-02-20
| |
* | removeGravatar Joey Hess2017-02-20
| | | | | | | | | | | | I've seen this thing, whatever it is, mentioned in spam links before, so even if it's valid for some OS (probably not the one being asked about), it's verboten here.
* | commentGravatar Joey Hess2017-02-20
| |
* | git-annex.cabal: Make crypto-api a dependency even when built w/o webapp and ↵Gravatar Joey Hess2017-02-20
| | | | | | | | | | | | | | | | test suite. The p2p code made it always be needed. This commit was sponsored by Anthony DeRobertis on Patreon.
* | commentGravatar Joey Hess2017-02-20
| |
* | commentGravatar Joey Hess2017-02-20
| |
| * (no commit message)Gravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-20
| |
| * (no commit message)Gravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-20
| |
| * Added a commentGravatar openmedi2017-02-19
| |
| * (no commit message)Gravatar m@2be305d83b52202ec4364229a836f463a67013362017-02-19
| |
| * (no commit message)Gravatar mhauru2017-02-19
| |
| * Added a commentGravatar openmedi2017-02-19
| |
| * (no commit message)Gravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-18
| |
| * (no commit message)Gravatar openmedi2017-02-18
| |
| * (no commit message)Gravatar openmedi2017-02-18
|/
* linkifyGravatar Joey Hess2017-02-17
|
* devblogGravatar Joey Hess2017-02-17
|
* documentation updates for new receive.denyCurrentBranch=updateInstead supportGravatar Joey Hess2017-02-17
| | | | This commit was sponsored by andrea rota.
* sync hack to make updateInstead work on eg FATGravatar Joey Hess2017-02-17
| | | | | | | | | | | | sync: When syncing with a local repository located on a crippled filesystem, run the post-receive hook there, since it wouldn't get run otherwise. This makes pushing to repos on FAT-formatted removable drives update them when receive.denyCurrentBranch=updateInstead. Made Remote.Git export onLocal, which was cleaned up to not have so many caveats about its use. This commit was sponsored by Jeff Goeke-Smith on Patreon.
* have onLocal stop any coprocesses, not only cat-fileGravatar Joey Hess2017-02-17
| | | | | I have not seen any other coprocesses being started, but let's avoid problems if any do for whatever reason.
* post-recive hook to make updateInstead work in direct mode and adjusted branchesGravatar Joey Hess2017-02-17
| | | | | | | | * Added post-recieve hook, which makes updateInstead work with direct mode and adjusted branches. * init: Set up the post-receive hook. This commit was sponsored by Fernando Jimenez on Patreon.
* make git-annex:git-annex push quiet againGravatar Joey Hess2017-02-17
| | | | | | | | | | | | Recent changes had a side effect of displaying errors in the fairly common case when this push fails. Since the synced/git-annex push is always forced, those errors are noise, so hide again. This means 3 separate pushes are done now, where before it only made 2. A bit more expensive, but ssh connection caching eliminates most of the costs. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* thoughtsGravatar Joey Hess2017-02-17
|
* commentGravatar Joey Hess2017-02-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-17
|\
| * initial whiningGravatar yarikoptic2017-02-17
| |
| * Added a commentGravatar lasitus2017-02-17
| |
| * (no commit message)Gravatar yarikoptic2017-02-17
| |
| * (no commit message)Gravatar binx2017-02-17
| |
* | cleanupGravatar Joey Hess2017-02-16
|/
* removedGravatar JohnKozak2017-02-16
|
* Added a commentGravatar JohnKozak2017-02-16
|
* remove crud from transcriptGravatar JohnKozak2017-02-16
|
* make query commands not output extraneous messagesGravatar Joey Hess2017-02-16
| | | | | | config group groupwanted numcopies schedule wanted required: Avoid displaying extraneous messages about repository auto-init, git-annex branch merging, etc, when being used to get information.
* Added a commentGravatar yarikoptic2017-02-16
|
* Added a commentGravatar CandyAngel2017-02-16
|
* (no commit message)Gravatar JohnKozak2017-02-16
|
* Added a commentGravatar andy2017-02-16
|
* (no commit message)Gravatar yarikoptic2017-02-16
|
* devblogGravatar Joey Hess2017-02-15
|
* sync: Improve integration with receive.denyCurrentBranch=updateInsteadGravatar Joey Hess2017-02-15
| | | | | | | | | | By displaying error messages from the remote then it fails to update its checked out branch. Error messages in the default receive.denyCurrentBranch are still suppressed, which matches user expectations. This commit was sponsored by Nick Daly on Patreon.