mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-27 03:22:15 +03:00
1210d35288
This update enables the generation of a working directory diff and returns a Git commit message based on the diff changes. It includes changes to the API, Tauri, and frontend code. Notable modifications include: - Added `git_wd_diff` function to Tauri `src/main.rs` - Modified `Repository` struct, added `wd_diff` method to `src/repositories/repository.rs` - New `commit` function added to `src/lib/api.ts` - Added `fetchCommitMessage` function in `src/routes/projects/[projectId]/+page.svelte` - Minor UI adjustments in `src/routes/projects/[projectId]/player/+page.svelte` Overall, this commit improves user experience by automatically generating commit messages based on the changes made in the working directory. |
||
---|---|---|
.. | ||
icons | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
tauri.conf.json | ||
tauri.conf.release.json |