While we’re talking about diffing … now I needed to be able to diff two local directories with a few requirements … 1) determine left/right only items 2) determine the optimal recursive compression of those items 3) print some status one in a while 4)
Read More...
I often need to answer some seemingly simple questions like: What has changed between these two builds? How do the contents of these two branches deviate? What % of the files in a child branch have deltas from the parent branch? To answer these I’ve traditionally
Read More...