Creating a new repository does not use the name of the logged in user
When I create a repository, the commit references another user than the one that created the repository.
How can I change the original committer to another user ?
Or better, ensure the repository gets its first commit with the logged in user.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Anton Gogolev on 14 Jun, 2016 02:57 PM
Stecy,
This only happens when a repository is initialized with .hgignore file. If
you want the very first commit to be from some specific user, you can
create an empty repository and then push to it.
2 Posted by stecy.dube on 06 Jul, 2016 02:20 PM
That's a workaround. :(
I think it is rather arbitrary to have some user (I guess the first created user) always the creator of a repository instead of the user that actually creates it!
Please fix.