Hi,
At the first read of README I was not sure if git-meld will also apply changes for working dir. This is a great feature.
Maybe the usage line can be updated to:
git meld uses "git diff --name-only" to extract the files that have changed between the two commits and then makes a copy of these files into a temporary directory before invoking meld on these copies. At exit, files modified in the temporary directory for working_dir are applied to the actual working folder.
Thanks for the great tool!
Hi,
At the first read of README I was not sure if git-meld will also apply changes for working dir. This is a great feature.
Maybe the usage line can be updated to:
git meld uses "git diff --name-only" to extract the files that have changed between the two commits and then makes a copy of these files into a temporary directory before invoking meld on these copies. At exit, files modified in the temporary directory for working_dir are applied to the actual working folder.
Thanks for the great tool!