wrapper.h: move declarations for wrapper.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
905f96939b
commit
d5ebb50dcb
@ -3,6 +3,7 @@
|
||||
#include "fmt-merge-msg.h"
|
||||
#include "gettext.h"
|
||||
#include "parse-options.h"
|
||||
#include "wrapper.h"
|
||||
|
||||
static const char * const fmt_merge_msg_usage[] = {
|
||||
N_("git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"),
|
||||
|
Reference in New Issue
Block a user