Questions tagged [kdiff3]

KDiff3 is a diff/merge program that compares or merges two or three text input files or directories and shows the differences line by line and character by character (!).

KDiff3 is a diff and merge program that:

  • compares or merges two or three text input files or directories,
  • shows the differences line by line and character by character (!),
  • provides an automatic merge-facility and
  • an integrated editor for comfortable solving of merge-conflicts,
  • supports Unicode, UTF-8 and other codecs, autodetection via byte-order-mark "BOM"
  • supports KIO on KDE (allows accessing ftp, sftp, fish, smb etc.),
  • Printing of differences,
  • Manual alignment of lines,
  • Automatic merging of version control history ($Log$),
  • and has an intuitive graphical user interface.
139 questions
-1
votes
1 answer

How to set up kdiff3 on Mac Mojave?

I have installed kdiff3 in my Applications directory. What changes should I do now to my ~/.gitconfig file so kdiff3 takes care of diff as well as merge issues? got answer in : https://stackoverflow.com/a/33722631/1841181
xploreraj
  • 3,792
  • 12
  • 33
  • 51
-2
votes
1 answer

How to silently install newer versions of KDiff3?

Kdiff3 is a beloved 3-way merge tool that I use for decades to develop code. I want to make it available to other users of my company, but I can't find how to silently install it from the command line. Newest version that I found is in:…
neves
  • 33,186
  • 27
  • 159
  • 192
-2
votes
2 answers

kdiff3 - line matching preprocessor does not work

I try to ignore lines matching following regex by sed command with kdiff3 when comparing files: sed 's/^\*\*.*//g' Sed command works in command line (it deletes lines starting with **), but when used in kdiff3 it completely ignores the command -…
mtraton
  • 179
  • 1
  • 8
-2
votes
1 answer

Efficient mothod to compare two folders under version control

There are two folders A and B are two working spaces of version controlled source codes (i.e. Git or SVN), and they have the same repo version or very close version. There are lots of files in the working space and it will take long time to compare…
Tmx
  • 579
  • 2
  • 6
  • 17
1 2 3
9
10