
* Fix minor FD leak in journal code. Closes: #754608 * direct: Fix handling of case where a work tree subdirectory cannot be written to due to permissions. * migrate: Avoid re-checksumming when migrating from hashE to hash backend. * uninit: Avoid failing final removal in some direct mode repositories due to file modes. * S3: Deal with AWS ACL configurations that do not allow creating or checking the location of a bucket, but only reading and writing content to it. * resolvemerge: New plumbing command that runs the automatic merge conflict resolver. * Deal with change in git 2.0 that made indirect mode merge conflict resolution leave behind old files. * sync: Fix git sync with local git remotes even when they don't have an annex.uuid set. (The assistant already did so.) * Set gcrypt-publish-participants when setting up a gcrypt repository, to avoid unncessary passphrase prompts. This is a security/usability tradeoff. To avoid exposing the gpg key ids who can decrypt the repository, users can unset gcrypt-publish-participants. * Install nautilus hooks even when ~/.local/share/nautilus/ does not yet exist, since it is not automatically created for Gnome 3 users. * Windows: Move .vbs files out of git\bin, to avoid that being in the PATH, which caused some weird breakage. (Thanks, divB) * Windows: Fix locking issue that prevented the webapp starting (since 5.20140707). # imported from the archive
34 lines
3 KiB
Markdown
34 lines
3 KiB
Markdown
<div>
|
|
<blockquote class="twitter-tweet"><p>Git annex. Brilliant. Powerful. <a href="http://t.co/AM9B6peM" title="http://git-annex.branchable.com/">git-annex.branchable.com</a></p>— Gert van Dijk (@gertvdijk) <a href="https://twitter.com/gertvdijk/status/186456474246053888" data-datetime="2012-04-01T14:14:22+00:00">April 1, 2012</a></blockquote>
|
|
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
<blockquote class="twitter-tweet"><p>git-annex is like dropbox without the chrome. <a href="http://t.co/qcENNt3g" title="http://git-annex.branchable.com/">git-annex.branchable.com</a></p>— Wil Chung (@iamwil) <a href="https://twitter.com/iamwil/status/185997581229367296" data-datetime="2012-03-31T07:50:53+00:00">March 31, 2012</a></blockquote>
|
|
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
<blockquote class="twitter-tweet"><p>blender 2.62 + ffmpeg + dnxhd + git-annex = who needs final cut?</p>— cdotwright (@cdotwright) <a href="https://twitter.com/cdotwright/status/187645142864375808" data-datetime="2012-04-04T20:57:42+00:00">April 4, 2012</a></blockquote>
|
|
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
<blockquote class="twitter-tweet"><p>I want <a href="https://twitter.com/search/%2523git">#git</a>-annex whereis for all the stuff (not) in my room.</p>— topr (@derwelle) <a href="https://twitter.com/derwelle/status/172356564072673280" data-datetime="2012-02-22T16:26:21+00:00">February 22, 2012</a></blockquote>
|
|
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
<blockquote class="twitter-tweet"><p>Git-annex now auto-syncing photos from my android phone to a Tor hidden SSH service I control (via <a href="https://twitter.com/guardianproject">@guardianproject</a>'s Orbot) <a href="https://twitter.com/search?q=%23prismbreak&src=hash">#prismbreak</a></p>— Richard King (@graphiclunarkid) <a href="https://twitter.com/graphiclunarkid/statuses/347658443479449601">June 20, 2013</a></blockquote>
|
|
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
</div>
|
|
|
|
<blockquote>
|
|
What excites me about GIT ANNEX is how it fundamentally tracks the
|
|
backup and availability of any data you own, and allows you to share
|
|
data with a large or small audience, ensuring that the data survives.
|
|
</blockquote>
|
|
-- Jason Scott <http://ascii.textfiles.com/archives/3625>
|
|
|
|
Seen on IRC:
|
|
<pre>
|
|
oh my god, git-annex is amazing
|
|
this is the revolution in fucking with gigantic piles of files that I've been waiting for
|
|
</pre>
|
|
|
|
And then my own story: I have a ton of drives. I have a lot of servers. I
|
|
live in a cabin on **dialup** and often have 1 hour on broadband in a week
|
|
to get everything I need. Without git-annex, managing all this would not be
|
|
possible. It works perfectly for me, not a surprise since I wrote it, but
|
|
still, it's a different level of "perfect" than anything I could put
|
|
together before. --[[Joey]]
|
|
|
|
See also: [[design/assistant/blog/day_288__success_stories]]
|