Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | webapp: When the user switches to display a different repository, that ↵ | Joey Hess | 2013-06-11 |
| | | | | repository becomes the default repository to be displayed next time the webapp gets started. | ||
* | Detect bad content in ~/.config/git-annex/program and look in PATH instead. | Joey Hess | 2013-05-20 |
| | |||
* | rename module | Joey Hess | 2013-05-12 |
| | |||
* | better autostart file modification | Joey Hess | 2013-04-23 |
| | | | | | | | | As well as just being nicer, and less code, this uses nubBy equalFilePath to ensure that the autostart file never gets dups. Also, removing from the file no longer needs to be a perfect string match; it also uses equalFilePath. | ||
* | strip newlines in programfile | Joey Hess | 2013-04-23 |
| | | | | | | Indeed, ignore lines after the first. Use might create it with echo.. | ||
* | rename module | Joey Hess | 2013-04-23 |
| | |||
* | minor robustness fixes in repo cost reordering code | Joey Hess | 2013-03-18 |
| | |||
* | better costBetween; avoid unnecessary fractional values | Joey Hess | 2013-03-14 |
| | |||
* | split cost out into its own module | Joey Hess | 2013-03-13 |
Added a function to insert a new cost into a list, which could be used to asjust costs after a drag and drop. |