@@ -93,47 +93,52 @@ OPTIONS
93
93
Print object information and contents for each object provided
94
94
on stdin. May not be combined with any other options or arguments
95
95
except `--textconv`, `--filters`, or `--use-mailmap`.
96
- +
96
+ +
97
+ --
97
98
* When used with `--textconv` or `--filters`, the input lines
98
99
must specify the path, separated by whitespace. See the section
99
100
`BATCH OUTPUT` below for details.
100
- +
101
+
101
102
* When used with `--use-mailmap`, for commit and tag objects, the
102
103
contents part of the output shows the identities replaced using the
103
104
mailmap mechanism, while the information part of the output shows
104
105
the size of the object as if it actually recorded the replacement
105
106
identities.
107
+ --
106
108
107
109
--batch-check::
108
110
--batch-check=<format>::
109
111
Print object information for each object provided on stdin. May not be
110
112
combined with any other options or arguments except `--textconv`, `--filters`
111
113
or `--use-mailmap`.
112
- +
114
+ +
115
+ --
113
116
* When used with `--textconv` or `--filters`, the input lines must
114
117
specify the path, separated by whitespace. See the section
115
118
`BATCH OUTPUT` below for details.
116
- +
119
+
117
120
* When used with `--use-mailmap`, for commit and tag objects, the
118
121
printed object information shows the size of the object as if the
119
122
identities recorded in it were replaced by the mailmap mechanism.
123
+ --
120
124
121
125
--batch-command::
122
126
--batch-command=<format>::
123
127
Enter a command mode that reads commands and arguments from stdin. May
124
128
only be combined with `--buffer`, `--textconv`, `--use-mailmap` or
125
129
`--filters`.
126
- +
130
+ +
131
+ --
127
132
* When used with `--textconv` or `--filters`, the input lines must
128
133
specify the path, separated by whitespace. See the section
129
134
`BATCH OUTPUT` below for details.
130
- +
135
+
131
136
* When used with `--use-mailmap`, for commit and tag objects, the
132
137
`contents` command shows the identities replaced using the
133
138
mailmap mechanism, while the `info` command shows the size
134
139
of the object as if it actually recorded the replacement
135
140
identities.
136
-
141
+ --
137
142
+
138
143
`--batch-command` recognizes the following commands:
139
144
+
0 commit comments