summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-12-13
| |
* | remove dead codeGravatar Joey Hess2011-12-13
| |
* | split out two more Git modulesGravatar Joey Hess2011-12-13
| |
* | move commit to Git.BranchGravatar Joey Hess2011-12-13
| |
* | split out three modules from GitGravatar Joey Hess2011-12-13
| | | | | | | | | | Constructors and configuration make sense in separate modules. A separate Git.Types is needed to avoid cycles.
| * Added a commentGravatar http://www.joachim-breitner.de/2011-12-13
| |
| * Added a commentGravatar http://www.joachim-breitner.de/2011-12-13
|/
* avoid closing pipe before all the shas are read from itGravatar Joey Hess2011-12-12
| | | | | | | Could have just used hGetContentsStrict here, but that would require storing all the shas in memory. Since this is called at the end of a git-annex run, it may have created a *lot* of shas, so I avoid that memory use and stream them out like before.
* broke out Git/HashObject.hsGravatar Joey Hess2011-12-12
|
* broke out Git/Branch.hs and reorganizedGravatar Joey Hess2011-12-12
|
* split out Git/Ref.hsGravatar Joey Hess2011-12-12
|
* split out Annex/Journal.hsGravatar Joey Hess2011-12-12
|
* split out Annex/BranchState.hsGravatar Joey Hess2011-12-12
|
* update commentGravatar Joey Hess2011-12-12
|
* reinject: Add a sanity check for using an annexed file as the source file.Gravatar Joey Hess2011-12-12
|
* optimisationGravatar Joey Hess2011-12-12
| | | | avoids a redundant call to git show-ref
* optimisationGravatar Joey Hess2011-12-12
| | | | avoids a useless diff from git-annex..refs/heads/git-annex
* optimiationGravatar Joey Hess2011-12-12
| | | | avoids reading the config of a local remote twice in a row