You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a repository URL is used by itself as an example and is an old
`Byron/gitoxide` URL, this changes it to `GitoxideLabs/gitoxide`.
This is the only situation where updating such URLs in tests
carries no disadvantage, because:
- In example commit messages, it is not obvious when such a change
could change commit hashes that are relevant to a test. It would
also sometimes invalidate gpg signatures where present, which
could be confusing even if the signature is not verified, and in
commit messages with `Signed-off-by` trailers, there could be
further confusion.
- In fixture scripts, similar effects could occur, and also their
associated archives would have to be regenerated.
0 commit comments