summaryrefslogtreecommitdiff
path: root/doc/tips
Commit message (Collapse)AuthorAge
* commentGravatar Joey Hess2017-09-29
|
* capsGravatar Joey Hess2017-09-25
|
* expandGravatar Joey Hess2017-09-25
|
* export to webdavGravatar Joey Hess2017-09-12
| | | | | | | | | | | This basically works, but there's a bug when renaming a file that leaves a .git-annex-temp-content-key file in the webdav store, that never gets cleaned up. Also, exporting files with spaces to box.com seems to fail; perhaps it does not support it? This commit was supported by the NSF-funded DataLad project.
* stop warning about removals from IAGravatar Joey Hess2017-09-12
| | | | | | | In a test, I uploaded a pdf, and several files were derived from it. After removing the pdf, the derived files went away after approximatly half an hour. This window does not seem worth warning about every time. Documented it in the tip.
* S3: Allow removing files from IA, but warn about derived versions ↵Gravatar Joey Hess2017-09-12
| | | | | | | | | | | | | potentially still existing there. Removal works, only derives are a potential issue, so allow removing with a warning. This way, unexporting a file works, and behavior is consistent with IA remotes whether or not exporttree=yes. Also tested exporting filenames containing unicode, spaces, underscores. All worked, despite the IA's faq saying it doesn't. This commit was sponsored by Trenton Cronholm on Patreon.
* Added a comment: The initremote command appears to hang due to low entropyGravatar NathanCollins2017-09-10
|
* very minor typoGravatar yarikoptic2017-09-08
|
* consistencyGravatar Joey Hess2017-09-08
|
* S3 export finalizationGravatar Joey Hess2017-09-08
| | | | Fixed ACL issue, and updated some documentation.
* S3 export (untested)Gravatar Joey Hess2017-09-08
| | | | | | | | | | | It opens a http connection per file exported, but then so does git annex copy --to s3. Decided not to munge exported filenames for IA. Too large a chance of the munging having confusing results. Instead, export of files not supported by IA, eg with spaces in their name, will fail. This commit was supported by the NSF-funded DataLad project.
* Added a commentGravatar lykos@d125a37d89b1cfac20829f12911656c40cb700182017-07-21
|
* Added a comment: v6 & manual annexationGravatar hoxu2017-06-29
|
* Added a comment: git-annex support droppedGravatar spalax@b201acef21dca7798b874036bbbaa9e0079a0b7e2017-06-27
|
* zsh and fish completionsGravatar Joey Hess2017-06-09
| | | | | | | | | | | | | | | | optparse-applicative-0.14.0.0 adds support for these, so have the Makefile install their scripts when built with it. CmdLine/GitAnnex/Options.hs now uses action "file" in cmdParams, which affects the bash and zsh completions, letting them complete filenames for subcommands that use that. This is not needed for bash, since bash-completion.bash enables -o bashdefault, which lets it complete filenames too. But it does not seem to break the bash completions. It is needed for zsh; the zsh completion otherwise does not complete filenames. The fish completion will always complete filenames no matter what. Messy. This commit was sponsored by Denis Dzyubenko on Patreon.
* clarify that git update-server-info needs to be run on the serverGravatar Joey Hess2017-06-06
| | | | | forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site/ was a user running that in their clone from the server..
* Added a commentGravatar yibe2017-06-04
|
* Added a comment: git-annex on Synology DS216+ (x86-64)Gravatar ewen2017-05-28
|
* patchneeds to be sent to gitGravatar Joey Hess2017-05-11
|
* commentGravatar Joey Hess2017-05-11
|
* Added a comment: merge with scalability?Gravatar anarcat2017-04-24
|
* put reverse on top of pageGravatar anarcat2017-04-24
|
* link with brother pageGravatar anarcat2017-04-24
|
* link to sister pageGravatar anarcat2017-04-24
|
* add signatures to the various sectionsGravatar anarcat2017-04-24
|
* drop heading that was unnecessary and asymetricGravatar anarcat2017-04-24
|
* add git-annex-forgetGravatar anarcat2017-04-24
|
* fix fpart 403 errorGravatar anarcat2017-04-24
|
* add zini's split repo procedureGravatar anarcat2017-04-24
|
* (no commit message)Gravatar memeplex2017-04-14
|
* (no commit message)Gravatar memeplex2017-04-14
|
* Added remote.<name>.annex-push and remote.<name>.annex-pullGravatar Joey Hess2017-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former can be useful to make remotes that don't get fully synced with local changes, which comes up in a lot of situations. The latter was mostly added for symmetry, but could be useful (though less likely to be). Implementing `remote.<name>.annex-pull` was a bit tricky, as there's no one place where git-annex pulls/fetches from remotes. I audited all instances of "fetch" and "pull". A few cases were left not checking this config: * Git.Repair can try to pull missing refs from a remote, and if the local repo is corrupted, that seems a reasonable thing to do even though the config would normally prevent it. * Assistant.WebApp.Gpg and Remote.Gcrypt and Remote.Git do fetches as part of the setup process of a remote. The config would probably not be set then, and having the setup fail seems worse than honoring it if it is already set. I have not prevented all the code that does a "merge" from merging branches from remotes with remote.<name>.annex-pull=false. That could perhaps be done, but it would need a way to map from branch name to remote name, and the way refspecs work makes that hard to get really correct. So if the user fetches manually, the git-annex branch will get merged, for example. Anther way of looking at/justifying this is that the setting is called "annex-pull", not "annex-merge". This commit was supported by the NSF-funded DataLad project.
* commentGravatar Joey Hess2017-04-05
|
* commentGravatar Joey Hess2017-04-05
|
* Added a comment: onion-graterGravatar anarcat2017-03-30
|
* Added a comment: autostart and foreground together doesn't seem to workGravatar oberix@c7a19cddb1663df0c612a979b9d13b0d67f1f69a2017-03-30
|
* add annex-sync setting sampleGravatar anarcat2017-03-27
|
* link to torrent pageGravatar anarcat2017-03-27
|
* some issue i have come up with a few times and workaroundsGravatar anarcat2017-03-27
|
* Added a comment: Tracking GUIDsGravatar ewen2017-03-21
|
* Add note about tracking guids since 2015Gravatar ewen2017-03-21
|
* commentGravatar Joey Hess2017-03-21
|
* Added a comment: Track GUIDs to avoid duplicate downloadsGravatar ewen2017-03-21
|
* removedGravatar ewen2017-03-21
|
* Added a comment: Track GUIDs to avoid duplicate downloadsGravatar ewen2017-03-21
|
* Added a comment: Beware global configurations!Gravatar joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d2017-03-20
|
* commentGravatar Joey Hess2017-03-20
|
* responseGravatar Joey Hess2017-03-20
|
* Added a comment: Git-annex ignores annex.largefiles in .gitattributesGravatar joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d2017-03-20
|
* commentGravatar Joey Hess2017-03-14
|