diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-19 00:39:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-21 23:58:20 -0700 |
commit | a74db82e15cd8a2c53a4a83e9a36dc7bf7a4c750 (patch) | |
tree | 153bd3d6a6b913f07403ec91b4649a5105d32bec /git-gui/Makefile | |
parent | pack-objects: pass fullname down to add_object_entry() (diff) | |
download | tgif-a74db82e15cd8a2c53a4a83e9a36dc7bf7a4c750.tar.xz |
Teach "delta" attribute to pack-objects.
This teaches pack-objects to use .gitattributes mechanism so
that the user can specify certain blobs are not worth spending
CPU cycles to attempt deltification.
The name of the attrbute is "delta", and when it is set to
false, like this:
== .gitattributes ==
*.jpg -delta
they are always stored in the plain-compressed base object
representation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-gui/Makefile')
0 files changed, 0 insertions, 0 deletions