aboutsummaryrefslogtreecommitdiff
path: root/doc/tips
Commit message (Collapse)AuthorAge
* Added a comment: Youtube-dl options per file?Gravatar hobbes@b2cacef69071743c3a831e60511062f7e014e52f2018-03-08
|
* Added a comment: Adopting "git annex add" as default command in workflowGravatar davicastro2018-03-08
|
* (no commit message)Gravatar andrew2018-03-07
|
* remove spamGravatar Joey Hess2018-02-27
| | | | This is how you get banned, get your IP block banned.
* removedGravatar marjor2018-02-27
|
* Added a commentGravatar marjor2018-02-27
|
* (no commit message)Gravatar marjor2018-02-27
|
* Fix metadata hook script to support non-ascii charactersGravatar Joey Hess2018-02-26
| | | | | | | | | | tips/automatically_adding_metadata/pre-commit-annex: Fix to not silently skip filenames containing non-ascii characters. git diff-index defaults to munging non-ascii characters. Using -z makes it not do that, and then we just change the nulls to newlines. This commit was sponsored by Jochen Bartl on Patreon.
* removedGravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-01-17
|
* Added a comment: vimeoGravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-01-17
|
* document youtube channels, not playlistsGravatar Joey Hess2018-01-04
| | | | | | | The feeds for playlists seem pretty broken, since they have the oldest items first and are truncated, so after a few dozen items, new items never appear on them. Channel feeds don't currently have this breakage (although perhaps Google will find a way to break them eventually..)
* followupGravatar Joey Hess2017-12-11
|
* Added a comment: hook and quotingGravatar woffs2017-12-09
|
* documentation update for youtube-dlGravatar Joey Hess2017-11-28
| | | | | | Code not updated yet. This commit was sponsored by Thomas Hochstein on Patreon.
* update youtube playlist docsGravatar Joey Hess2017-11-28
|
* Added a comment: remote "origin" missing some gcrypt commands?Gravatar spam@9590d16798fd27f4e38472862e296fc9828e3d392017-11-11
|
* Added a commentGravatar Lykos1532017-11-09
|
* reorderGravatar Joey Hess2017-11-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-09
|\
* | responseGravatar Joey Hess2017-11-09
| |
| * removedGravatar Lykos1532017-11-09
| |
| * removedGravatar Lykos1532017-11-09
| |
| * Added a commentGravatar Lykos1532017-11-09
| |
| * Added a commentGravatar Lykos1532017-11-09
| |
| * Added a commentGravatar Lykos1532017-11-09
|/
* Added a comment: tutorial up to date?Gravatar ynikitenko2017-11-03
|
* Added a comment: Is it essential to clone from the server?Gravatar ynikitenko2017-11-03
|
* Fixed typo: changed "an" to "a" in "an new feature"Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-03
|
* Fixed typo: changed "copy" to "copies" in "two copy"Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-03
|
* responsesGravatar Joey Hess2017-10-30
|
* Fix export of subdir of a branch.Gravatar Joey Hess2017-10-30
| | | | | | | | | | | Seems I forgot to fully test that feature when documenting it. git rev-parse needs a colon after a branch to de-reference the tree it points to, rather than the commit. But that had it adding an extra colon when the user specified "branch:subdir". So, check if there is a colon before adding one. This commit was sponsored by Francois Marier on Patreon.
* Added a comment: Publishing subdir is publishing files but not subdir?Gravatar jajpater2017-10-20
|
* Added a comment: Works when first using git annex getGravatar jajpater2017-10-20
|
* Added a comment: Also fails when using UUID but differentlyGravatar jajpater2017-10-20
|
* Added a comment: Problem with publishing subdir. Subdir does not exist, but ↵Gravatar jajpater2017-10-20
| | | | it does.
* use plasma 5 location for ServiceMenus files on linuxGravatar Félix Sipma2017-10-18
|
* 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
|