Skip to content

Conversation

@drspx
Copy link
Contributor

@drspx drspx commented Jun 3, 2025

git log --graph has a format which tells me how long time ago a change was made. it makes it a little bit easy to look for changes.

e.g. git log --graph --abbrev-commit --decorate --format=format:'(%ar)' --all

…bbrev-commit --decorate --format=format:'(%ar)' --all`
@mlange-42 mlange-42 merged commit a330f4a into git-bahn:master Jun 5, 2025
2 checks passed
@mlange-42
Copy link
Collaborator

Thanks @drspx for your contribution!

@drspx
Copy link
Contributor Author

drspx commented Jun 6, 2025

thank you too 👍

is it possible that you could remove my email address from the commit ? i didn't see it before i create the PR.

@mlange-42
Copy link
Collaborator

@drspx I am not sure how to do that, but I can try. Do you have an alternative address to replace it?

@drspx
Copy link
Contributor Author

drspx commented Jun 6, 2025

no, just remove the line from the comment:

Co-authored-by: Alexander Kjeldsen <[***]@[***].dk>

@drspx
Copy link
Contributor Author

drspx commented Jun 6, 2025

i think you should be able to do it with

git commit --amend

and then remove the line

@drspx
Copy link
Contributor Author

drspx commented Jun 6, 2025

and then

git push -f 

mlange-42 pushed a commit that referenced this pull request Jun 6, 2025
git log --graph has a format which tells me how long time ago a change
was made. it makes it a little bit easy to look for changes.

e.g. `git log --graph --abbrev-commit --decorate --format=format:'(%ar)'
--all`
@mlange-42
Copy link
Collaborator

Ok, done.

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.

3 participants