]> git.ipfire.org Git - thirdparty/git.git/commit - notes-merge.c
commit.h: remove method declarations
authorDerrick Stolee <dstolee@microsoft.com>
Fri, 20 Jul 2018 16:33:04 +0000 (16:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jul 2018 22:38:54 +0000 (15:38 -0700)
commit6404355657fb3ec27668fb88c5175bb22aff3acc
treefe54e41041c355ae014cb00d9e513be157a15ac9
parent5227c385667cadd3b34668329016755181fa98ea
commit.h: remove method declarations

These methods are now declared in commit-reach.h. Remove them from
commit.h and add new include statements in all files that require these
declarations.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
24 files changed:
bisect.c
builtin/branch.c
builtin/commit.c
builtin/fetch.c
builtin/fmt-merge-msg.c
builtin/log.c
builtin/merge-base.c
builtin/merge.c
builtin/pull.c
builtin/receive-pack.c
builtin/rev-parse.c
commit.h
fast-import.c
http-push.c
merge-recursive.c
notes-merge.c
pack-bitmap-write.c
ref-filter.c
remote.c
revision.c
sequencer.c
sha1-name.c
shallow.c
submodule.c