Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | split groups of related functions out of Utility | 2011-08-22 | |
| | |||
* | hlint tweaks | 2011-07-15 | |
| | | | | Did all sources except Remotes/* and Command/* | ||
* | tweak | 2011-06-30 | |
| | |||
* | renamed GitRepo to Git | 2011-06-30 | |
| | | | | It was always imported qualified as Git anyway | ||
* | tweak | 2011-06-02 | |
| | |||
* | clarify synopsis re options | 2011-05-21 | |
| | |||
* | add whenM and unlessM | 2011-05-17 | |
| | | | | | Just more golfing.. I am pretty sure something in a library somewhere can do this, but I have been unable to find it. | ||
* | support git funky remote syntaxes | 2011-03-03 | |
| | | | | | | * Look for dir.git directories the same as git does. * Support remote urls specified as relative paths. * Support non-ssh remote paths that contain tilde expansions. | ||
* | use ShellParam type | 2011-02-28 | |
| | | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code. | ||
* | idiomatic elem | 2011-01-30 | |
| | |||
* | idiom | 2011-01-27 | |
| | |||
* | support ssh urls containing "~", and relative user:path | 2010-12-31 | |
| | |||
* | git-annex-shell can now be used as a login shell | 2010-12-31 | |
| | |||
* | git-annex-shell is complete | 2010-12-31 | |
| | | | | still not used | ||
* | git-annex-shell mostly done now, only needs 2 more subcommands | 2010-12-30 | |
| | |||
* | add git-annex-shell command | 2010-12-30 | |
This is not yet complete, as it does not allow starting rsync or scp. |