mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
Merge branch 'en/header-cleanup' into maint-2.43
Remove unused header "#include". * en/header-cleanup: treewide: remove unnecessary includes in source files treewide: add direct includes currently only pulled in transitively trace2/tr2_tls.h: remove unnecessary include submodule-config.h: remove unnecessary include pkt-line.h: remove unnecessary include line-log.h: remove unnecessary include http.h: remove unnecessary include fsmonitor--daemon.h: remove unnecessary includes blame.h: remove unnecessary includes archive.h: remove unnecessary include treewide: remove unnecessary includes in source files treewide: remove unnecessary includes from header files
This commit is contained in:
commit
0f7a10a3aa
191 changed files with 25 additions and 335 deletions
|
@ -12,7 +12,6 @@
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "diff.h"
|
|
||||||
#include "compat/terminal.h"
|
#include "compat/terminal.h"
|
||||||
#include "prompt.h"
|
#include "prompt.h"
|
||||||
|
|
||||||
|
|
1
apply.c
1
apply.c
|
@ -12,7 +12,6 @@
|
||||||
#include "base85.h"
|
#include "base85.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "delta.h"
|
#include "delta.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include "tar.h"
|
#include "tar.h"
|
||||||
#include "archive.h"
|
#include "archive.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
|
#include "strbuf.h"
|
||||||
#include "streaming.h"
|
#include "streaming.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "write-or-die.h"
|
#include "write-or-die.h"
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#include "streaming.h"
|
#include "streaming.h"
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
|
#include "strbuf.h"
|
||||||
#include "userdiff.h"
|
#include "userdiff.h"
|
||||||
#include "write-or-die.h"
|
#include "write-or-die.h"
|
||||||
#include "xdiff-interface.h"
|
#include "xdiff-interface.h"
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
|
#include "object-name.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "pretty.h"
|
#include "pretty.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
|
@ -17,7 +18,6 @@
|
||||||
#include "archive.h"
|
#include "archive.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "unpack-trees.h"
|
#include "unpack-trees.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
|
|
||||||
static char const * const archive_usage[] = {
|
static char const * const archive_usage[] = {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#ifndef ARCHIVE_H
|
#ifndef ARCHIVE_H
|
||||||
#define ARCHIVE_H
|
#define ARCHIVE_H
|
||||||
|
|
||||||
#include "object-name.h"
|
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
|
|
||||||
|
|
1
bisect.c
1
bisect.c
|
@ -9,7 +9,6 @@
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "list-objects.h"
|
#include "list-objects.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "hash-lookup.h"
|
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "log-tree.h"
|
#include "log-tree.h"
|
||||||
#include "bisect.h"
|
#include "bisect.h"
|
||||||
|
|
2
blame.c
2
blame.c
|
@ -3,6 +3,7 @@
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "cache-tree.h"
|
#include "cache-tree.h"
|
||||||
#include "mergesort.h"
|
#include "mergesort.h"
|
||||||
|
#include "commit.h"
|
||||||
#include "convert.h"
|
#include "convert.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
|
@ -10,6 +11,7 @@
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "read-cache.h"
|
#include "read-cache.h"
|
||||||
|
#include "revision.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
|
|
3
blame.h
3
blame.h
|
@ -1,12 +1,9 @@
|
||||||
#ifndef BLAME_H
|
#ifndef BLAME_H
|
||||||
#define BLAME_H
|
#define BLAME_H
|
||||||
|
|
||||||
#include "commit.h"
|
|
||||||
#include "oidset.h"
|
#include "oidset.h"
|
||||||
#include "xdiff-interface.h"
|
#include "xdiff-interface.h"
|
||||||
#include "revision.h"
|
|
||||||
#include "prio-queue.h"
|
#include "prio-queue.h"
|
||||||
#include "diff.h"
|
|
||||||
|
|
||||||
#define PICKAXE_BLAME_MOVE 01
|
#define PICKAXE_BLAME_MOVE 01
|
||||||
#define PICKAXE_BLAME_COPY 02
|
#define PICKAXE_BLAME_COPY 02
|
||||||
|
|
1
blob.c
1
blob.c
|
@ -1,6 +1,5 @@
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
#include "repository.h"
|
|
||||||
#include "alloc.h"
|
#include "alloc.h"
|
||||||
|
|
||||||
const char *blob_type = "blob";
|
const char *blob_type = "blob";
|
||||||
|
|
1
bloom.c
1
bloom.c
|
@ -2,7 +2,6 @@
|
||||||
#include "bloom.h"
|
#include "bloom.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
#include "revision.h"
|
|
||||||
#include "hashmap.h"
|
#include "hashmap.h"
|
||||||
#include "commit-graph.h"
|
#include "commit-graph.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
|
|
|
@ -12,14 +12,11 @@
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "cache-tree.h"
|
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "preload-index.h"
|
#include "preload-index.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
|
||||||
#include "read-cache.h"
|
#include "read-cache.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "editor.h"
|
#include "editor.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
@ -24,7 +23,6 @@
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
|
||||||
#include "unpack-trees.h"
|
#include "unpack-trees.h"
|
||||||
#include "branch.h"
|
#include "branch.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
|
@ -35,11 +33,9 @@
|
||||||
#include "log-tree.h"
|
#include "log-tree.h"
|
||||||
#include "notes-utils.h"
|
#include "notes-utils.h"
|
||||||
#include "rerere.h"
|
#include "rerere.h"
|
||||||
#include "prompt.h"
|
|
||||||
#include "mailinfo.h"
|
#include "mailinfo.h"
|
||||||
#include "apply.h"
|
#include "apply.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "packfile.h"
|
|
||||||
#include "pager.h"
|
#include "pager.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "parse-options.h"
|
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "apply.h"
|
#include "apply.h"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "pkt-line.h"
|
#include "pkt-line.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "sideband.h"
|
|
||||||
|
|
||||||
static void create_output_file(const char *output_file)
|
static void create_output_file(const char *output_file)
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "bisect.h"
|
#include "bisect.h"
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "oid-array.h"
|
#include "oid-array.h"
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include "userdiff.h"
|
#include "userdiff.h"
|
||||||
#include "line-range.h"
|
#include "line-range.h"
|
||||||
#include "line-log.h"
|
#include "line-log.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
|
|
|
@ -17,13 +17,10 @@
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "branch.h"
|
#include "branch.h"
|
||||||
#include "diff.h"
|
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "revision.h"
|
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "column.h"
|
#include "column.h"
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
#include "wt-status.h"
|
|
||||||
#include "ref-filter.h"
|
#include "ref-filter.h"
|
||||||
#include "worktree.h"
|
#include "worktree.h"
|
||||||
#include "help.h"
|
#include "help.h"
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "userdiff.h"
|
#include "userdiff.h"
|
||||||
#include "streaming.h"
|
#include "streaming.h"
|
||||||
#include "tree-walk.h"
|
|
||||||
#include "oid-array.h"
|
#include "oid-array.h"
|
||||||
#include "packfile.h"
|
#include "packfile.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#define USE_THE_INDEX_VARIABLE
|
#define USE_THE_INDEX_VARIABLE
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#define USE_THE_INDEX_VARIABLE
|
#define USE_THE_INDEX_VARIABLE
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "advice.h"
|
#include "advice.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "branch.h"
|
#include "branch.h"
|
||||||
#include "cache-tree.h"
|
#include "cache-tree.h"
|
||||||
#include "checkout.h"
|
#include "checkout.h"
|
||||||
|
@ -27,10 +26,8 @@
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "resolve-undo.h"
|
#include "resolve-undo.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "submodule.h"
|
#include "submodule.h"
|
||||||
#include "submodule-config.h"
|
|
||||||
#include "symlinks.h"
|
#include "symlinks.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "fetch-pack.h"
|
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "refspec.h"
|
#include "refspec.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "lockfile.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "commit-graph.h"
|
#include "commit-graph.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "replace-object.h"
|
#include "replace-object.h"
|
||||||
|
#include "strbuf.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "tree.h"
|
|
||||||
#include "utf8.h"
|
|
||||||
#include "gpg-interface.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
|
||||||
static const char * const commit_tree_usage[] = {
|
static const char * const commit_tree_usage[] = {
|
||||||
|
|
|
@ -16,17 +16,12 @@
|
||||||
#include "editor.h"
|
#include "editor.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "wt-status.h"
|
#include "wt-status.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "hook.h"
|
|
||||||
#include "refs.h"
|
|
||||||
#include "log-tree.h"
|
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "utf8.h"
|
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
@ -35,9 +30,6 @@
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "rerere.h"
|
#include "rerere.h"
|
||||||
#include "unpack-trees.h"
|
#include "unpack-trees.h"
|
||||||
#include "quote.h"
|
|
||||||
#include "submodule.h"
|
|
||||||
#include "gpg-interface.h"
|
|
||||||
#include "column.h"
|
#include "column.h"
|
||||||
#include "sequencer.h"
|
#include "sequencer.h"
|
||||||
#include "sparse-index.h"
|
#include "sparse-index.h"
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
#ifndef NO_UNIX_SOCKETS
|
#ifndef NO_UNIX_SOCKETS
|
||||||
|
|
||||||
#include "credential.h"
|
|
||||||
#include "string-list.h"
|
|
||||||
#include "unix-socket.h"
|
#include "unix-socket.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,7 @@
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "read-cache-ll.h"
|
#include "read-cache-ll.h"
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#include "preload-index.h"
|
#include "preload-index.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "submodule.h"
|
|
||||||
|
|
||||||
static const char diff_files_usage[] =
|
static const char diff_files_usage[] =
|
||||||
"git diff-files [-q] [-0 | -1 | -2 | -3 | -c | --cc] [<common-diff-options>] [<path>...]"
|
"git diff-files [-q] [-0 | -1 | -2 | -3 | -c | --cc] [<common-diff-options>] [<path>...]"
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "sparse-index.h"
|
|
||||||
#include "submodule.h"
|
|
||||||
|
|
||||||
static const char diff_cache_usage[] =
|
static const char diff_cache_usage[] =
|
||||||
"git diff-index [-m] [--cached] [--merge-base] "
|
"git diff-index [-m] [--cached] [--merge-base] "
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "log-tree.h"
|
#include "log-tree.h"
|
||||||
#include "submodule.h"
|
|
||||||
#include "read-cache-ll.h"
|
#include "read-cache-ll.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "log-tree.h"
|
#include "log-tree.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "submodule.h"
|
|
||||||
#include "oid-array.h"
|
#include "oid-array.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
#include "copy.h"
|
#include "copy.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
#include "commit-slab.h"
|
|
||||||
|
|
||||||
static const char *fast_export_usage[] = {
|
static const char *fast_export_usage[] = {
|
||||||
N_("git fast-export [<rev-list-opts>]"),
|
N_("git fast-export [<rev-list-opts>]"),
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include "connected.h"
|
#include "connected.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
#include "packfile.h"
|
|
||||||
#include "pager.h"
|
#include "pager.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "pkt-line.h"
|
#include "pkt-line.h"
|
||||||
|
@ -38,7 +37,6 @@
|
||||||
#include "shallow.h"
|
#include "shallow.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
#include "worktree.h"
|
|
||||||
#include "bundle-uri.h"
|
#include "bundle-uri.h"
|
||||||
|
|
||||||
#define FORCED_UPDATES_DELAY_WARNING_IN_MS (10 * 1000)
|
#define FORCED_UPDATES_DELAY_WARNING_IN_MS (10 * 1000)
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
|
#include "commit.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "refs.h"
|
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "ref-filter.h"
|
#include "ref-filter.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "commit-reach.h"
|
|
||||||
|
|
||||||
static char const * const for_each_ref_usage[] = {
|
static char const * const for_each_ref_usage[] = {
|
||||||
N_("git for-each-ref [<options>] [<pattern>]"),
|
N_("git for-each-ref [<options>] [<pattern>]"),
|
||||||
|
|
|
@ -10,13 +10,10 @@
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "pack.h"
|
#include "pack.h"
|
||||||
#include "cache-tree.h"
|
#include "cache-tree.h"
|
||||||
#include "tree-walk.h"
|
|
||||||
#include "fsck.h"
|
#include "fsck.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "streaming.h"
|
#include "streaming.h"
|
||||||
#include "decorate.h"
|
|
||||||
#include "packfile.h"
|
#include "packfile.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "abspath.h"
|
#include "abspath.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "dir.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "fsmonitor-ll.h"
|
#include "fsmonitor-ll.h"
|
||||||
#include "fsmonitor-ipc.h"
|
#include "fsmonitor-ipc.h"
|
||||||
#include "fsmonitor-path-utils.h"
|
|
||||||
#include "fsmonitor-settings.h"
|
#include "fsmonitor-settings.h"
|
||||||
#include "compat/fsmonitor/fsm-health.h"
|
#include "compat/fsmonitor/fsm-health.h"
|
||||||
#include "compat/fsmonitor/fsm-listen.h"
|
#include "compat/fsmonitor/fsm-listen.h"
|
||||||
#include "fsmonitor--daemon.h"
|
#include "fsmonitor--daemon.h"
|
||||||
|
#include "repository.h"
|
||||||
#include "simple-ipc.h"
|
#include "simple-ipc.h"
|
||||||
#include "khash.h"
|
#include "khash.h"
|
||||||
#include "pkt-line.h"
|
#include "run-command.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "tar.h"
|
#include "tar.h"
|
||||||
#include "quote.h"
|
|
||||||
|
|
||||||
static const char builtin_get_tar_commit_id_usage[] =
|
static const char builtin_get_tar_commit_id_usage[] =
|
||||||
"git get-tar-commit-id";
|
"git get-tar-commit-id";
|
||||||
|
|
|
@ -9,15 +9,11 @@
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "tree.h"
|
|
||||||
#include "commit.h"
|
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "tree-walk.h"
|
#include "tree-walk.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "userdiff.h"
|
|
||||||
#include "grep.h"
|
#include "grep.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "write-or-die.h"
|
#include "write-or-die.h"
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "strbuf.h"
|
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
|
|
||||||
#define BUILTIN_HOOK_RUN_USAGE \
|
#define BUILTIN_HOOK_RUN_USAGE \
|
||||||
|
|
|
@ -8,11 +8,9 @@
|
||||||
#include "csum-file.h"
|
#include "csum-file.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "fsck.h"
|
#include "fsck.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "streaming.h"
|
#include "streaming.h"
|
||||||
#include "thread-utils.h"
|
#include "thread-utils.h"
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
*/
|
*/
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "abspath.h"
|
#include "abspath.h"
|
||||||
#include "config.h"
|
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "reflog-walk.h"
|
#include "reflog-walk.h"
|
||||||
#include "patch-ids.h"
|
#include "patch-ids.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "shortlog.h"
|
#include "shortlog.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
|
@ -36,7 +35,6 @@
|
||||||
#include "streaming.h"
|
#include "streaming.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "mailmap.h"
|
#include "mailmap.h"
|
||||||
#include "gpg-interface.h"
|
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "commit-slab.h"
|
#include "commit-slab.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
|
|
|
@ -14,19 +14,15 @@
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "tree.h"
|
|
||||||
#include "cache-tree.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "resolve-undo.h"
|
#include "resolve-undo.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "read-cache.h"
|
#include "read-cache.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "sparse-index.h"
|
#include "sparse-index.h"
|
||||||
#include "submodule.h"
|
#include "submodule.h"
|
||||||
#include "submodule-config.h"
|
|
||||||
#include "object-store.h"
|
#include "object-store.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include "pkt-line.h"
|
#include "pkt-line.h"
|
||||||
#include "ref-filter.h"
|
#include "ref-filter.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "refs.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "wildmatch.h"
|
#include "wildmatch.h"
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,7 @@
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "commit.h"
|
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
#include "abspath.h"
|
#include "abspath.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "utf8.h"
|
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "mailinfo.h"
|
#include "mailinfo.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "refs.h"
|
|
||||||
#include "diff.h"
|
|
||||||
#include "revision.h"
|
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "advice.h"
|
#include "advice.h"
|
||||||
#include "commit.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "merge-recursive.h"
|
#include "merge-recursive.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "xdiff-interface.h"
|
|
||||||
|
|
||||||
static const char builtin_merge_recursive_usage[] =
|
static const char builtin_merge_recursive_usage[] =
|
||||||
"git %s <base>... -- <head> <remote> ...";
|
"git %s <base>... -- <head> <remote> ...";
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "merge-blobs.h"
|
#include "merge-blobs.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
|
|
|
@ -31,8 +31,6 @@
|
||||||
#include "unpack-trees.h"
|
#include "unpack-trees.h"
|
||||||
#include "cache-tree.h"
|
#include "cache-tree.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "utf8.h"
|
|
||||||
#include "log-tree.h"
|
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "rerere.h"
|
#include "rerere.h"
|
||||||
#include "help.h"
|
#include "help.h"
|
||||||
|
@ -42,10 +40,8 @@
|
||||||
#include "resolve-undo.h"
|
#include "resolve-undo.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "fmt-merge-msg.h"
|
#include "fmt-merge-msg.h"
|
||||||
#include "gpg-interface.h"
|
|
||||||
#include "sequencer.h"
|
#include "sequencer.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "packfile.h"
|
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "alias.h"
|
#include "alias.h"
|
||||||
#include "branch.h"
|
#include "branch.h"
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "replace-object.h"
|
#include "replace-object.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "cache-tree.h"
|
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "read-cache-ll.h"
|
#include "read-cache-ll.h"
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "alloc.h"
|
|
||||||
#include "editor.h"
|
#include "editor.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
|
@ -19,7 +18,6 @@
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "pretty.h"
|
#include "pretty.h"
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "exec-cmd.h"
|
#include "exec-cmd.h"
|
||||||
|
|
|
@ -6,10 +6,8 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "attr.h"
|
#include "attr.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "tree.h"
|
|
||||||
#include "delta.h"
|
#include "delta.h"
|
||||||
#include "pack.h"
|
#include "pack.h"
|
||||||
#include "pack-revindex.h"
|
#include "pack-revindex.h"
|
||||||
|
@ -18,7 +16,6 @@
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "list-objects.h"
|
#include "list-objects.h"
|
||||||
#include "list-objects-filter.h"
|
|
||||||
#include "list-objects-filter-options.h"
|
#include "list-objects-filter-options.h"
|
||||||
#include "pack-objects.h"
|
#include "pack-objects.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#include "merge.h"
|
#include "merge.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "oid-array.h"
|
#include "oid-array.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
|
@ -24,15 +23,11 @@
|
||||||
#include "rebase.h"
|
#include "rebase.h"
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "refspec.h"
|
#include "refspec.h"
|
||||||
#include "revision.h"
|
|
||||||
#include "submodule.h"
|
#include "submodule.h"
|
||||||
#include "submodule-config.h"
|
#include "submodule-config.h"
|
||||||
#include "tempfile.h"
|
|
||||||
#include "lockfile.h"
|
|
||||||
#include "wt-status.h"
|
#include "wt-status.h"
|
||||||
#include "commit-reach.h"
|
#include "commit-reach.h"
|
||||||
#include "sequencer.h"
|
#include "sequencer.h"
|
||||||
#include "packfile.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parses the value of --rebase. If value is a false value, returns
|
* Parses the value of --rebase. If value is a false value, returns
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "refs.h"
|
|
||||||
#include "refspec.h"
|
#include "refspec.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include "range-diff.h"
|
#include "range-diff.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "revision.h"
|
|
||||||
|
|
||||||
static const char * const builtin_range_diff_usage[] = {
|
static const char * const builtin_range_diff_usage[] = {
|
||||||
N_("git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"),
|
N_("git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"),
|
||||||
|
|
|
@ -16,14 +16,12 @@
|
||||||
#include "tree-walk.h"
|
#include "tree-walk.h"
|
||||||
#include "cache-tree.h"
|
#include "cache-tree.h"
|
||||||
#include "unpack-trees.h"
|
#include "unpack-trees.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "resolve-undo.h"
|
#include "resolve-undo.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "sparse-index.h"
|
#include "sparse-index.h"
|
||||||
#include "submodule.h"
|
#include "submodule.h"
|
||||||
#include "submodule-config.h"
|
|
||||||
|
|
||||||
static int nr_trees;
|
static int nr_trees;
|
||||||
static int read_empty;
|
static int read_empty;
|
||||||
|
|
|
@ -11,14 +11,10 @@
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "packfile.h"
|
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "quote.h"
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "cache-tree.h"
|
|
||||||
#include "unpack-trees.h"
|
#include "unpack-trees.h"
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include "connected.h"
|
#include "connected.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "gpg-interface.h"
|
#include "gpg-interface.h"
|
||||||
#include "sigchain.h"
|
#include "sigchain.h"
|
||||||
#include "fsck.h"
|
#include "fsck.h"
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "server-info.h"
|
#include "server-info.h"
|
||||||
#include "sigchain.h"
|
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
|
|
|
@ -16,10 +16,8 @@
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "pretty.h"
|
#include "pretty.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
|
@ -33,7 +31,6 @@
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "sparse-index.h"
|
#include "sparse-index.h"
|
||||||
#include "submodule.h"
|
#include "submodule.h"
|
||||||
#include "submodule-config.h"
|
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
|
|
|
@ -7,13 +7,11 @@
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "list-objects.h"
|
#include "list-objects.h"
|
||||||
#include "list-objects-filter.h"
|
|
||||||
#include "list-objects-filter-options.h"
|
#include "list-objects-filter-options.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "pack.h"
|
|
||||||
#include "pack-bitmap.h"
|
#include "pack-bitmap.h"
|
||||||
#include "log-tree.h"
|
#include "log-tree.h"
|
||||||
#include "graph.h"
|
#include "graph.h"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "config.h"
|
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
|
@ -7,7 +6,6 @@
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "rerere.h"
|
#include "rerere.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "sequencer.h"
|
#include "sequencer.h"
|
||||||
#include "branch.h"
|
#include "branch.h"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "cache-tree.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "tree-walk.h"
|
#include "tree-walk.h"
|
||||||
|
|
|
@ -1,19 +1,14 @@
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "commit.h"
|
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "refs.h"
|
|
||||||
#include "pkt-line.h"
|
#include "pkt-line.h"
|
||||||
#include "sideband.h"
|
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "connect.h"
|
#include "connect.h"
|
||||||
#include "send-pack.h"
|
#include "send-pack.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "transport.h"
|
#include "transport.h"
|
||||||
#include "version.h"
|
|
||||||
#include "oid-array.h"
|
#include "oid-array.h"
|
||||||
#include "gpg-interface.h"
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
|
|
||||||
|
|
|
@ -8,14 +8,10 @@
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "cache-tree.h"
|
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "resolve-undo.h"
|
|
||||||
#include "unpack-trees.h"
|
#include "unpack-trees.h"
|
||||||
#include "wt-status.h"
|
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "sparse-index.h"
|
#include "sparse-index.h"
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include "sparse-index.h"
|
#include "sparse-index.h"
|
||||||
#include "log-tree.h"
|
#include "log-tree.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
#include "exec-cmd.h"
|
|
||||||
#include "reflog.h"
|
#include "reflog.h"
|
||||||
#include "add-interactive.h"
|
#include "add-interactive.h"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include "remote.h"
|
#include "remote.h"
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "refspec.h"
|
#include "refspec.h"
|
||||||
#include "connect.h"
|
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
|
|
@ -10,12 +10,8 @@
|
||||||
#include "delta.h"
|
#include "delta.h"
|
||||||
#include "pack.h"
|
#include "pack.h"
|
||||||
#include "blob.h"
|
#include "blob.h"
|
||||||
#include "commit.h"
|
|
||||||
#include "replace-object.h"
|
#include "replace-object.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "tree.h"
|
|
||||||
#include "tree-walk.h"
|
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "decorate.h"
|
#include "decorate.h"
|
||||||
#include "fsck.h"
|
#include "fsck.h"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "quote.h"
|
#include "quote.h"
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "strvec.h"
|
|
||||||
|
|
||||||
static const char * const git_update_ref_usage[] = {
|
static const char * const git_update_ref_usage[] = {
|
||||||
N_("git update-ref [<options>] -d <refname> [<old-val>]"),
|
N_("git update-ref [<options>] -d <refname> [<old-val>]"),
|
||||||
|
|
|
@ -9,10 +9,8 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "object-store-ll.h"
|
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "gpg-interface.h"
|
#include "gpg-interface.h"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "gpg-interface.h"
|
#include "gpg-interface.h"
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#include "csum-file.h"
|
#include "csum-file.h"
|
||||||
#include "pack.h"
|
#include "pack.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "string-list.h"
|
|
||||||
#include "tmp-objdir.h"
|
#include "tmp-objdir.h"
|
||||||
#include "packfile.h"
|
#include "packfile.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include "copy.h"
|
#include "copy.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "object-store-ll.h"
|
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "hashmap.h"
|
#include "hashmap.h"
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#include "read-cache-ll.h"
|
#include "read-cache-ll.h"
|
||||||
#include "replace-object.h"
|
#include "replace-object.h"
|
||||||
#include "promisor-remote.h"
|
#include "promisor-remote.h"
|
||||||
#include "sparse-index.h"
|
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "convert.h"
|
#include "convert.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "csum-file.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "lockfile.h"
|
#include "lockfile.h"
|
||||||
#include "pack.h"
|
|
||||||
#include "packfile.h"
|
#include "packfile.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "revision.h"
|
|
||||||
#include "hash-lookup.h"
|
#include "hash-lookup.h"
|
||||||
#include "commit-graph.h"
|
#include "commit-graph.h"
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include "decorate.h"
|
#include "decorate.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "prio-queue.h"
|
#include "prio-queue.h"
|
||||||
#include "tree.h"
|
|
||||||
#include "ref-filter.h"
|
#include "ref-filter.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
|
|
2
commit.c
2
commit.c
|
@ -8,7 +8,6 @@
|
||||||
#include "repository.h"
|
#include "repository.h"
|
||||||
#include "object-name.h"
|
#include "object-name.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "pkt-line.h"
|
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
@ -23,7 +22,6 @@
|
||||||
#include "advice.h"
|
#include "advice.h"
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "commit-reach.h"
|
#include "commit-reach.h"
|
||||||
#include "run-command.h"
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "shallow.h"
|
#include "shallow.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#include "fsm-health.h"
|
#include "fsm-health.h"
|
||||||
#include "fsmonitor--daemon.h"
|
#include "fsmonitor--daemon.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
|
#include "simple-ipc.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Every minute wake up and test our health.
|
* Every minute wake up and test our health.
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#include "fsmonitor--daemon.h"
|
#include "fsmonitor--daemon.h"
|
||||||
#include "fsmonitor-path-utils.h"
|
#include "fsmonitor-path-utils.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
|
#include "simple-ipc.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#include "fsm-listen.h"
|
#include "fsm-listen.h"
|
||||||
#include "fsmonitor--daemon.h"
|
#include "fsmonitor--daemon.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
|
#include "simple-ipc.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "simple-ipc.h"
|
#include "simple-ipc.h"
|
||||||
#include "strbuf.h"
|
|
||||||
#include "pkt-line.h"
|
|
||||||
#include "thread-utils.h"
|
|
||||||
|
|
||||||
#ifndef SUPPORTS_SIMPLE_IPC
|
#ifndef SUPPORTS_SIMPLE_IPC
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "simple-ipc.h"
|
#include "simple-ipc.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
#include "pkt-line.h"
|
|
||||||
#include "thread-utils.h"
|
#include "thread-utils.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
#include "unix-socket.h"
|
#include "unix-socket.h"
|
||||||
|
|
3
config.c
3
config.c
|
@ -30,15 +30,12 @@
|
||||||
#include "pager.h"
|
#include "pager.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
#include "dir.h"
|
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "replace-object.h"
|
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "trace2.h"
|
#include "trace2.h"
|
||||||
#include "wildmatch.h"
|
#include "wildmatch.h"
|
||||||
#include "worktree.h"
|
|
||||||
#include "ws.h"
|
#include "ws.h"
|
||||||
#include "write-or-die.h"
|
#include "write-or-die.h"
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,13 @@
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "attr.h"
|
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "delta.h"
|
|
||||||
#include "pack.h"
|
#include "pack.h"
|
||||||
#include "tree-walk.h"
|
#include "tree-walk.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "revision.h"
|
|
||||||
#include "list-objects.h"
|
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "khash.h"
|
#include "khash.h"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright (C) 2005 Junio C Hamano
|
* Copyright (C) 2005 Junio C Hamano
|
||||||
*/
|
*/
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "quote.h"
|
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
|
|
|
@ -8,13 +8,10 @@
|
||||||
#include "abspath.h"
|
#include "abspath.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "commit.h"
|
#include "commit.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "tag.h"
|
|
||||||
#include "diff.h"
|
#include "diff.h"
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
#include "log-tree.h"
|
|
||||||
#include "parse-options.h"
|
#include "parse-options.h"
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
|
|
2
diff.c
2
diff.c
|
@ -16,12 +16,10 @@
|
||||||
#include "hex.h"
|
#include "hex.h"
|
||||||
#include "xdiff-interface.h"
|
#include "xdiff-interface.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "attr.h"
|
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "userdiff.h"
|
#include "userdiff.h"
|
||||||
#include "submodule-config.h"
|
|
||||||
#include "submodule.h"
|
#include "submodule.h"
|
||||||
#include "hashmap.h"
|
#include "hashmap.h"
|
||||||
#include "mem-pool.h"
|
#include "mem-pool.h"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright (C) 2005 Junio C Hamano
|
* Copyright (C) 2005 Junio C Hamano
|
||||||
*/
|
*/
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "diff.h"
|
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "diff.h"
|
|
||||||
#include "diffcore.h"
|
#include "diffcore.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
1
dir.c
1
dir.c
|
@ -16,7 +16,6 @@
|
||||||
#include "object-file.h"
|
#include "object-file.h"
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "attr.h"
|
|
||||||
#include "refs.h"
|
#include "refs.h"
|
||||||
#include "wildmatch.h"
|
#include "wildmatch.h"
|
||||||
#include "pathspec.h"
|
#include "pathspec.h"
|
||||||
|
|
1
entry.c
1
entry.c
|
@ -1,5 +1,4 @@
|
||||||
#include "git-compat-util.h"
|
#include "git-compat-util.h"
|
||||||
#include "blob.h"
|
|
||||||
#include "object-store-ll.h"
|
#include "object-store-ll.h"
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "environment.h"
|
#include "environment.h"
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include "exec-cmd.h"
|
#include "exec-cmd.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "quote.h"
|
|
||||||
#include "run-command.h"
|
#include "run-command.h"
|
||||||
#include "strvec.h"
|
#include "strvec.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue