Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
a0c8b8493c
5 changed files with 30 additions and 0 deletions
3
doc/Homebrew.mdwn
Normal file
3
doc/Homebrew.mdwn
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Homebrew](http://brew.sh/) has a formula for git-annex.
|
||||
|
||||
Homebrew users can simply run `brew install git-annex` to install git-annex.
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="martin"
|
||||
ip="193.174.111.250"
|
||||
subject="It confuses users"
|
||||
date="2014-06-05T19:05:12Z"
|
||||
content="""
|
||||
Other scenario: User thinks, that his usb drive has a problem, because approx. 50% of the files are gone/changed without obvious reason. I spent several hours to find the reason for this... I think we should at least give kind of explanation/warning message to the user
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 3"
|
||||
date="2014-06-05T19:06:36Z"
|
||||
content="""
|
||||
The bug I was seeing with the \r was a recent reversion caused by [[!commit 95ca3bb02215744f3dbcaebd48844e1909c577f3]]. So, not related to original bug report. (And fixed now!)
|
||||
|
||||
I can now reproduce the original bug, including seeing the description of the bare repo when it says it cannot get the file from it.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 4"
|
||||
date="2014-06-05T19:20:20Z"
|
||||
content="""
|
||||
Analysis: inAnnexSafe on Windows simply does not have indirect mode checking enabled. Bare repositories use indirect mode (essentially; same storage). So it fails.
|
||||
"""]]
|
|
@ -3,6 +3,7 @@
|
|||
[[!table format=dsv header=yes data="""
|
||||
detailed instructions | quick install
|
||||
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/)
|
||||
[[Homebrew]] | `brew install git-annex`
|
||||
[[Android]] | [download git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) **beta**
|
||||
[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/current/)
|
||||
[[Debian]] | `apt-get install git-annex`
|
||||
|
|
Loading…
Reference in a new issue