Skip to content
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

mru: use double-linked list from list.h #409

Closed
wants to merge 1 commit into from

Conversation

telezhnaya
Copy link
Contributor

Simplify mru.c, mru.h and related code by reusing the double-linked list implementation from list.h instead of a custom one.

Signed-off-by: Olga Telezhnaia olyatelezhnaya@gmail.com
Mentored-by: Christian Couder christian.couder@gmail.com
Mentored by: Jeff King peff@peff.net

@submitgit
Copy link
Member

@telezhnaya sent this commit (20fed7c...1f8d0e2) as a patch to the mailing list with submitGit - here on public-inbox, MARC

@submitgit
Copy link
Member

@telezhnaya sent this commit (ea220ee...9346f85) as a patch to the mailing list with submitGit - here on public-inbox, MARC

Simplify mru.[ch] and related code by reusing the double-linked list
implementation from list.h instead of a custom one.
This commit is an intermediate step. Our final goal is to get rid of
mru.[ch] at all and inline all logic.

Signed-off-by: Olga Telezhnaia <olyatelezhnaya@gmail.com>
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored by: Jeff King <peff@peff.net>
@telezhnaya telezhnaya closed this May 10, 2018
@telezhnaya telezhnaya deleted the simplify_mru branch May 10, 2018 09:06
derrickstolee pushed a commit to derrickstolee/git that referenced this pull request Aug 26, 2021
Fix cURL linking issue in Mac installer from tag-to-release build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants