Aug 182026
 

[I posted this on Reddit, then realized I should copy it here so it shows up on Planet Lisp.]In a Git diff, each consecutive subsequence of lines near a difference is called a “hunk”.  Each hunk has a one-line header that might look something like this:@@ -316,8 +322,9 @@ int main(int argc, char **argv)The numbers indicate which lines of each version of the file appear in the hunk.  The rest of the line is intended to be the first line of the function, class, or other top-level definition that the hunk is within.  Git finds that line using a regexp corresponding to the source language.  It’s just to give the reader a bit more context; nothing…

External feed Read More at the Source: https://scottlburson2.blogspot.com/2026/08/git-support-for-lisp-improved-in-2550.html

 2026-08-18  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)