Lines Matching refs:code
59 code has moved around and changed the line numbers; this in turn makes
129 - `VSCode <https://code.visualstudio.com/docs/editor/versioncontrol>`__
151 often give you the context to understand the code and potential problems
212 of code.
229 would be one that touches the same code as the patch you are
230 backporting, but does not change the semantics of the code in any
355 itself, the changelog, and your familiarity with the code being changed.
440 inspecting your changes. For C code, this will show you the whole
447 Refactored code
450 Something that happens quite often is that code gets refactored by
451 "factoring out" a common code sequence or pattern into a helper
466 to these areas as ``git blame`` won't show you code that has been
533 there could be code changes where two independent changes to the same
538 entry code where the first patch saved/restored a register and a later
542 everything was fine, when in fact the code was now scribbling over an
546 or by superficially exercising the code, the only way to *really* verify
591 the changelog and the code.