summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * add forceUpdateGravatar Joey Hess2011-12-30
| | | | | | | | | | | | | | | This code is picked from my tweak-fetch branch, which already did the needed refactoring.
| | * Merge remote-tracking branch 'nomeata/master' into syncGravatar Joey Hess2011-12-30
| |/| |/| |
* | | fixed behavior when multiple insteadOf configs are provided for the same url ↵Gravatar Joey Hess2011-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | base Consider this git config --list case: url.git+ssh://git@example.com/.insteadOf=gl url.git+ssh://git@example.com/.insteadOf=shared Since config is stored in a Map, only the last of the values for this key was stored and available for use by the insteadOf code. But that is wrong; git allows either "gl" or "shared" to be used in an url and the insteadOf value to be substituted in. To support this, it seems best to keep the existing config map as-is, and add a second map that accumulates a list of multiple values for config keys. This new fullconfig map can be used in the rare places where multiple values for a key make sense, without needing to complicate everything else. Haskell's laziness and data sharing keep the overhead of adding this second map low.
* | | Added a comment: Finally some codeGravatar http://www.joachim-breitner.de/2011-12-29
| | |
| | * By default, sync with all remotes having the synced/ branchGravatar Joachim Breitner2011-12-29
| | |
| | * Implement branch-syncing in Command.SyncGravatar Joachim Breitner2011-12-29
| | | | | | | | | | | | | | | as described in the previous commit to the documentation. The loggin UI is not great yet.
| | * Outline extended git annex sync semantics in the documentationGravatar Joachim Breitner2011-12-27
| | |
* | | Added a comment: git tweak-fetchGravatar http://joey.kitenet.net/2011-12-26
| | |
| * | Updated to build with monad-control 0.3.Gravatar Joey Hess2011-12-24
| | |
| * | Merge branch 'new-monad-control'Gravatar Joey Hess2011-12-24
| |\ \
* | | | (no commit message)Gravatar http://www.openid.albertlash.com/openid/2011-12-25
| | | |
* | | | (no commit message)Gravatar http://www.openid.albertlash.com/openid/2011-12-24
|/ / /
* | | fix typoGravatar Joey Hess2011-12-24
| | |
* | | slightly improve typographyGravatar Joey Hess2011-12-24
| | |
* | | Added a commentGravatar http://joey.kitenet.net/2011-12-24
| | |
* | | Added a commentGravatar http://joey.kitenet.net/2011-12-24
| |/ |/|
* | Added a commentGravatar http://www.joachim-breitner.de/2011-12-24
| |
* | Added a commentGravatar http://www.joachim-breitner.de/2011-12-24
| |
* | Added a commentGravatar http://www.openid.albertlash.com/openid/2011-12-24
| |
* | Added a comment: Any update on this?Gravatar http://adamspiers.myopenid.com/2011-12-24
| |
* | (no commit message)Gravatar http://adamspiers.myopenid.com/2011-12-24
| |
* | (no commit message)Gravatar http://adamspiers.myopenid.com/2011-12-24
| |
* | add a page for openSUSE install instructionsGravatar http://adamspiers.myopenid.com/2011-12-24
| |
* | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmKPMUX0YHBjE93eBsEnacwZsddSDue3PY2011-12-23
| |
* | Added a commentGravatar http://joey.kitenet.net/2011-12-23
| |
* | Added a comment: CoolGravatar http://adamspiers.myopenid.com/2011-12-23
| |
* | Added a commentGravatar http://joey.kitenet.net/2011-12-23
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-23
|\ \
* | | skip repos without a description set when --in="" is specifiedGravatar Joey Hess2011-12-23
| | | | | | | | | | | | | | | Picking one of probably several remotes with no description set was not useful behavior.
| * | Added a commentGravatar http://joey.kitenet.net/2011-12-23
| | |
| * | Added a commentGravatar http://joey.kitenet.net/2011-12-23
| | |
| * | Added a commentGravatar http://adamspiers.myopenid.com/2011-12-23
| | |
| * | Added a commentGravatar http://adamspiers.myopenid.com/2011-12-23
| | |
* | | reorder less expensive terminal firstGravatar Joey Hess2011-12-23
| | | | | | | | | | | | | | | Out of general principles, it did not seem to actually speed it up appreciably. (I suspect ghc is being smart.)
| * | Added a commentGravatar http://adamspiers.myopenid.com/2011-12-23
|/ /
* | fixGravatar Joey Hess2011-12-23
| |
* | slight simplificationGravatar Joey Hess2011-12-23
| |
* | put in explicit fetch ; merge in walkthrough for nowGravatar Joey Hess2011-12-23
| | | | | | | | and link to centralized repository tutorial
* | Added a commentGravatar http://joey.kitenet.net/2011-12-23
| |
* | improve wording to not imply a pull is done by mergeGravatar Joey Hess2011-12-23
| |
* | (no commit message)Gravatar http://joey.kitenet.net/2011-12-23
| |
* | Added a commentGravatar http://joey.kitenet.net/2011-12-23
| |
* | Added a commentGravatar http://joey.kitenet.net/2011-12-23
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-23
|\ \
| * | Added a comment: I think Matt is right.Gravatar http://adamspiers.myopenid.com/2011-12-23
| | |
| * | Added a commentGravatar http://adamspiers.myopenid.com/2011-12-23
| | |
* | | cleanupGravatar Joey Hess2011-12-23
| | |
* | | find --jsonGravatar Joey Hess2011-12-23
| | |
* | | add escape_var hackGravatar Joey Hess2011-12-23
| | | | | | | | | | | | Makes it easy to find files with duplicate contents, anyway.. :)
* | | update example to actually work with new --format optionGravatar Joey Hess2011-12-23
| | |