summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Added a comment: remote.logGravatar user42017-06-11
|
* (no commit message)Gravatar user42017-06-11
|
* devblogGravatar Joey Hess2017-06-09
|
* disable closingTracked on OSXGravatar Joey Hess2017-06-09
| | | | | | | | Don't trust OSX FSEvents's eventFlagItemModified to be called when the last writer of a file closes it; apparently that sometimes does not happen, which prevented files from being quickly added. This commit was sponsored by John Peloquin on Patreon.
* commentGravatar Joey Hess2017-06-09
|
* close as dupGravatar Joey Hess2017-06-09
|
* followupGravatar Joey Hess2017-06-09
|
* followupGravatar Joey Hess2017-06-09
|
* followupGravatar Joey Hess2017-06-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-06-09
|\
* | 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.
| * Added a commentGravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72017-06-09
| |
| * Added a commentGravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72017-06-09
| |
| * Added a commentGravatar jeff2017-06-07
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-06-07
|\
| * Added a comment: Workaround for switching repos from WebAppGravatar ano.nymous@12ebd53e5933cd1730c84027a7cb905e7c3fdd9c2017-06-07
| |
* | analysisGravatar Joey Hess2017-06-07
|/ | | | | Also, added a comment to Assistant/Threads/Merger.hs to explain why it only merges from /synced/ branches.
* followupGravatar Joey Hess2017-06-07
|
* moreGravatar Joey Hess2017-06-06
|
* merge and followup window path length bugsGravatar Joey Hess2017-06-06
|
* responseGravatar Joey Hess2017-06-06
|
* followupGravatar Joey Hess2017-06-06
|
* followup; closeGravatar Joey Hess2017-06-06
|
* link to msdn article on enabling long pathsGravatar Joey Hess2017-06-06
|
* 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..
* responseGravatar Joey Hess2017-06-06
|
* Fix bug that prevented transfer locks from working when run on SMB or other ↵Gravatar Joey Hess2017-06-06
| | | | | | filesystem that does not support fcntl locks and hard links. This commit was sponsored by Ethan Aubin.
* commentGravatar Joey Hess2017-06-06
|
* responseGravatar Joey Hess2017-06-06
|
* closeGravatar Joey Hess2017-06-06
|
* responseGravatar Joey Hess2017-06-06
|
* Avoid error about git-annex-shell not being found when syncing with -J with ↵Gravatar Joey Hess2017-06-06
| | | | | | a git remote where git-annex-shell is not installed. This commit was sponsored by andrea rota.
* commentGravatar Joey Hess2017-06-06
|
* responseGravatar Joey Hess2017-06-06
|
* updateGravatar Joey Hess2017-06-06
|
* (no commit message)Gravatar openmedi2017-06-05
|
* Added a commentGravatar yibe2017-06-04
|
* Added a commentGravatar yibe2017-06-04
|
* (no commit message)Gravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72017-06-03
|
* (no commit message)Gravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72017-06-03
|
* (no commit message)Gravatar Tom2017-06-03
|
* commentGravatar Joey Hess2017-06-01
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-06-01
|\
* | configuration to disable automatic merge conflict resolutionGravatar Joey Hess2017-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added annex.resolvemerge configuration, which can be set to false to disable the usual automatic merge conflict resolution done by git-annex sync and the assistant. * sync: Added --no-resolvemerge option. Note that disabling merge conflict resolution is probably not a good idea in a direct mode repo or adjusted branch. Since updates to both are done outside the usual work tree, if it fails the tree is not left in a conflicted state, and it would be hard to manually resolve the conflict. Still, made annex.resolvemerge be supported in those cases for consistency. This commit was sponsored by Riku Voipio.
| * Added a comment: reply to joeyGravatar pgunn01@39c747700d10e9e9e4557a407cba2f88c22b202d2017-06-01
| |
* | expand docsGravatar Joey Hess2017-06-01
|/
* commentGravatar Joey Hess2017-06-01
|
* error when metadata set is used with file that does not existGravatar Joey Hess2017-06-01
| | | | | | | | | | | When setting metadata of a file that did not exist, no error message was displayed, unlike getting metadata and most other git-annex commands. Fixed this oversight. Note that, if the file exists but is not annexed, there's no error. This is the same behavior as other git-annex commands. This commit was supported by the NSF-funded DataLad project.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-06-01
|\
| * Added a comment: apt-get build-dep git-annex problem on RaspbianGravatar florian-git-annex@90936f45daa5a57ed4b867f7ebc35e23acad1a082017-06-01
| |