Skip to content

mwindow: init mwindow files in git_libgit2_init#3879

Merged
ethomson merged 1 commit into
masterfrom
ethomson/mwindow_init
Aug 4, 2016
Merged

mwindow: init mwindow files in git_libgit2_init#3879
ethomson merged 1 commit into
masterfrom
ethomson/mwindow_init

Conversation

@ethomson
Copy link
Copy Markdown
Member

@ethomson ethomson commented Aug 3, 2016

No description provided.

Comment thread src/mwindow.c Outdated

/**
* Run under mwindow lock
*/
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is not valid anymore, is it?

@pks-t
Copy link
Copy Markdown
Member

pks-t commented Aug 4, 2016

Looks good to me besides the minor nit on the stale comment

Comment thread src/global.c
ret = git_openssl_stream_global_init();
(ret = git_transport_ssh_global_init()) == 0 &&
(ret = git_openssl_stream_global_init()) == 0)
ret = git_mwindow_global_init();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this commit in our repo, and TSAN doesn't complain. (well, except for the sysdir init which we are discussing separately.)

@ethomson ethomson force-pushed the ethomson/mwindow_init branch from bced952 to 2381d9e Compare August 4, 2016 14:31
@ethomson ethomson merged commit da7f9fe into master Aug 4, 2016
@hanwen hanwen mentioned this pull request Aug 8, 2016
4 tasks
@ethomson ethomson deleted the ethomson/mwindow_init branch January 13, 2017 12:28
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