tbdiff icon indicating copy to clipboard operation
tbdiff copied to clipboard

Results 4 tbdiff issues
Sort by recently updated
recently updated
newest added

Given lines like: commit 0245492ee0 commit 5b0af9d6f8 (sahildua/add-copy-branch-feature) This code would error out with: Traceback (most recent call last): File "/home/avar/bin/git-tbdiff", line 400, in sA, dA = read_patches(rangeA) File "/home/avar/bin/git-tbdiff",...

Without this, parsing of the 'commit ' lines fails if you have log.decorate set in your git config.

We should implement something along the lines of --ignore-space-change to deal with rerolls that mainly cover indentation fixes (e.g. Peff's recent posting of the bitmaps series vs. Vicent's original posting...