Skip to content

Commit

Permalink
FIXME -> TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-miller committed Jan 10, 2025
1 parent 9fad819 commit 73dceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/git/src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ fn check_path_to_repo_path_errors(relative_file_path: &Path) -> Result<()> {
pub enum GitFileStatus {
Added,
Modified,
// FIXME remove this (?)
// TODO conflicts should be represented by the GitStatusPair
Conflict,
Deleted,
Untracked,
Expand Down

0 comments on commit 73dceb5

Please sign in to comment.