| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-04-10 | tests/: Do not use `sed -i` | Lukas Fleischer | |
| "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> | |||
| 2013-04-10 | Add branch-sort and repo.branch-sort options. | Jason A. Donenfeld | |
| When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. T | |||