aboutsummaryrefslogtreecommitdiff
path: root/Command/Map.hs
Commit message (Expand)AuthorAge
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* Support GIT_SSH and GIT_SSH_COMMANDGravatar Joey Hess2017-03-17
* Run ssh with -n whenever input is not being piped into itGravatar Joey Hess2017-02-15
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* prefer xdot over dotGravatar Joey Hess2016-11-30
* remove unusedGravatar Joey Hess2016-05-23
* map: Hide dead repositories that are not connected to the graph.Gravatar Joey Hess2016-05-04
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* map: Improve display of git remotes with non-ssh urls, including http and gcr...Gravatar Joey Hess2015-11-18
* note where map is left in --fast modeGravatar Joey Hess2015-11-18
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* warningsGravatar Joey Hess2014-10-15
* revert reversionGravatar Joey Hess2014-10-15
* unbreak android buildGravatar Joey Hess2014-10-14
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix warningGravatar Joey Hess2014-10-13
* map: Handle .git prefixed remote repos. Closes: #614759Gravatar Joey Hess2014-10-12
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* factor out getRemoteGitConfigGravatar Joey Hess2014-05-16
* execute remote.<name>.annex-shell on remote, if setGravatar Fraser Tweedale2014-05-16
* map: Fix crash when one of the remotes of a repo is a local directory that do...Gravatar Joey Hess2014-03-17
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* map: Fix display of v5 direct mode repos.Gravatar Joey Hess2014-01-13
* map: Work when there are gcrypt remotes.Gravatar Joey Hess2013-11-04
* factor out more ssh stuff from git remoteGravatar Joey Hess2013-09-24
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* map: Combine duplicate repositories, for a nicer looking map.Gravatar Joey Hess2013-03-16
* where indentationGravatar Joey Hess2012-11-12
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* map: Write map.dot to .git/annex, which avoids watch trying to annex it.Gravatar Joey Hess2012-07-17
* pass associatedfile and remoteuuid to git-annex-shellGravatar Joey Hess2012-07-02
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* reorgGravatar Joey Hess2012-01-10
* map: Fix display of remote reposGravatar Joey Hess2012-01-08
* map: --fast disables use of dot to display mapGravatar Joey Hess2011-12-20
* more partial function removalGravatar Joey Hess2011-12-15
* Properly handle multiline git config values.Gravatar Joey Hess2011-12-15
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* split out three modules from GitGravatar Joey Hess2011-12-13
* hslintGravatar Joey Hess2011-12-09
* map: Fix a failure to detect a loop when both repositories are local and refe...Gravatar Joey Hess2011-12-04
* map: Support remotes with /~/ and /~user/Gravatar Joey Hess2011-11-11
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* clean up read/show abuseGravatar Joey Hess2011-11-08