-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
html pages are not 'hyperlinked' #404
Comments
Oh. I just noticed that in the next sentence of the above mentioned paragraph the link to "Git Users' Manual" is correct. |
Let's put some precision into this description. Do I understand correctly that you meant to instruct me to If so, then good: I can reproduce. Now, this is what you can do about it:
You could also debug that in |
I just added the label |
it seems to be the invocation. |
Found it. If you run If you remove the two |
@nalla you are truly awesome! |
@nalla it is part of the Greater Scheme of the Universe, for sure! |
…strategy The 'ort' strategy is a new algorithm to replace the 'recursive' merge strategy. I've been reviewing some of the performance patches upstream, many of which are already in Git 2.32.0 (more coming in 2.33.0) and even with the ones already included, it is a clear performance win for our large repos. I tested on the Office monorepo and consistently saw merge times in the 5-6 second range. With the 'recursive' strategy, these would range from 7-20 seconds. My tests reproduced merges found within the commit history, and the ones that succeeded without conflicts matched the committed changes. There were even a few where the 'recursive' strategy did not resolve to the committed change, but the 'ort' version did (probably because of better rename detection). Not only is this a beneficial performance change for our users across `microsoft/git`, it will be a critical step to allowing `git merge` to work quickly with sparse index. In my testing of a prototype, I was able to get `git merge` commands with sparse index and the 'ort' strategy down to 0.5-1.5 seconds in most cases. (Cases with a merge conflict outside of the sparse-checkout definition jumped back up to the 6-7 second range, which is expected, and should be rare.) cc: @newren for awareness. Thanks for the patches! These were applied from those sent to the list via git#1055.
I'm on Win7, git-for-windows 2.5.2.windows.2
The html pages that come with Git for Windows are note hyperlinked.
Take a look at the man page (html page that is) of 'git' itself.
In the second paragraph of the 'Description' section, I see
Which is not quite correct I presume.
The text was updated successfully, but these errors were encountered: