Files
clan-core/pkgs/clan-cli/clan_lib
a-kenji 08e2048eeb pkgs/lib: verbose git commits
Make sure the user knowns that a git command is run.

From the issue #4588:
> It is confusing at times, when executing some CLI command, expecting change,
then checking git status but no changes are observed.

We now log:
- git add (debug)
- git commit (info)

The git commit information is formatted the following way:
```
Committed machines/backup-target to git
```

Alternatives:
Currently this shows to the user what happened.
But we might want to show the user what is being run.
We could print the information before invoking the `git commit` itself.
Informing the user of a potential password input window.

Closes #4588
2025-10-01 11:46:01 +02:00
..
2025-08-26 12:57:31 +02:00
2025-08-26 12:01:47 +02:00
2025-08-25 15:17:06 +02:00
2025-08-26 15:23:36 +02:00
2025-08-26 16:21:15 +02:00
2025-08-26 15:55:23 +02:00
2025-08-26 14:46:42 +02:00
2025-08-26 15:22:25 +02:00
2025-10-01 12:43:09 +07:00
2025-10-01 11:46:01 +02:00
2025-08-26 14:46:42 +02:00
2025-08-26 11:36:38 +02:00
2025-08-26 14:46:42 +02:00
2025-08-26 16:21:15 +02:00
2025-08-26 15:55:23 +02:00
2025-08-25 11:34:41 +02:00
2025-09-16 16:37:41 +07:00