summaryrefslogtreecommitdiff
path: root/exec_cmd.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-08-19 13:18:07 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-09-15 13:23:20 -0700
commitd7c67668fe10184736bdfe953ed8dcbfdb57e0c2 (patch)
treef155fb3d22e7489047a661f16bf22a6da708d6cc /exec_cmd.h
parentgpg-interface: move parse_gpg_output() to where it should be (diff)
downloadtgif-d7c67668fe10184736bdfe953ed8dcbfdb57e0c2.tar.xz
gpg-interface: move parse_signature() to where it should be
Our signed-tag objects set the standard format used by Git to store GPG-signed payload (i.e. the payload followed by its detached signature) [*1*], and it made sense to have a helper to find the boundary between the payload and its signature in tag.c back then. Newer code added later to parse other kinds of objects that learned to use the same format to store GPG-signed payload (e.g. signed commits), however, kept using the helper from the same location. Move it to gpg-interface; the helper is no longer about signed tag, but it is how our code and data interact with GPG. [Reference] *1* http://thread.gmane.org/gmane.linux.kernel/297998/focus=1383 Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'exec_cmd.h')
0 files changed, 0 insertions, 0 deletions