Update comments and notes
This commit is contained in:
parent
3c42339291
commit
0e7e54bf71
2 changed files with 1 additions and 5 deletions
|
|
@ -86,6 +86,7 @@ pub fn save(path: &Path, repo: Repo) -> anyhow::Result<Oid> {
|
|||
let message = Zoned::now().to_string();
|
||||
|
||||
// TODO Check that the repo is actually based on this commit.
|
||||
// TODO Check if there actually is a difference to the parent commit
|
||||
let parent = match read_head(&repository)? {
|
||||
None => None,
|
||||
Some(parent) => Some(parent.peel_to_commit()?),
|
||||
|
|
|
|||
5
ideas.md
5
ideas.md
|
|
@ -6,11 +6,6 @@ takes a short time to implement and represents an incremental improvement.
|
|||
|
||||
Once an idea has been implemented, it should be deleted from this file.
|
||||
|
||||
- cli: `repo list` command
|
||||
- cli: `repo add` command
|
||||
- cli: `repo rename` command
|
||||
- cli: `repo remove` command
|
||||
- cli: Single-letter aliases for commands
|
||||
- Logging (`log` or `tracing`?)
|
||||
- app: Make log available in UI, for debugging and testing
|
||||
- app: Create repo from dropdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue