← Back to context

Comment by esafak

4 days ago

Some make a semantic diff splitter please! Break up big commits into small, atomic, meaningful ones.

Well, that's what git-patch is: https://patch-diff.githubusercontent.com/raw/denoland/deno/p...

  • I can't make sense of that link. How many parts was the diff split up into, and along what lines?

    • Yeah, I don't know why I linked that as an example. Wanted to show structure of a patch. Each commit of a patch already has everything ready to be processed and chunked IF you keep them - small, atomic, semantically meaningful. As in do smaller commits.

      1 reply →