diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2019-02-11 17:16:58 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-11 13:10:57 -0800 |
commit | 5fe81438b52f8464947e5b27381a898d7451260e (patch) | |
tree | 6c570e2e27e2337d9c45a7ff76253b634f517cce /unpack-trees.c | |
parent | Git 2.18.1 (diff) | |
download | tgif-5fe81438b52f8464947e5b27381a898d7451260e.tar.xz |
sequencer: make sign_off_header a file local symbol
Commit d0aaa46fd3 ("commit: move empty message checks to libgit",
2017-11-10) removes the last use of 'sign_off_header' outside of
the "sequencer.c" source file. Remove the extern declaration from
the header file and mark the definition of the symbol with the
static keyword.
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
0 files changed, 0 insertions, 0 deletions