You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WinMerge ExecFilterCommand with pt command line tools (ptcat / ptcipher) potentially could work out of the box (ideally setting password once, assuming all 3 files have same password to avoid 3 password prompts for 3-way-merge and 2 for diff)
Git sample config for using an encrypted merge tool
The text was updated successfully, but these errors were encountered:
For encrypted files need a way to allow diff of 3 / two files and also three-way merge without temporary, unencrypted plain text on disk.
✔️ See ptdiff3merge https://github.com/clach04/puren_tonbo/blob/main/puren_tonbo/tools/ptdiff3merge.py
DMP library is fast and works well (used for PyTombo?) diff_match_patch / diff-match-patch https://github.com/clach04/diff-match-patch (http://code.google.com/p/google-diff-match-patch/)
useful resources
test data
3 way merge libs
2 way diff only
[email protected]:clach04/pydiff.git
)ideas
The text was updated successfully, but these errors were encountered: