summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* findref: New command, like find but shows files in a specified git ref.Gravatar Joey Hess2014-04-17
|
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
| | | | | | | | | | Only fsck and reinject and the test suite used the Backend, and they can look it up as needed from the Key. This simplifies the code and also speeds it up. There is a small behavior change here. Before, all commands would warn when acting on an annexed file with an unknown backend. Now, only fsck and reinject show that warning.
* typoGravatar Joey Hess2014-04-17
|
* close dupGravatar Joey Hess2014-04-17
|
* webapp: Start even if the current directory is listed in ↵Gravatar Joey Hess2014-04-17
| | | | ~/.config/git-annex/autostart but no longer has a git repository in it.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-17
|\
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-17
|\ \
| | * Added a commentGravatar http://joeyh.name/2014-04-17
| |/
* | modify so the script can be run with existing annexed files to extract their ↵Gravatar Joey Hess2014-04-17
| | | | | | | | metadata
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
* | close; this is git running out of memory, not git-annex, so I'll assume it's ↵Gravatar Joey Hess2014-04-17
| | | | | | | | git's bug
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
| * Added a commentGravatar http://joeyh.name/2014-04-17
|/
* Bring back rsync -p, but only when git-annex is running on a non-crippled ↵Gravatar Joey Hess2014-04-17
| | | | file system. This is a better approach to fix #700282 while not unncessarily losing file permissions on non-crippled systems.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-17
|\
* | drop --from: When local repository is untrusted, its copy of a file does not ↵Gravatar Joey Hess2014-04-17
| | | | | | | | count.
| * Added a commentGravatar http://joeyh.name/2014-04-17
| |
| * Added a commentGravatar http://id.clacke.se/2014-04-17
| |
| * Added a commentGravatar http://schnouki.net/2014-04-17
| |
| * (no commit message)Gravatar http://schnouki.net/2014-04-17
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-04-17
| |
| * Added a comment: remotedaemon in pre-built tarballsGravatar https://www.google.com/accounts/o8/id?id=AItOawkC0W3ZQERUaTkHoks6k68Tsp1tz510nGo2014-04-17
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2014-04-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2014-04-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2014-04-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2014-04-16
|/
* Added a comment: raspbianGravatar https://www.google.com/accounts/o8/id?id=AItOawmH9ARM62C6zcEpzh2muCs4wq-GkLRntgQ2014-04-16
|
* fix typoGravatar Mesar Hameed2014-04-16
|
* fix typos.Gravatar Mesar Hameed2014-04-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-15
|\
* | reinit: New command that can initialize a new reposotory using the ↵Gravatar Joey Hess2014-04-15
| | | | | | | | configuration of a previously known repository. Useful if a repository got deleted and you want to clone it back the way it was.
| * poll vote (My phone (or MP3 player))Gravatar 78.49.117.1562014-04-16
| |
* | info: Allow use in a repository where annex.uuid is not set.Gravatar Joey Hess2014-04-15
| |
| * Added a comment: Altering AWS credentialsGravatar annexuser2014-04-15
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-04-15
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-15
|\
| * Added a commentGravatar divB2014-04-15
| |
* | found a way to make uninit always fastGravatar Joey Hess2014-04-15
|/ | | | | | | | | | | | | To do so, I slightly changed the behavior of unannex. Now in fast mode, it only makes a hard link when the annexed file's link count is 1. This avoids unannexing 2 files with the same content in fast mode from hard linking them together. (One will end up hard linked to the annex, which the docs warn about.) With that change, uninit can simply always run unannex in fast mode. Since .git/annex/objects is being blown away anyway, there's no worry in this case about a hard link pointing into it causing an annexed object to be modified.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-15
|\
* | document uninit --fast and also why it's not the defaultGravatar Joey Hess2014-04-15
| |
| * Added a commentGravatar Xyem2014-04-15
| |
| * Added a comment: great job on that plugin!Gravatar https://id.koumbit.net/anarcat2014-04-15
| |
| * (no commit message)Gravatar divB2014-04-15
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-04-14
|\
* | devblogGravatar Joey Hess2014-04-14
| |