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

Correction in the translation file fr.po #185

Closed
wants to merge 1 commit into from

Conversation

cellebrek
Copy link

uptream -> upstream in help comment

@karenetheridge
Copy link

"This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements."

@louy2
Copy link

louy2 commented Nov 3, 2015

You can also try https://submitgit.herokuapp.com/

@dscho
Copy link
Member

dscho commented Jun 4, 2019

@cellebrek Please rebase your PR, and then open a PR either in the indicated fork or in https://github.com/git-l10n/git-po.

@dscho
Copy link
Member

dscho commented Jun 24, 2019

@cellebrek please rebase and open a new PR over at https://github.com/git-l10n/git-po. Thank you.

@dscho dscho closed this Jun 24, 2019
derrickstolee added a commit to derrickstolee/git that referenced this pull request Sep 16, 2019
Creating the PR so I can generate installers and test the performance impact.

When updating the index using the cone-mode patterns for sparse-checkout, we should be able to immediately decide the new ce flags based on going out of the cone or hitting a recursive closure.

Modify `is_excluded_from_list()` to return a 2 for a recursive match, and use that value to immediately clear the skipworktree bit for everything in that directory. Similarly, if we get a 0, then keep the skipworktree bit on for everything in that directory. The value 1 means we saw that entry with a parent match, so should continue recursing.

Testing this on our target enlistment gave the following results for `git read-tree -mu HEAD`:

    Before: 49s
     After:  9s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants