We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8e4e3 + 10aff31 commit 09deda3Copy full SHA for 09deda3
builtin/cat-file.c
@@ -4,12 +4,8 @@
4
* Copyright (C) Linus Torvalds, 2005
5
*/
6
#include "cache.h"
7
-#include "exec_cmd.h"
8
-#include "tag.h"
9
-#include "tree.h"
10
#include "builtin.h"
11
#include "parse-options.h"
12
-#include "diff.h"
13
#include "userdiff.h"
14
#include "streaming.h"
15
git.c
@@ -1,10 +1,7 @@
1
2
-#include "cache.h"
3
#include "exec_cmd.h"
#include "help.h"
-#include "quote.h"
#include "run-command.h"
-#include "commit.h"
const char git_usage_string[] =
"git [--version] [--help] [-C <path>] [-c name=value]\n"
0 commit comments