summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* (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
| |
| * Added a comment: this happens also when the user has not the permission to ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-07-08
|/ | | | set the file mode
* add a nasty workaround for a nasty cabal limitationGravatar Joey Hess2011-07-07
| | | | | It croaks on long filenames.. probably >= 100 chars 100 characters was a (historial) limit on filenames in tarballs.
* add news item for git-annex 3.20110707Gravatar Joey Hess2011-07-07
|
* releasing version 3.201107073.20110707Gravatar Joey Hess2011-07-07
|
* add: Avoid a failure mode that resulted in the file seemingly being deleted ↵Gravatar Joey Hess2011-07-07
| | | | (content put in the annex but no symlink present).
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-07-07
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-07-07
| |
* | Bugfix: Forgot to de-escape keys when upgrading.Gravatar Joey Hess2011-07-07
| | | | | | | | | | | | | | Could result in bad location log data for keys that contain [&:%] in their names. (A workaround for this problem is to run git annex fsck.) `git annex unused --from remote` could also run into the broken code.
| * Added a commentGravatar http://joey.kitenet.net/2011-07-07
| |
| * (no commit message)Gravatar ssqq2011-07-07
| |
| * (no commit message)Gravatar ssqq2011-07-07
| |