summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* simpler more generic processTranscript'Gravatar Joey Hess2017-02-15
| | | | | | | | This allows using functions that generate CreateProcess and passing the result to processTranscript', which is more flexible, and also simpler than the old interface. This commit was sponsored by Riku Voipio.
* Run ssh with -n whenever input is not being piped into itGravatar Joey Hess2017-02-15
| | | | | | | | | | | | | | | | | | | | ... to avoid it consuming stdin that it shouldn't. This fixes git-annex-checkpresentkey --batch remote, which didn't output results for all keys passed into it. Other git-annex commands that communicate with a remote over ssh may also have been consuming stdin that they shouldn't have, which could have impacted using them in eg, shell scripts. For example, a shell script reading files from stdin and passing them to git annex drop would be impacted by this bug, whenever git annex drop ran git-annex-shell checkpresent, it would consume part/all of the stdin that the shell script was supposed to consume. Fixed by adding a ConsumeStdin parameter to Annex.Ssh.sshOptions, which is used throughout git-annex to run ssh (in order for ssh connection caching to work). Every call site was checked to see if it used CreatePipe for stdin, and if not was marked NoConsumeStdin.
* add the new armel-ancient buildGravatar Joey Hess2017-02-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-15
|\
* | forgot to compile last commit; fix mistakesGravatar Joey Hess2017-02-15
| |
| * Added a commentGravatar lasitus2017-02-15
| |
| * (no commit message)Gravatar CandyAngel2017-02-15
| |
| * Added a commentGravatar lasitus2017-02-15
| |
| * removedGravatar lasitus2017-02-15
| |
| * Added a commentGravatar lasitus2017-02-15
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-14
|\
* | thoughtsGravatar Joey Hess2017-02-14
| |
| * Added a commentGravatar db48x2017-02-14
| |
| * Added a commentGravatar https://me.yahoo.com/a/80VlVB0Bx9TaNOXIj3OCQ8eimAtIOhqjUQ--#1e80e2017-02-14
|/
* sync, merge: Fail when the current branch has no commits yet, instead of not ↵Gravatar Joey Hess2017-02-14
| | | | | | | | | | | | | | | | | merging in anything from remotes and appearing to succeed. At first I wanted to make it go ahead and merge into the newborn branch, so made it use Git.Branch.currentUnsafe to get the current branch. But that failed: fatal: ambiguous argument 'refs/heads/master..refs/heads/synced/master': unknown revision or path not in the working tree. A whole nother code path to handle merging into newborn branches seemed excessive, so went with displaying a warning and propigating failure status. This commit was sponsored by Brock Spratlen on Patreon.
* Added a commentGravatar lasitus2017-02-14
|
* add news item for git-annex 6.20170214Gravatar Joey Hess2017-02-14
|
* releasing package git-annex version 6.201702146.20170214Gravatar Joey Hess2017-02-14
|
* commentGravatar Joey Hess2017-02-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-14
|\
| * Added a commentGravatar lasitus2017-02-14
| |
* | responseGravatar Joey Hess2017-02-14
| |
| * (no commit message)Gravatar http://xgm.de/oid/2017-02-14
| |
| * Added a commentGravatar http://xgm.de/oid/2017-02-14
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-14
|\
* | avoid OSX build failure when there are no rpaths to removeGravatar Joey Hess2017-02-14
| |
| * removedGravatar https://me.yahoo.com/a/80VlVB0Bx9TaNOXIj3OCQ8eimAtIOhqjUQ--#1e80e2017-02-14
| |
| * Added a comment: Retrieving initremote parameters for new userGravatar https://me.yahoo.com/a/80VlVB0Bx9TaNOXIj3OCQ8eimAtIOhqjUQ--#1e80e2017-02-14
| |
| * Added a comment: Retrieving initremote parameters for new userGravatar https://me.yahoo.com/a/80VlVB0Bx9TaNOXIj3OCQ8eimAtIOhqjUQ--#1e80e2017-02-14
|/
* devblogGravatar Joey Hess2017-02-13
|
* Work around sqlite's incorrect handling of umask when creating databases.Gravatar Joey Hess2017-02-13
| | | | | | | | | Refactored some common code into initDb. This only deals with the problem when creating new databases. If a repo got bad permissions into it, it's up to the user to deal with it. This commit was sponsored by Ole-Morten Duesund on Patreon.
* responseGravatar Joey Hess2017-02-13
|
* commentGravatar Joey Hess2017-02-13
|
* remove recent addition of receive.denyNonFastForwards to walkthroughGravatar Joey Hess2017-02-13
| | | | | | | | | | | | | | That is a dangerous setting, and not needed. I tried the walkthrough as it was without it, and syncing in the USB remote worked ok. There was a problem merging from origin/master, since that branch didn't exist yet, but that didn't prevent sync from working at all. To avoid even that problem, reordered the walkthrough, so files get committed to the repo before the remote gets set up. This commit was sponsored by Ole-Morten Duesund on Patreon.
* fix commit idGravatar Joey Hess2017-02-13
|