Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | typo fix: mant -> many | https://www.google.com/accounts/o8/id?id=AItOawmz9DnN5ESPLLRN0Q5a6fpELMFTYSkWTFs | 2014-11-22 |
| | |||
* | add toc | Joey Hess | 2014-11-12 |
| | |||
* | proxy: for all your direct mode repository munging needs | Joey Hess | 2014-11-12 |
| | | | | | | | This allows bypassing the direct mode guard in a safe way to do all sorts of things including git revert, git mv, git checkout ... This commit was sponsored by the WikiMedia Foundation. | ||
* | update | Joey Hess | 2013-11-07 |
| | |||
* | support direct mode repositories with core.bare=true (not yet default) | Joey Hess | 2013-11-05 |
| | | | | | | | | | | | Direct mode repositories can now have core.bare=true set, to prevent accidentally running git commands that try to operate on the work tree, and so do the wrong thing. This is not yet the default, and it causes known problems for git-annex sync due to receive.denyCurrentBranch not working in bare repositories. This commit was sponsored by Richard Hartmann. | ||
* | mention git annex sync since people seem to be confused about how to sync ↵ | Joey Hess | 2013-08-23 |
| | | | | direct mode repositories | ||
* | dropunused behavior change: Now refuses to drop the last copy of a file, ↵ | Joey Hess | 2013-07-25 |
| | | | | | | | | | | unless you use the --force. This was the last place in git-annex that could remove data referred to by the git history, without being forced. Like drop, dropunused checks remotes, and honors the global annex.numcopies setting. (However, .gitattributes settings cannot apply to unused files.) | ||
* | update for Windows | Joey Hess | 2013-05-13 |
| | |||
* | update | Joey Hess | 2013-02-15 |
| | |||
* | tweaks | Joey Hess | 2013-01-16 |
| | |||
* | update documentation about direct mode safety | Joey Hess | 2013-01-16 |
| | |||
* | update docs more | Joey Hess | 2013-01-06 |
| | |||
* | More commands work in direct mode repositories: find, whereis, move, copy, ↵ | Joey Hess | 2013-01-05 |
| | | | | | | | | drop, log. These started working, for free, once lookupFile supported direct mode. yay!! | ||
* | direct mode by default in repositories created by assistant | Joey Hess | 2013-01-01 |
| | |||
* | block all commands that don't work in direct mode | Joey Hess | 2012-12-29 |
| | | | | | I left status working in direct mode, although it doesn't show correct stats for known annex keys. | ||
* | update | Joey Hess | 2012-12-25 |
| | |||
* | added direct and indirect commands | Joey Hess | 2012-12-13 |
| | |||
* | direct mode committing | Joey Hess | 2012-12-12 |
| | |||
* | starting a page about direct mode | Joey Hess | 2012-12-12 |