-
Notifications
You must be signed in to change notification settings - Fork 66
Home
thenigan edited this page Mar 30, 2012
·
11 revisions
Instructions can be found on this dedicated wiki page
I have a new patch series under review on the Git developers list which adds directory diff to the git difftool
command. It could use some review and test by people interested in the feature!
- In the maintainer's Git repo, see the
th/difftool-diffall
branch. - In my fork of the Git repo, see the
th/difftool-phase2
branch.
NOTE: Some changes in my repo have not yet been integrated by the Git team.
The diffall
script has been accepted to the contrib/
area of the standard git installation. It will be included in Git v1.7.10. See commit 1252bbe.
To use git diffall
, you must still copy the script to $(git --exec-path)
in your local install.