]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
patch-ids: add flag to create the diff patch id using header only data
authorKevin Willford <kewillf@microsoft.com>
Fri, 29 Jul 2016 16:19:19 +0000 (12:19 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Jul 2016 21:10:01 +0000 (14:10 -0700)
commit3e8e32c32ef8e49bcfd715837d51aca30925fdfe
treebae548134d89d11f6cb6a59992805f410a67da43
parent683f17ec440afafd2b375fd1b7a80a1aca219b4f
patch-ids: add flag to create the diff patch id using header only data

This will allow a diff patch id to be created using only the header data
so that the contents of the file will not have to be loaded.

Signed-off-by: Kevin Willford <kcwillford@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
diff.h
patch-ids.c