Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2016-09-30 19:52:14 -04:00
commit c075b58d40
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="pot"
subject="inodes...."
date="2016-09-30T22:00:31Z"
content="""
I think I may have tracked this down partly, I ran out of inodes on a removeable drive and started getting the same error. Will try and rectify underlying inode issue and then see.
(secondary point, how on earth has my docs directory used up all 59 million inodes available to it when put into an annex???)
"""]]

View file

@ -0,0 +1,33 @@
### Please describe the problem.
After unlocking a large file and editing it, the attempt to commit the change fails like so:
git-annex: fd:16: hGetBuf: invalid argument (Invalid argument)
### What steps will reproduce the problem?
(it needs to be over 2G in size to reproduce the problem)
### What version of git-annex are you using? On what operating system?
git-annex version: 6.20160923 on macOS 10.12
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
$ dd if=/dev/zero of=largefile.txt bs=1048576 count=2048
$ git annex add largefile.txt
$ git commit -m 'added large file'
$ git annex unlock largefile.txt
$ echo foobar >> largefile.txt
$ git commit -a -m 'edited large file'
git-annex: fd:16: hGetBuf: invalid argument (Invalid argument)
# End of transcript or log.
"""]]
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="ztl8702"
subject="Bash on Windows"
date="2016-09-30T19:14:34Z"
content="""
Currently there is a bug that stops all Haskell programs from running on Bash on Windows:
https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/13572504-add-support-for-timer-create
https://github.com/Microsoft/BashOnWindows/issues/307
"""]]