Skip to content

feat: strip ignored files from --changed-only#46

Merged
llimllib merged 1 commit intomainfrom
more-changed
Apr 11, 2026
Merged

feat: strip ignored files from --changed-only#46
llimllib merged 1 commit intomainfrom
more-changed

Conversation

@llimllib
Copy link
Copy Markdown
Owner

--changed-files aka -c was listing .git and ignored files, which it shouldn't have been

Before

$ git ls -c
On branch more-changed

 *      .git
 I      git-ls
MM ++-- main.go      079d7ed 2026-04-09 Bill Mill chore: bump to 5.9.0
MM ++-- main_test.go cad5a9c 2026-04-09 Bill Mill fix: handle detached HEAD and rebase states (#45)
 I      mise.toml

After

$ ./git-ls -c
On branch more-changed

MM ++-- main.go      079d7ed 2026-04-09 Bill Mill chore: bump to 5.9.0
MM ++-- main_test.go cad5a9c 2026-04-09 Bill Mill fix: handle detached HEAD and rebase states (#45)

@llimllib llimllib merged commit 7197d13 into main Apr 11, 2026
1 check passed
@llimllib llimllib deleted the more-changed branch April 11, 2026 01:48
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.

1 participant