summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* note about httpGravatar Joey Hess2013-02-22
|
* better logoGravatar Joey Hess2013-02-21
|
* start in HOMEGravatar Joey Hess2013-02-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-21
|\
* | blog for the dayGravatar Joey Hess2013-02-21
| |
* | link to new appGravatar Joey Hess2013-02-21
| |
* | screenshots of android app.. transferred to laptop by git annex assistantGravatar Joey Hess2013-02-21
| |
* | disable some crazy stuff like powertop; enable find and grepGravatar Joey Hess2013-02-21
| |
* | forgot to install sshGravatar Joey Hess2013-02-21
| |
* | rename appGravatar Joey Hess2013-02-21
| |
* | quick icon for Android. Not the best, but acceptable for now.Gravatar Joey Hess2013-02-21
| |
* | build an apk containing git-annex and a terminal emulatorGravatar Joey Hess2013-02-21
| |
| * new bug on crippled filesystemGravatar http://remi.vanicat.free.fr/2013-02-21
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl2Jj8q2upJL4ZQAc2lp7ugTxJiGtcICv82013-02-21
|/
* blog for the dayGravatar Joey Hess2013-02-20
|
* updateGravatar Joey Hess2013-02-20
|
* make adding modified files work on crippled filesystemsGravatar Joey Hess2013-02-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-20
|\
* | only create inode sentinal file when initializing a new repoGravatar Joey Hess2013-02-20
| |
* | Direct mode: Fix support for adding a modified file.Gravatar Joey Hess2013-02-20
| | | | | | | | | | | | | | | | | | | | | | Adding a file that is already annexed, but has been modified, was broken in direct mode. This fix makes the new content be added. It does have the problem that re-running `git annex add` will checksum and re-add the content repeatedly, until it's committed. This happens because the key associated with the file does not change until the new one gets committed, so it keeps thinking the file has changed.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk6cAde4yj3scrJxvhegAwSaAGZNHZRHm82013-02-20
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk6cAde4yj3scrJxvhegAwSaAGZNHZRHm82013-02-20
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl2Jj8q2upJL4ZQAc2lp7ugTxJiGtcICv82013-02-20
| |
* | remove debug printsGravatar Joey Hess2013-02-19
|/
* avoid trying to use GECOS on Android, which responds with sig11Gravatar Joey Hess2013-02-19
|
* blog for the day & post I forgot yesterdayGravatar Joey Hess2013-02-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-19
|\
* | shorter directory to external ssh socketGravatar Joey Hess2013-02-19
| | | | | | | | Before it was too long to be used.
* | Direct mode: Support filesystems like FAT which can change their inodes each ↵Gravatar Joey Hess2013-02-19
| | | | | | | | time they are mounted.
| * Added a comment: Also relevant for machines behind pagekite.netGravatar https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ2013-02-19
| |
* | Android: Support ssh connection caching.Gravatar Joey Hess2013-02-19
| |
* | make ssh honour HOME rather than getpwentGravatar Joey Hess2013-02-19
| |
| * poll vote (I'm really confused about how to make it sync with a remote ↵Gravatar 2001:980:5b04:1:c85d:d75b:5e7a:c5bf2013-02-19
| | | | | | | | NON-bare repository. I'm even afraid to try `git remote add`, since there is no clear method to completely forget a git-annex remote...)
* | update; add openssh and remove dropboxGravatar Joey Hess2013-02-19
| |
| * Added a comment: Two direct mode repository on the same computerGravatar https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA2013-02-19
| |
* | thoughtGravatar Joey Hess2013-02-18
| |
| * Added a commentGravatar http://joeyh.name/2013-02-19
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-18
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl2Jj8q2upJL4ZQAc2lp7ugTxJiGtcICv82013-02-19
| |
* | Merge remote-tracking branch 'origin/master'Gravatar Joey Hess2013-02-18
|\|
* | an idea from australiaGravatar Joey Hess2013-02-18
| |
| * Added a comment: safe and unsafe commandsGravatar http://joeyh.name/2013-02-19
| |
* | webapp: Can now add a new local repository, and make it sync with the main ↵Gravatar Joey Hess2013-02-18
|/ | | | local repository.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-18
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl2Jj8q2upJL4ZQAc2lp7ugTxJiGtcICv82013-02-18
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-18
|\|
* | add openssh to AndroidGravatar Joey Hess2013-02-18
| | | | | | | | | | This build still needs some work to look in $HOME/.ssh rather than relying on pwent info.
* | set fileEncoding on the off chance lsof outputs binary garbageGravatar Joey Hess2013-02-18
| |
* | set fileSystemEncoding when reading files that might be binaryGravatar Joey Hess2013-02-18
| |
| * poll vote (I haven't always well understood the differences between ↵Gravatar 109.90.6.1402013-02-18
| | | | | | | | commandline operation & the assistant, so the differences would confuse me, and I found the command line more understandable & less scary. Now trying to learn to like & trust the assistant. :))