aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Added a commentGravatar olaf2017-06-22
|
* Added a commentGravatar olaf2017-06-22
|
* closeGravatar Joey Hess2017-06-17
|
* (no commit message)Gravatar ilovezfs2017-06-17
|
* Added a commentGravatar t.z.mates2017-06-15
|
* Added a comment: Error messages changedGravatar t.z.mates2017-06-15
|
* (no commit message)Gravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72017-06-14
|
* Added a comment: remote.logGravatar user42017-06-11
|
* (no commit message)Gravatar user42017-06-11
|
* 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.
* close as dupGravatar Joey Hess2017-06-09
|
* followupGravatar Joey Hess2017-06-09
|
* followupGravatar Joey Hess2017-06-09
|
* followupGravatar Joey Hess2017-06-09
|
* Added a commentGravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72017-06-09
|
* Added a commentGravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72017-06-09
|
* 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.
* moreGravatar Joey Hess2017-06-06
|
* merge and followup window path length bugsGravatar Joey Hess2017-06-06
|
* followupGravatar Joey Hess2017-06-06
|
* followup; closeGravatar 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.
* closeGravatar 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
|
* 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
|
* 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.
* (no commit message)Gravatar zkaufman2017-05-31
|
* Added a commentGravatar http://schnouki.net/2017-05-29
|
* Added a comment: Standalone git-annex on Synology DS216+ NASGravatar ewen2017-05-28
|
* Added a comment: woohooGravatar yarikoptic2017-05-26
|
* Avoid concurrent git-config setting problem when running concurrent threads.Gravatar Joey Hess2017-05-25
| | | | | | | | | | See my comment. This only avoids the problem for -J; two git-annex processes started at the same time could still both try to write to .git/config and one fail. That would be very unlikely though, and it doesn't really seem worth adding an additional layer of locking around .git/config. This commit was supported by the NSF-funded DataLad project.
* Fix transfer log file locking problem when running concurrent transfers.Gravatar Joey Hess2017-05-25
| | | | | | | | | | | | | | orElse is great, but was not the right thing to use here because waitTakeLock could retry for other reasons than the lock being held, which made tryTakeLock fail when it shouldn't. Instead, move the code to tryTakeLock and implement waitTakeLock using tryTakeLock and retry. (Also, in runTransfer, when checkSaneLock fails, dropLock to avoid leaking a lock handle.) This commit was supported by the NSF-funded DataLad project.
* Added a commentGravatar yarikoptic2017-05-25
|
* Improve progress display when watching file size, in cases where a transfer ↵Gravatar Joey Hess2017-05-25
| | | | | | does not resume. This commit was supported by the NSF-funded DataLad project.
* responseGravatar Joey Hess2017-05-25
|
* original complaintGravatar yarikoptic2017-05-25
|
* Added a commentGravatar namsgorf@6b5ce57fbe9dc2a2c65d6817151f107dc22f438c2017-05-21
|
* clear regions before ssh promptGravatar Joey Hess2017-05-16
| | | | | | | | | | | When built with concurrent-output 1.9, ssh password prompts will no longer interfere with the -J display. To avoid flicker, only done when ssh actually does need to prompt; ssh is first run in batch mode and if that succeeds the connection is up and no need to clear regions. This commit was supported by the NSF-funded DataLad project.
* workaround is in placeGravatar Joey Hess2017-05-16
| | | | (and remove debug print)
* glacier-cli python3 bug nearly for sureGravatar Joey Hess2017-05-16
|
* forwardeed to git MLGravatar Joey Hess2017-05-16
|
* close dupGravatar Joey Hess2017-05-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-05-16
|\
* | bisectionGravatar Joey Hess2017-05-16
| |