2 files changed,
5 insertions(+),
5 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-04-03 18:42:54 +0300
Authored at:
2026-04-03 17:53:33 +0300
Change ID:
sqzllnltqyyoylyrlxyrlxuowwpvsxyz
Parent:
8e0f808
jump to
| M | CHANGELOG.md |
| M | README.md |
M
CHANGELOG.md
路路路 13 13 - Add breadcrumbs on "file content" and "file tree" pages. 14 14 - Show last commit associated with file on the "tree page". 15 15 - Highlight selected line on file content page. 16 -- `mugit repo new` now accepts `--description` flag, well it sets repo description. 16 +- `mugit repo new` now accepts `--description`, sets repo description. 17 +- `mugit repo new --mirror` will sync repo from specified remote. 17 18 - Show remote urls and mirroring data on empty repos. 19 +- `mugit repo default` changes default branch of a repo. 20 +- `mugit repo sync` syncs specified mirror repo. 21 +- Mirror status now inclues last sync time(when there were changes fetched) and last checked time. 18 22 19 23 ### Bug fixes: 20 24 - Allow downloading only valid and existing refs.