Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use C shim to start Android app | Joey Hess | 2013-02-24 |
| | | | | | | | | | | | | | This should avoid relying on features of the Android builtin shell, and so hopefully avoid failures like this one http://git-annex.branchable.com/design/assistant/blog/day_197__template_haskell/#comment-07f90830f78f6495dcbdf90eb8636129 The C shim sets up busybox, and uses its builtin shell to run runshell. It's important that busybox be configured with CONFIG_FEATURE_SH_STANDALONE, so that while runshell is running, it does not rely on either system utilities, or busybox being already installed. | ||
* | enable ash | Joey Hess | 2013-02-24 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-02-23 |
|\ | |||
* | | blog for the day | Joey Hess | 2013-02-23 |
| | | |||
| * | Added a comment: Further possible issues | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| | | |||
| * | removed | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| | | |||
* | | remove pause after run | Joey Hess | 2013-02-23 |
| | | | | | | | | Terminal is configured to pause too. | ||
* | | remove debug print | Joey Hess | 2013-02-23 |
|/ | |||
* | typo | Joey Hess | 2013-02-23 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-02-23 |
|\ | |||
* \ | Merge branch 'update-cabal-build' of https://github.com/peti/git-annex | Joey Hess | 2013-02-23 |
|\ \ | |||
| | * | Added a comment | http://joeyh.name/ | 2013-02-23 |
| |/ |/| | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-02-23 |
|\ \ | |||
* | | | Additional GIT_DIR support bugfixes. May actually work now. | Joey Hess | 2013-02-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two fixes. First, and most importantly, relax the isLinkToAnnex check to only look for /annex/objects/, not [^|/].git/annex/objects. If GIT_DIR is used with a detached work tree, the git directory is not necessarily named .git. There are important caveats with doing that at all, since git-annex will make symlinks that point at GIT_DIR, which means that the relative path between GIT_DIR and GIT_WORK_TREE needs to remain stable across all clones of the repository. ---- The other fix is just fixing crazy and wrong code that, when GIT_DIR is set, expects to still find a git repository in the path below the work tree, and uses some of its configuration, and some of GIT_DIR. What was I thinking, and why can't I seem to get this code right? | ||
| | * | Common.hs: System.Path is exported by "MissingH" and "pathtype" package | Peter Simons | 2013-02-23 |
| | | | |||
| | * | Utility/Path.hs: System.Path is exported by "MissingH" and "pathtype" package | Peter Simons | 2013-02-23 |
| | | | |||
| | * | git-annex.cabal: strip trailing whitespace | Peter Simons | 2013-02-23 |
| | | | |||
| | * | git-annex.cabal: add missing 'random' and 'uuid' dependencies to the test suite | Peter Simons | 2013-02-23 |
| | | | |||
| | * | git-annex.cabal: specify '-DWITH_GLOB' in cpp-options, not ghc-options | Peter Simons | 2013-02-23 |
| | | | |||
| * | | (no commit message) | https://launchpad.net/~arand | 2013-02-23 |
| | | | |||
| * | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| | | | |||
| * | | Added a comment | http://joeyh.name/ | 2013-02-23 |
| | | | |||
| * | | Added a comment: Having issues here | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| | | | |||
| * | | removed | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| | | | |||
| * | | Added a comment: Having issues here | https://www.google.com/accounts/o8/id?id=AItOawlRThEwuPnr8_bcuuCTQ0rQd3w6AfeMiLY | 2013-02-23 |
| |/ | |||
* | | try to be more robust and allow the user to see most types of failure | Joey Hess | 2013-02-23 |
| | | |||
* | | yesod-pure | Joey Hess | 2013-02-23 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-02-22 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-02-22 |
| | | |||
* | | squelch warning | Joey Hess | 2013-02-22 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-02-22 |
|\ | |||
* | | linux daily builds now available | Joey Hess | 2013-02-22 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-02-22 |
| | | |||
| * | Added a comment | http://meep.pl/ | 2013-02-22 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM | 2013-02-22 |
|/ | |||
* | blog for the day | Joey Hess | 2013-02-22 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2013-02-22 |
|\ | |||
* | | avoid closing app when terminal exists, to aid crash debugging | Joey Hess | 2013-02-22 |
| | | |||
* | | forgot to add this icon | Joey Hess | 2013-02-22 |
| | | |||
* | | update | Joey Hess | 2013-02-22 |
| | | |||
* | | fix inverted logic | Joey Hess | 2013-02-22 |
| | | |||
* | | update screenshots for new icon | Joey Hess | 2013-02-22 |
| | | |||
* | | fix | Joey Hess | 2013-02-22 |
| | | |||
* | | fixes | Joey Hess | 2013-02-22 |
| | | |||
* | | typo | Joey Hess | 2013-02-22 |
| | | |||
* | | fixes | Joey Hess | 2013-02-22 |
| | | |||
* | | add more icons | Joey Hess | 2013-02-22 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2013-02-22 |
| | |