-
-
Notifications
You must be signed in to change notification settings - Fork 353
Diff between worktree and index #805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c49f12d
allow access to index timestamp
pascalkuthe 38e228c
add function to read blob from worktree
pascalkuthe efcbf0d
accept paths in scripted_fixture_writable
pascalkuthe 0a8e50f
feat: diff between worktree and index
pascalkuthe 31ddda2
refactor
Byron 16eab81
refactor gix_worktree::read module
pascalkuthe 1c43c75
change index/worktree diff to a visitor based API
pascalkuthe 870bdb2
centralize index entry Stat creation/comparison
pascalkuthe 0f747f3
streamline status API
pascalkuthe d7f250d
parallel status check
pascalkuthe f2a9b3f
update index::entry::stat tests
pascalkuthe 9cb76e9
Cleanup entry::mode API
pascalkuthe bf8a7a4
Improve Mode::change_to_match_fs documentation
pascalkuthe c5f3fc8
use existing concurrency primitive in_parallel
pascalkuthe 4736b60
clarify Stat::is_racy documentation
pascalkuthe 1e19760
improve documentation of gix_index::entry::Stat::matches
pascalkuthe 8df154b
clean up status::Diff implementations
pascalkuthe 8b2bcdc
improve terminology and documentation
pascalkuthe 0582ec5
ensure stable sort order for deterministic tests
pascalkuthe 55d8902
remove unused config option
pascalkuthe c5adbe1
add test for racy git detection
pascalkuthe 23ee47f
Merge branch 'main' into dev
Byron 6acc5f1
make it compile
Byron 35cb6b4
feat: Allow `USE_NSEC` and `USE_STDEV` compile time flags to configur…
Byron 691758a
refactor
Byron 9af47c3
feat: add `Index::entries_mut_and_pathbacking()`.
Byron cae539b
adjust to changes in `gix-index`
Byron 27471e7
Add a test for --intend-to-add and clarify what this flag means.
Byron 055611c
Add a test to assure we can detect conflicts
Byron f8cc33c
create new `gix-fs` crate to consolidate all filesystem utilities
Byron 8920229
Minor adjustments to the worktree structure.
Byron cdef398
Merge branch 'main' into dev
Byron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.