Beginner Help: I used invert-paths; are the files still supposed to be listed in the commit message? #491
-
So, I used a command that was similar to the example:
It seemed to work okay according to So, is this the expected behavior, or did I do something wrong? If this is expected, is there a way to get the files removed from the list of files in the commit list? Sorry, I'm still learning git as well, so I don't even know the correct terminology. Feel free to enlighten me regarding them. If this is a duplicate question, I'm sorry again. It is because I don't know how to phrase what I'm asking about. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected behaviour: your files and your commit messages are different things. filter-repo won't change your commit messages unless you explicitly ask it to. |
Beta Was this translation helpful? Give feedback.
This is expected behaviour: your files and your commit messages are different things. filter-repo won't change your commit messages unless you explicitly ask it to.