-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add --include-git-files option to xvc file track and xvc file list commands - Don't track and list Git-tracked files by default - Add ListFormat::empty for default xvc file list format - Expose types from `xvc::file::list` to be used in GUI - Refactor `xvc file list` command handler for Xvc GUI - Began to use dtolnay/rust-toolchain for Github Actions - Began to use taiki-e/install-action@cargo-llvm-cov for codecov - Fixed cache permissions issue
- Loading branch information
Showing
55 changed files
with
1,513 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,6 @@ Cargo.lock | |
flamegraph.svg | ||
workflow_tests/docs | ||
lib/docs | ||
# Ignore all profiling files | ||
*.profraw | ||
lcov.info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.