mirror of
https://github.com/git/git.git
synced 2026-02-04 23:16:38 +00:00
After we found the `@@` marker after the key to interpolate, we pretty much only need the offset *after* the marker. So let's just advance it instead of adding 2 in many places. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>