fix mgit rng initialization, add mgit mtime command #9
Loading…
Reference in a new issue
No description provided.
Delete branch "mgit-mtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This first of all fixes the RNG initialization in app/mgit so it is usable with a remote.
Then second of all it adds a new repl command
mtime
which displays the last_modified for a given file.This shows there is a bug in
last_modified
:The expected time stamp is
2024-10-28 12:10:14 +00:00
in both cases.looks fine to me, thanks