Code

Merge branch 'jc/show-sig'
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 Jan 2012 20:44:07 +0000 (12:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jan 2012 20:44:07 +0000 (12:44 -0800)
commit5de89d3abfca98b0dfd0280d28576940c913d60d
treece339497e72abc84f4a1bbc9b270b07ab46dbc0c
parent4a3a1edd0be1c5254ae4fc66e06297d87ef7d530
parentd041ffa55a69cb6cdc3b160dc181c7e59b3bd4bb
Merge branch 'jc/show-sig'

* jc/show-sig:
  log --show-signature: reword the common two-head merge case
  log-tree: show mergetag in log --show-signature output
  log-tree.c: small refactor in show_signature()
  commit --amend -S: strip existing gpgsig headers
  verify_signed_buffer: fix stale comment
  gpg-interface: allow use of a custom GPG binary
  pretty: %G[?GS] placeholders
  test "commit -S" and "log --show-signature"
  log: --show-signature
  commit: teach --gpg-sign option

Conflicts:
builtin/commit-tree.c
builtin/commit.c
builtin/merge.c
notes-cache.c
pretty.c
12 files changed:
Documentation/RelNotes/1.7.9.txt
Documentation/config.txt
Documentation/git-tag.txt
builtin/commit-tree.c
builtin/commit.c
builtin/merge.c
commit.c
commit.h
log-tree.c
notes-cache.c
notes-merge.c
pretty.c