gitgitgadget / git

GitGitGadget's Git fork. Open Pull Requests here to submit them to the Git mailing list
https://gitgitgadget.github.io/
Other
209 stars 133 forks source link

Ignore specific changes but not the entire file #1703

Closed aboqasem closed 5 months ago

aboqasem commented 5 months ago

The problem with:

git update-index [--skip-worktree|--assume-unchanged]

Is that it ignores the entire file. Is there a plan to support something that remembers what was exactly ignored, and if there are changes to it, either un-ignore the file, or display the hunks that were changed?

Something like committing the change but not actually committing it.

dscho commented 5 months ago

Thank you for writing up a feature request. However, this is not the place the Git projects expects feature requests: please send it to the Git mailing list. See https://git-scm.com/community for more details.