summaryrefslogtreecommitdiff
path: root/progress.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-23 00:52:55 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-23 05:16:14 (GMT)
commitf1af60bdba465779df92090ed370988f202ff043 (patch)
treec601842acbc36c310701f6e3f00d79364e42da86 /progress.h
parentd83c9af5c6a437ddaa9dd2747e83aee642501a44 (diff)
downloadgit-f1af60bdba465779df92090ed370988f202ff043.zip
git-f1af60bdba465779df92090ed370988f202ff043.tar.gz
git-f1af60bdba465779df92090ed370988f202ff043.tar.bz2
Support 'diff=pgm' attribute
This enhances the attributes mechanism so that external programs meant for existing GIT_EXTERNAL_DIFF interface can be specifed per path. To configure such a custom diff driver, first define a custom diff driver in the configuration: [diff "my-c-diff"] command = <<your command string comes here>> Then mark the paths that you want to use this custom driver using the attribute mechanism. *.c diff=my-c-diff The intent of this separation is that the attribute mechanism is used for specifying the type of the contents, while the configuration mechanism is used to define what needs to be done to that type of the contents, which would be specific to both platform and personal taste. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'progress.h')
0 files changed, 0 insertions, 0 deletions