summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* commentGravatar Joey Hess2017-03-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-17
|\
* | git-annex-shell: run all commands with noMessagesGravatar Joey Hess2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug when used with a recently cloned repository, where "merging" messages were included in the output of configlist (and perhaps other commands) and caused a "Failed to get annex.uuid configuration" error. This does not seem to have been a reversion. I saw this with configlist, but it seems possible for other commands to be effected, and it might not always happen only after a fresh clone. Eg, if a foo/git-annex branch is pushed to the remote, the next git-annex-shell will auto-merge it and display the message. Decided to run all git-annex-shell commands with noMessages, even ones that don't currently use stdout for structured communication. Better to keep open the possibility for using stdout in the future. This commit was supported by the NSF-funded DataLad project
* | bug reportGravatar Joey Hess2017-03-17
| |
| * (no commit message)Gravatar yarikoptic2017-03-17
|/
* Added a commentGravatar kubaello@d561f15ff5c07a78b706b096375cd89d6d7060662017-03-16
|
* tuned up rushed reportGravatar yarikoptic2017-03-16
|
* (no commit message)Gravatar yarikoptic2017-03-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-13
|\
* | close; not a bug in git-annexGravatar Joey Hess2017-03-13
| |
* | Windows: Fix bug in shell script shebang lookup code that caused a "delayed ↵Gravatar Joey Hess2017-03-13
| | | | | | | | | | | | | | | | | | read on closed handle" error. The bug was that withFile closes the handle afterwards, but the content of the file was not read due to laziness. Using readFile avoids it. This commit was sponsored by Nick Daly on Patreon.
| * Added a comment: SolutionGravatar Michel2017-03-11
|/
* Added a comment: Issue still presentGravatar Alan2017-03-10
|
* (no commit message)Gravatar alanr2017-03-10
|
* (no commit message)Gravatar jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac02017-03-09
|
* Added a comment: ThanksGravatar Michel2017-03-09
|
* Added a comment: re: comment 3Gravatar jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac02017-03-08
|
* Windows: Improve handling of shebang in external special remote program, ↵Gravatar Joey Hess2017-03-08
| | | | | | | | | | | | | | | | | | | searching for the program in the PATH. findShellCommand needs a full path to a file in order to check it for a shebang on Windows. It was being run with only the base name of the external special remote program, which would only work when it was in the current directory. This is why users in https://github.com/DanielDent/git-annex-remote-rclone/pull/10 and elsewhere were complaining that the previous improvements to git-annex didn't make git-remote-rclone work on Windows. Also, reworked checkearlytermination, which while it worked, seemed to rely on a race condition. And, improved its error messages. This commit was sponsored by Shane-o on Patreon.
* commentGravatar Joey Hess2017-03-08
|
* Added a comment: Perhaps relevantGravatar jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac02017-03-08
|
* (no commit message)Gravatar jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac02017-03-08
|
* commentGravatar Joey Hess2017-03-06
|
* commentGravatar Joey Hess2017-03-06
|
* Added a commentGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-03-06
|
* Added a commentGravatar mbroadhead2017-03-03
|
* Added a commentGravatar mbroadhead2017-03-02
|
* Linux standalone builds put the bundled ssh last in PATH, so any system ssh ↵Gravatar Joey Hess2017-03-02
| | | | | | will be preferred over it. This commit was sponsored by Denis Dzyubenko on Patreon.
* commentGravatar Joey Hess2017-03-02
|
* show how this is not specific to git-annex at allGravatar Joey Hess2017-03-02
|
* (no commit message)Gravatar mbroadhead2017-03-02
|
* status: Propigate nonzero exit code from git status.Gravatar Joey Hess2017-03-02
|
* followupGravatar Joey Hess2017-03-02
|
* commentGravatar Joey Hess2017-03-02
|
* titleGravatar Joey Hess2017-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-02
|\
* | commentGravatar Joey Hess2017-03-02
| |
| * (no commit message)Gravatar Michel2017-03-02
|/
* initial whiningGravatar yarikoptic2017-03-01
|
* Added a commentGravatar michalrus2017-02-25
|
* Added a commentGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-24
|
* Added a commentGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-22
|
* (no commit message)Gravatar db48x2017-02-22
|
* Added a commentGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-21
|
* questionGravatar Joey Hess2017-02-20
|
* removedGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-20
|
* Added a commentGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-20
|
* Added a commentGravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-02-20
|
* commentGravatar Joey Hess2017-02-20
|
* commentGravatar Joey Hess2017-02-20
|
* adjust: Fix behavior when used in a repository that contains submodules.Gravatar Joey Hess2017-02-20
| | | | | Also fixed the LsFiles parser to not assume its output has a fixed width type field.