summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cleanup backend used when reversing migrationGravatar Joey Hess2011-12-20
| | | | | WORM is no longer the starting backend, so let's really reverse, getting back to SHA256.
* run annex monad in quiet mode when testingGravatar Joey Hess2011-12-20
| | | | This cleans up the merging messages.
* fix commentGravatar Joey Hess2011-12-20
|
* remove seemingly unneeded dependenciesGravatar Joey Hess2011-12-20
|
* factor out -qGravatar Joey Hess2011-12-20
|
* add tests of directory and rsync special remotesGravatar Joey Hess2011-12-20
|
* added a test of the hook special remoteGravatar Joey Hess2011-12-20
|
* use Common in a few more modulesGravatar Joey Hess2011-12-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-20
|\
* | Fix the hook special remote, which bitrotted a while ago.Gravatar Joey Hess2011-12-20
| |
* | amusing nameGravatar Joey Hess2011-12-20
| | | | | | | | | | This is both a partial Prelude that conflicts with the real one, and a way to guard against the Prelude's partial functions.
| * Added a commentGravatar http://joey.kitenet.net/2011-12-20
| |
| * Added a commentGravatar http://adamspiers.myopenid.com/2011-12-20
| |
| * Added a commentGravatar http://www.joachim-breitner.de/2011-12-19
|/
* closeGravatar Joey Hess2011-12-19
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-19
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-19
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-19
|
* Added a comment: extra level of indirectionGravatar http://adamspiers.myopenid.com/2011-12-19
|
* Added a commentGravatar http://www.joachim-breitner.de/2011-12-18
|
* fix syntaxGravatar Joachim Breitner2011-12-18
|
* fix syntaxGravatar Joachim Breitner2011-12-18
|
* Added a commentGravatar http://www.joachim-breitner.de/2011-12-18
|
* (no commit message)Gravatar http://www.joachim-breitner.de/2011-12-18
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmKPMUX0YHBjE93eBsEnacwZsddSDue3PY2011-12-18
|
* add back messageGravatar Joey Hess2011-12-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-16
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm_-2XlXNyd6cCLI4n_jaBNqVUOWwJquko2011-12-16
| |
* | simplifyGravatar Joey Hess2011-12-15
| |
| * (no commit message)Gravatar http://gebi.myopenid.com/2011-12-16
| |
* | moveGravatar Joey Hess2011-12-15
| |
* | more partial function removalGravatar Joey Hess2011-12-15
| | | | | | | | | | Left a few Prelude.head's in where it was checked not null and too hard to remove, etc.
* | remove some partial functionsGravatar Joey Hess2011-12-15
| | | | | | | | | | A few were too hard to get rid of, and safe since the code does check for an empty line.
* | add beginning, endGravatar Joey Hess2011-12-15
| | | | | | | | Safe versions of init and last
* | avoid partial functionGravatar Joey Hess2011-12-15
| |
* | avoid partial function, and parse git-ref output betterGravatar Joey Hess2011-12-15
| | | | | | | | | | It's possible that a ref name might contain a space, this properly preserves the space.
* | avoid partial head functionGravatar Joey Hess2011-12-15
| | | | | | | | (although it was used safely)
* | avoid partial functions, and added check for correct sha contentGravatar Joey Hess2011-12-15
| |
* | fix typesGravatar Joey Hess2011-12-15
| |
* | updateGravatar Joey Hess2011-12-15
| |
* | remove leftover debug printGravatar Joey Hess2011-12-15
| |
* | refactorGravatar Joey Hess2011-12-15
|/
* Properly handle multiline git config values.Gravatar Joey Hess2011-12-15
| | | | | | | | | | A crash on parsing was fixed a while ago. This adds support for fully correctly parsing multiline git config values, using git config --null. Since git-annex-shell configlist uses normal git config output, I left in support for that too; the two forms of config output can be easily identified by the parser. Since configlist only prints the annex.uuid config, there's no risk of multiline values there, so no need to change it.
* split out Git/Command.hsGravatar Joey Hess2011-12-14
|
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
|
* typoGravatar Joey Hess2011-12-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-14
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-12-14
| |
| * (no commit message)Gravatar http://adamspiers.myopenid.com/2011-12-13
| |
| * add a link to git-union-mergeGravatar http://adamspiers.myopenid.com/2011-12-13
| |