gitbutler/crates/gitbutler-core/src
2024-04-25 19:23:13 +02:00
..
database/migrations chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
deltas Make sure UI types use strings instead of BString 2024-04-21 11:35:25 +02:00
gb_repository fix rustfmt formatting issues due to line-length (#3039) 2024-04-23 12:53:56 +02:00
git Use a temp-file to write new content atomically in storage layer (#2807) 2024-04-24 10:38:48 +02:00
keys Use a temp-file to write new content atomically in storage layer (#2807) 2024-04-24 10:38:48 +02:00
project_repository Remove extra indirector for blame function 2024-04-24 08:15:01 +01:00
projects feature flag for snapshot creation 2024-04-25 19:23:13 +02:00
sessions chore: remove legacy error in favor of new error system 2024-04-01 17:33:14 +02:00
snapshots feature flag for snapshot creation 2024-04-25 19:23:13 +02:00
types chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
users Use a temp-file to write new content atomically in storage layer (#2807) 2024-04-24 10:38:48 +02:00
virtual_branches less cumbersome error handling for Git errors 2024-04-25 16:42:11 +02:00
zip Revert "Remove unused (?) allow clippy statements" 2024-04-09 14:50:31 +02:00
askpass.rs chore: align 'app' and 'lib' crates imports. 2024-03-30 22:43:16 +01:00
assets.rs fix rustfmt formatting issues due to line-length (#3039) 2024-04-23 12:53:56 +02:00
database.rs chore: align 'app' and 'lib' crates imports. 2024-03-30 22:43:16 +01:00
dedup.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
deltas.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
error.rs for HTTP-based errors, attach Code to allow UI to show improved message (#2886) 2024-04-23 11:32:53 +02:00
fs.rs add a function for worktree file listings specifically 2024-04-20 09:07:17 +02:00
gb_repository.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
git.rs remove unused show_file_at_tree 2024-04-18 12:12:28 +02:00
id.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
keys.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
lib.rs implement undo stack snapshotting 2024-04-25 19:23:13 +02:00
lock.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
path.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
project_repository.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
projects.rs chore: align 'app' and 'lib' crates imports. 2024-03-30 22:43:16 +01:00
reader.rs Make sure users can more easily delete vbranch information on failure 2024-04-21 11:35:25 +02:00
sessions.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
ssh.rs Remove useless reference 2024-04-21 22:45:00 +01:00
storage.rs use gix::tempfile in place of the tempfile. 2024-04-24 13:14:20 +02:00
types.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
users.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
virtual_branches.rs remove branch reader / writer 2024-04-19 23:48:11 +02:00
windows.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
writer.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
zip.rs chore: align 'app' and 'lib' crates imports. 2024-03-30 22:43:16 +01:00