summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-08-08
|\|
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s2011-08-08
| |
* | addurl: --fast can be used to avoid immediately downloading the url.Gravatar Joey Hess2011-08-06
| | | | | | | | | | | | The tricky part about this is that to generate a key, the file must be present already. Worked around by adding (back) an URL key type, which is used for addurl --fast.
* | fix file name for web remote log filesGravatar Joey Hess2011-08-06
| | | | | | | | | | | | The key name was not being sufficiently escaped, although it didn't break anything due to luck. Switch to properly escaped key names for the log filename, with a fallback to the buggy old name.
* | fooGravatar Joey Hess2011-08-06
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawliqfHEW134uawIUPwyKiyOdoF-oI5TxnQ2011-08-05
|/
* responseGravatar Joey Hess2011-08-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-08-05
|\
* | responseGravatar Joey Hess2011-08-05
| |
| * fixed internal linkGravatar http://christian.amsuess.com/chrysn2011-08-04
|/
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s2011-08-01
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s2011-08-01
|
* Added a comment: SolutionGravatar https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg2011-07-31
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-07-31
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg2011-07-30
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg2011-07-30
|
* Fix shell escaping in rsync special remote.Gravatar Joey Hess2011-07-29
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkvSZ1AFJdY_1FeutZr_KWeqtzjZta1PNE2011-07-28
|
* fix broken imgGravatar Joey Hess2011-07-24
|
* add news item for git-annex 3.20110719Gravatar Joey Hess2011-07-19
|
* releasing version 3.201107193.20110719Gravatar Joey Hess2011-07-19
|
* unify elipsis handlingGravatar Joey Hess2011-07-19
| | | | | And add a simple dots-based progress display, currently only used in v2 upgrade.
* add closure for new bug that I already fixedGravatar Joey Hess2011-07-17
|
* typoGravatar Joey Hess2011-07-16
|
* closeGravatar Joey Hess2011-07-15
|
* updateGravatar Joey Hess2011-07-15
|
* responseGravatar Joey Hess2011-07-15
|
* finished hlint passGravatar Joey Hess2011-07-15
|
* (no commit message)Gravatar http://peter-simons.myopenid.com/2011-07-15
|
* hlint tweaksGravatar Joey Hess2011-07-15
| | | | Did all sources except Remotes/* and Command/*
* unannex: only commit, no -aGravatar Joey Hess2011-07-14
| | | | -a is actually not needed; only commit staged changes
* unannex: Clean up use of git commit -a.Gravatar Joey Hess2011-07-14
| | | | | | | | This was more complex than would be expected. unannex has to use git commit -a since it's removing files from git; git commit filelist won't do. Allow commands to be added to the Git queue that have no associated files, and run such commands once.
* Support the standard git -c name=valueGravatar Joey Hess2011-07-14
| | | | | | | | | This allows eg, `git-annex -c annex.rsync-options=-6 get file` The overridden git configs are not passed on to git plumbing commands that are run. Perhaps someone will find a need to do that, but I don't yet and it would require storing more state to know what config settings have been overridden and need to be passed on.
* allow configStore to be run incrementally to override configsGravatar Joey Hess2011-07-14
|
* (no commit message)Gravatar http://peter-simons.myopenid.com/2011-07-14
|
* Added a comment: SolvedGravatar http://peter-simons.myopenid.com/2011-07-13
|
* (no commit message)Gravatar http://peter-simons.myopenid.com/2011-07-13
|
* (no commit message)Gravatar http://peter-simons.myopenid.com/2011-07-13
|
* analysisGravatar Joey Hess2011-07-10
|
* Bugfix: Make add ../ work.Gravatar Joey Hess2011-07-10
| | | | | The complication of check-attr returning absolute paths that have to be converted back to relative paths..
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-07-10
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-09
| |
* | updateGravatar Joey Hess2011-07-08
| |
| * (no commit message)Gravatar http://joey.kitenet.net/2011-07-08
|/
* Added a commentGravatar http://joey.kitenet.net/2011-07-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-07-07
|\
* | add: Be even more robust to avoid ever leaving the file seemingly deleted.Gravatar Joey Hess2011-07-07
| | | | | | | | | | A failure at any point after the file is annexed will result in an undo that puts the original file back into place and wipes the location log.
* | cleanupGravatar Joey Hess2011-07-07
| |
* | add monad-control to build dependsGravatar Joey Hess2011-07-07
| | | | | | | | Will use this to handle exceptions in the Annex monad, yay.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-08
| |