Merge/diff tool that can show authors (supports blame or annotate) in files under version control

后端 未结 3 1112

When merging files it will be helpful (as for me) to show an author of each line. Is there any diff or merge tool supporting that?

3条回答
  •  北海茫月
    2021-01-17 20:00

    The bundled gitk tool is not really a merge tool, but it shows conflicted lines with red and blue and "+"'s in front, and you can Rightclick->"Show origin of this line" on any of them, to go to the commit which introduced the line:

    Screenshot

    You can run your mergetool, or just a text editor with diffmarks in parallel

提交回复
热议问题