···44#include "path.h"
45#include "repository.h"
46#include "pretty.h"
47-#include "wrapper.h"
4849/**
50 * Returns the length of the first line of msg.
···44#include "path.h"
45#include "repository.h"
46#include "pretty.h"
04748/**
49 * Returns the length of the first line of msg.
···43#include "promisor-remote.h"
44#include "pack-mtimes.h"
45#include "parse-options.h"
46-#include "wrapper.h"
4748/*
49 * Objects we are going to pack are collected in the `to_pack` structure.
···43#include "promisor-remote.h"
44#include "pack-mtimes.h"
45#include "parse-options.h"
04647/*
48 * Objects we are going to pack are collected in the `to_pack` structure.
···16#include "trace.h"
17#include "utf8.h"
18#include "merge-ll.h"
19-#include "wrapper.h"
2021/*
22 * convert.c - convert a file when checking it out and checking it in.
···16#include "trace.h"
17#include "utf8.h"
18#include "merge-ll.h"
01920/*
21 * convert.c - convert a file when checking it out and checking it in.
···32#include "symlinks.h"
33#include "trace2.h"
34#include "tree.h"
35-#include "wrapper.h"
3637/*
38 * Tells read_directory_recursive how a file or directory should be treated.
···32#include "symlinks.h"
33#include "trace2.h"
34#include "tree.h"
03536/*
37 * Tells read_directory_recursive how a file or directory should be treated.
···44#include "setup.h"
45#include "submodule.h"
46#include "fsck.h"
47-#include "wrapper.h"
4849/* The maximum size for an object header. */
50#define MAX_HEADER_LEN 32
···44#include "setup.h"
45#include "submodule.h"
46#include "fsck.h"
04748/* The maximum size for an object header. */
49#define MAX_HEADER_LEN 32
···46#include "csum-file.h"
47#include "promisor-remote.h"
48#include "hook.h"
49-#include "wrapper.h"
5051/* Mask for the name length in ce_flags in the on-disk index */
52
···46#include "csum-file.h"
47#include "promisor-remote.h"
48#include "hook.h"
04950/* Mask for the name length in ce_flags in the on-disk index */
51
-1
rebase-interactive.c
···11#include "config.h"
12#include "dir.h"
13#include "object-name.h"
14-#include "wrapper.h"
1516static const char edit_todo_list_advice[] =
17N_("You can fix this with 'git rebase --edit-todo' "
···11#include "config.h"
12#include "dir.h"
13#include "object-name.h"
01415static const char edit_todo_list_advice[] =
16N_("You can fix this with 'git rebase --edit-todo' "
-1
refs.c
···30#include "date.h"
31#include "commit.h"
32#include "wildmatch.h"
33-#include "wrapper.h"
3435/*
36 * List of all available backends
···30#include "date.h"
31#include "commit.h"
32#include "wildmatch.h"
03334/*
35 * List of all available backends