aboutsummaryrefslogtreecommitdiffstats
path: root/gitto/ui.scm
Commit message (Collapse)AuthorAgeFilesLines
* Allow a name to be used to remove a repositoryGravatar Tom Willemse2014-03-041-1/+26
| | | | | Allow users to specify a name instead of a path to remove a repository from the repository list. Paths may also still be used.
* Ask to merge settings when registering repoGravatar Tom Willemse2013-05-231-0/+37
The `add' command will ask the user if they would like to merge their settings with the newly registered repository's if the current input is a tty and if the user has specified some settings. The default for this is `#t', so pressing <RET> when presented with this question will merge the settings, however if the user is never asked (because the input is not a tty) no merge will happen.