Skip to content

feat(compare): explain how each file differs from its counterpart - #112

Merged
DPassarelli merged 6 commits into
mainfrom
feat/list-stats
Sep 5, 2026
Merged

DPassarelli merged 6 commits into
mainfrom
feat/list-stats

Conversation

@DPassarelli

@DPassarelli DPassarelli commented Sep 4, 2026

Copy link
Copy Markdown
Owner

The change list now explains how each differing file compares with the copy it would replace. The row under the cursor reports the size gap between the two copies and how long ago each was last written, so you can tell whether the incoming file is the one you were just working on or something stale about to overwrite newer work. A file whose size and timestamp both match, yet whose contents differ, is named as such, since that is the state most easily mistaken for a bug. Previously a row said only that a file differed, leaving the reason and the direction to guess.

Closes #72

@DPassarelli DPassarelli changed the title feat(view): show what differs for each file feat(compare): explain how each file differs from its counterpart Sep 5, 2026
@DPassarelli
DPassarelli merged commit 1757bf9 into main Sep 5, 2026
9 checks passed
@DPassarelli
DPassarelli deleted the feat/list-stats branch September 5, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show what's different about each file listed (date, size, hash)

1 participant