GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
git-annex-diffdriver(1) FreeBSD General Commands Manual git-annex-diffdriver(1)

git-annex-diffdriver - external git diff driver shim

git annex diffdriver -- cmd --opts --

This is an external git diff driver shim. Normally, when using git diff with an external diff driver, it will not see the contents of annexed files, since git passes to it the git-annex symlinks or pointer files. This command works around the problem, by running the real external diff driver, and passing it the paths to the annexed content.

To use this, you will need to have installed some git external diff driver command. This is not the regular diff command; it takes a git-specific input. See git's documentation of GIT_EXTERNAL_DIFF and gitattributes(5)'s documentation of external diff drivers.

Configure git to use "git-annex diffdriver -- cmd params --" as the external diff driver, where cmd is the external diff driver you want it to run, and params are any extra parameters to pass to it. Note the trailing "--", which is required.

For example, set GIT_EXTERNAL_DIFF=git-annex diffdriver -- j-c-diff --

Normally "--" followed by the diff driver command, its options, and another "--"

Also the git-annex-common-options(1) can be used.

git-annex(1)

Joey Hess <id@joeyh.name>

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.