-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add rfc to remove an TODO: that seems to be referencing the wrong struct field commit.c:360 #1867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rfc to remove an TODO: that seems to be referencing the wrong struct field commit.c:360 #1867
Conversation
4b3cd7a
to
29c1c46
Compare
Was doing some digging within the code, and came across this. @dscho |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A good initial version!
I left a couple of comments trying to help improve it to the point where we can offer it up on the Git mailing list.
commit.c
Outdated
|
||
*/ |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
hey @dscho went ahead, and made the small change. Have been behind on some project work, but wanted to make sure that I had this checked in. Would I just leave this here, or send this to the mailing list? -Al |
After renaming the commit message prefix from "TODO doc:" to "doc:" please do send this to the mailing list, it is ready! |
@skinnyal how about it? |
Hey @dscho I'll work on this right now. Sorry about the delay school, and things got hectic. |
@skinnyal could you do a |
@dscho I went ahead, and rebased. I think I did it in the correct order. I'm unsure if the merging to my local remote should be the latest entry in |
Ideally, there should not even be a merge commit in your branch. There is no way to "export" a merge commit via |
To clarify what I mean: this is what I am seeing in the
What I expected to see would look more like
This could be achieved by running these commands: git fetch https://github.com/git/git master
git rebase -i FETCH_HEAD and then changing each |
The code that was merged with commit 1102405 left in an TODO that is no longer relevant. It seems as if we can remove this todo. util seems to not be a field of the struct commit, definition of struct commit --> commit.c:27 The commit list also, does not contain a field for util. Signed-off-by: Albert Burt <[email protected]>
d449be9
to
642b097
Compare
Ah, Okay. I think it should be fixed now @dscho . |
Yep! Thanks! |
No problemo! Thanks for following up with this. Sent it off to the mailing list! |
For lurkers: the mail is here: https://public-inbox.org/git/CACsJy8D_gTKWXogPDNW7NQk_a0ChBu28HfGu388hFn3-by_cRw@mail.gmail.com/T/#t |
Thanks for taking the time to contribute to Git!
Those seeking to contribute to the Git for Windows fork should see
http://gitforwindows.org/#contribute on how to contribute Windows specific enhancements.
If your contribution is for the core Git functions and documentation
please be aware that the Git community does not use the github.com issues
or pull request mechanism for their contributions.
Instead, we use the Git mailing list ([email protected]) for code and
documenatation submissions, code reviews, and bug reports. The
mailing list is plain text only (anything with HTML is sent directly
to the spam folder).
Nevertheless, you can use submitGit to conveniently send your Pull
Requests commits to our mailing list.
Please read the "guidelines for contributing" linked above!