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

Revert "enable fscache while iterating every local refs" #1380

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

atetubou
Copy link

This reverts commit 09ccec4.

Using fscache here is not right way.
It is better to specify OBJECT_INFO_QUICK flag for has_object_file instead.
This flag prevents directory list up for each refs also.

Signed-off-by: Takuto Ikuta tikuta@chromium.org

@atetubou
Copy link
Author

Please don't merge this PR before merging #1379

This reverts commit 09ccec4.

Using fscache here is not right way. It is better to specify
OBJECT_INFO_QUICK flag for has_object_file instead, as was done in Pull
Request git-for-windows#1379. This flag prevents directory list up for each refs also.

Signed-off-by: Takuto Ikuta <tikuta@chromium.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho
Copy link
Member

dscho commented Nov 28, 2017

I amended the commit message to make it a "fixup!" commit, so that the original patch can be dropped next time I rebase all of Git for Windows' patches on top of core Git's next tagged version.

Thanks!

@dscho dscho merged commit 2b9dc9b into git-for-windows:master Nov 28, 2017
@dscho dscho added this to the v2.15.0(2) milestone Nov 29, 2017
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.

2 participants