GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
933 stars 174 forks source link

use gumtree diff two commit edit script #353

Closed yikengboy closed 5 months ago

yikengboy commented 5 months ago

https://github.com/GumTreeDiff/gumtree/wiki/VCS-Integration#git-integration, I look up this reference And can I use gumtree diff edit script through two commitid?

jrfaller commented 5 months ago

Yes like you normally would with git diff!

yikengboy commented 5 months ago

Thanks! I integrate GumTree's container with Git by adding the following configuration into the $HOME/.gitconfig file. image

However pint Source must be a file: left/ image

Is it true that textdif can only compare two files, not two commits?