aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
Commit message (Collapse)AuthorAge
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo2013-11-20
|
* Added a commentGravatar GLITTAH2013-11-19
|
* respondGravatar Joey Hess2013-11-19
|
* (no commit message)Gravatar GLITTAH2013-11-19
|
* Added a commentGravatar http://joeyh.name/2013-11-15
|
* combine bugsGravatar Joey Hess2013-11-15
|
* fix typoGravatar https://www.google.com/accounts/o8/id?id=AItOawk_Di-Ww6ffK-SCHQmIewEO_CdNjVXX17E2013-11-15
|
* (no commit message)Gravatar gueux2013-11-15
|
* rename todo/Check_if_an_upgrade_is_available_in_webapp.mdwn to ↵Gravatar gueux2013-11-15
| | | | todo/Check_if_an_upgrade_is_available_in_the_webapp.mdwn
* (no commit message)Gravatar gueux2013-11-15
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawn1QhtPvsRBV7pfaDW_ZTPFv_ZIxSzQ8Rg2013-11-13
|
* work around for windows watcher cabal build problemGravatar Joey Hess2013-11-12
|
* remove -Assistant from windows build flagGravatar Joey Hess2013-11-12
|
* sync: When there are merge conflicts that get automatically resolved, exit ↵Gravatar Joey Hess2013-11-07
| | | | nonzero at the end.
* Merge branch 'directguard'Gravatar Joey Hess2013-11-07
|\
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkkyBDsfOB7JZvPZ4a8F3rwv0wk6Nb9n482013-11-07
| |
| * Merge branch 'master' into directguardGravatar Joey Hess2013-11-06
| |\ | |/ |/|
| * work around lack of receive.denyCurrentBranch in direct modeGravatar Joey Hess2013-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that direct mode sets core.bare=true, git's normal prohibition about pushing into the currently checked out branch doesn't work. A simple fix for this would be an update hook which blocks the pushes.. but git hooks must be executable, and git-annex needs to be usable on eg, FAT, which lacks x bits. Instead, enabling direct mode switches the branch (eg master) to a special purpose branch (eg annex/direct/master). This branch is not pushed when syncing; instead any changes that git annex sync commits get written to master, and it's pushed (along with synced/master) to the remote. Note that initialization has been changed to always call setDirect, even if it's just setDirect False for indirect mode. This is needed because if the user has just cloned a direct mode repo, that nothing has synced with before, it may have no master branch, and only a annex/direct/master. Resulting in that branch being checked out locally too. Calling setDirect False for indirect mode moves back out of this branch, to a new master branch, and ensures that a manual "git push" doesn't push changes directly to the annex/direct/master of the remote. (It's possible that the user makes a commit w/o using git-annex and pushes it, but nothing I can do about that really.) This commit was sponsored by Jonathan Harrington.
* | Added a comment: feedbackGravatar https://www.google.com/accounts/o8/id?id=AItOawne_amN4fko4p5cRY_9EYwaYuJKNn7LRio2013-11-05
| |
| * v5 for direct mode, with automatic upgradeGravatar Joey Hess2013-11-05
| | | | | | | | | | This includes storing the current state of the HEAD ref, which git annex sync is going to need, but does not make sync use it.
* | Added a commentGravatar http://joeyh.name/2013-11-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-11-04
|\
* | devblogGravatar Joey Hess2013-11-04
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawne_amN4fko4p5cRY_9EYwaYuJKNn7LRio2013-11-04
|/
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82013-11-04
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-11-02
|\
* | respondGravatar Joey Hess2013-11-02
| |
| * Added a commentGravatar http://joeyh.name/2013-11-03
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-11-02
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-11-02
| |
| * Added a commentGravatar http://joeyh.name/2013-11-02
| |
* | respondGravatar Joey Hess2013-11-02
|/
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-11-02
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-11-02
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU2013-11-02
|
* addGravatar Joey Hess2013-11-02
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnWwEEA3CurHkBjIYaJsJzFc4jtY2SCkrQ2013-10-29
|
* add --want-get and --want-drop optionsGravatar Joey Hess2013-10-28
| | | | | New --want-get and --want-drop options which can be used to test preferred content settings. For example, "git annex find --in . --want-drop"
* Added a commentGravatar http://joeyh.name/2013-10-28
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnWwEEA3CurHkBjIYaJsJzFc4jtY2SCkrQ2013-10-28
|
* removedGravatar lorenzo2013-10-27
|
* Added a comment: Running Debian squeeze binaries on libc 2.5 based NASGravatar lorenzo2013-10-27
|
* Added a comment: Running Debian squeeze binaries on libc 2.5 based NASGravatar lorenzo2013-10-27
|
* thoughtGravatar Joey Hess2013-10-26
|
* move wishlist todo from forumGravatar Joey Hess2013-10-26
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmVE2R20dyfPQIzdi6urVUUAXtD6eeBsr02013-10-19
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawmVE2R20dyfPQIzdi6urVUUAXtD6eeBsr02013-10-19
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmVE2R20dyfPQIzdi6urVUUAXtD6eeBsr02013-10-19
|
* Added a commentGravatar http://joeyh.name/2013-10-19
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmVE2R20dyfPQIzdi6urVUUAXtD6eeBsr02013-10-19
|