Junio C Hamano | b9d9d90 | 2018-05-23 07:07:42 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
| 3 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 5 | <head> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 6 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> |
Junio C Hamano | a85030a | 2022-07-27 16:48:21 | [diff] [blame^] | 7 | <meta name="generator" content="AsciiDoc 10.2.0" /> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 8 | <title>git-pack-objects(1)</title> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 9 | <style type="text/css"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 10 | /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ |
| 11 | |
| 12 | /* Default font. */ |
| 13 | body { |
| 14 | font-family: Georgia,serif; |
| 15 | } |
| 16 | |
| 17 | /* Title font. */ |
| 18 | h1, h2, h3, h4, h5, h6, |
| 19 | div.title, caption.title, |
| 20 | thead, p.table.header, |
| 21 | #toctitle, |
| 22 | #author, #revnumber, #revdate, #revremark, |
| 23 | #footer { |
| 24 | font-family: Arial,Helvetica,sans-serif; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 25 | } |
| 26 | |
| 27 | body { |
| 28 | margin: 1em 5% 1em 5%; |
| 29 | } |
| 30 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 31 | a { |
| 32 | color: blue; |
| 33 | text-decoration: underline; |
| 34 | } |
| 35 | a:visited { |
| 36 | color: fuchsia; |
| 37 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 38 | |
| 39 | em { |
| 40 | font-style: italic; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 41 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 42 | } |
| 43 | |
| 44 | strong { |
| 45 | font-weight: bold; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 46 | color: #083194; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 47 | } |
| 48 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 49 | h1, h2, h3, h4, h5, h6 { |
| 50 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 51 | margin-top: 1.2em; |
| 52 | margin-bottom: 0.5em; |
| 53 | line-height: 1.3; |
| 54 | } |
| 55 | |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 56 | h1, h2, h3 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 57 | border-bottom: 2px solid silver; |
| 58 | } |
| 59 | h2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 60 | padding-top: 0.5em; |
| 61 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 62 | h3 { |
| 63 | float: left; |
| 64 | } |
| 65 | h3 + * { |
| 66 | clear: left; |
| 67 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 68 | h5 { |
| 69 | font-size: 1.0em; |
| 70 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 71 | |
| 72 | div.sectionbody { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 73 | margin-left: 0; |
| 74 | } |
| 75 | |
| 76 | hr { |
| 77 | border: 1px solid silver; |
| 78 | } |
| 79 | |
| 80 | p { |
| 81 | margin-top: 0.5em; |
| 82 | margin-bottom: 0.5em; |
| 83 | } |
| 84 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 85 | ul, ol, li > p { |
| 86 | margin-top: 0; |
| 87 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 88 | ul > li { color: #aaa; } |
| 89 | ul > li > * { color: black; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 90 | |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 91 | .monospaced, code, pre { |
| 92 | font-family: "Courier New", Courier, monospace; |
| 93 | font-size: inherit; |
| 94 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 95 | padding: 0; |
| 96 | margin: 0; |
| 97 | } |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 98 | pre { |
| 99 | white-space: pre-wrap; |
| 100 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 101 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 102 | #author { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 103 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 104 | font-weight: bold; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 105 | font-size: 1.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 106 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 107 | #email { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 108 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 109 | #revnumber, #revdate, #revremark { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 110 | } |
| 111 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 112 | #footer { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 113 | font-size: small; |
| 114 | border-top: 2px solid silver; |
| 115 | padding-top: 0.5em; |
| 116 | margin-top: 4.0em; |
| 117 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 118 | #footer-text { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 119 | float: left; |
| 120 | padding-bottom: 0.5em; |
| 121 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 122 | #footer-badges { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 123 | float: right; |
| 124 | padding-bottom: 0.5em; |
| 125 | } |
| 126 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 127 | #preamble { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 128 | margin-top: 1.5em; |
| 129 | margin-bottom: 1.5em; |
| 130 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 131 | div.imageblock, div.exampleblock, div.verseblock, |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 132 | div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, |
| 133 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 134 | margin-top: 1.0em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 135 | margin-bottom: 1.5em; |
| 136 | } |
| 137 | div.admonitionblock { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 138 | margin-top: 2.0em; |
| 139 | margin-bottom: 2.0em; |
| 140 | margin-right: 10%; |
| 141 | color: #606060; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 142 | } |
| 143 | |
| 144 | div.content { /* Block element content. */ |
| 145 | padding: 0; |
| 146 | } |
| 147 | |
| 148 | /* Block element titles. */ |
| 149 | div.title, caption.title { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 150 | color: #527bbd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 151 | font-weight: bold; |
| 152 | text-align: left; |
| 153 | margin-top: 1.0em; |
| 154 | margin-bottom: 0.5em; |
| 155 | } |
| 156 | div.title + * { |
| 157 | margin-top: 0; |
| 158 | } |
| 159 | |
| 160 | td div.title:first-child { |
| 161 | margin-top: 0.0em; |
| 162 | } |
| 163 | div.content div.title:first-child { |
| 164 | margin-top: 0.0em; |
| 165 | } |
| 166 | div.content + div.title { |
| 167 | margin-top: 0.0em; |
| 168 | } |
| 169 | |
| 170 | div.sidebarblock > div.content { |
| 171 | background: #ffffee; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 172 | border: 1px solid #dddddd; |
| 173 | border-left: 4px solid #f0f0f0; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 174 | padding: 0.5em; |
| 175 | } |
| 176 | |
| 177 | div.listingblock > div.content { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 178 | border: 1px solid #dddddd; |
| 179 | border-left: 5px solid #f0f0f0; |
| 180 | background: #f8f8f8; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 181 | padding: 0.5em; |
| 182 | } |
| 183 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 184 | div.quoteblock, div.verseblock { |
| 185 | padding-left: 1.0em; |
| 186 | margin-left: 1.0em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 187 | margin-right: 10%; |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 188 | border-left: 5px solid #f0f0f0; |
| 189 | color: #888; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 190 | } |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 191 | |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 192 | div.quoteblock > div.attribution { |
| 193 | padding-top: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 194 | text-align: right; |
| 195 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 196 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 197 | div.verseblock > pre.content { |
| 198 | font-family: inherit; |
| 199 | font-size: inherit; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 200 | } |
| 201 | div.verseblock > div.attribution { |
| 202 | padding-top: 0.75em; |
| 203 | text-align: left; |
| 204 | } |
| 205 | /* DEPRECATED: Pre version 8.2.7 verse style literal block. */ |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 206 | div.verseblock + div.attribution { |
| 207 | text-align: left; |
| 208 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 209 | |
| 210 | div.admonitionblock .icon { |
| 211 | vertical-align: top; |
| 212 | font-size: 1.1em; |
| 213 | font-weight: bold; |
| 214 | text-decoration: underline; |
| 215 | color: #527bbd; |
| 216 | padding-right: 0.5em; |
| 217 | } |
| 218 | div.admonitionblock td.content { |
| 219 | padding-left: 0.5em; |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 220 | border-left: 3px solid #dddddd; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 221 | } |
| 222 | |
| 223 | div.exampleblock > div.content { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 224 | border-left: 3px solid #dddddd; |
| 225 | padding-left: 0.5em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 226 | } |
| 227 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 228 | div.imageblock div.content { padding-left: 0; } |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 229 | span.image img { border-style: none; vertical-align: text-bottom; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 230 | a.image:visited { color: white; } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 231 | |
| 232 | dl { |
| 233 | margin-top: 0.8em; |
| 234 | margin-bottom: 0.8em; |
| 235 | } |
| 236 | dt { |
| 237 | margin-top: 0.5em; |
| 238 | margin-bottom: 0; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 239 | font-style: normal; |
| 240 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 241 | } |
| 242 | dd > *:first-child { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 243 | margin-top: 0.1em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 244 | } |
| 245 | |
| 246 | ul, ol { |
| 247 | list-style-position: outside; |
| 248 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 249 | ol.arabic { |
| 250 | list-style-type: decimal; |
| 251 | } |
| 252 | ol.loweralpha { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 253 | list-style-type: lower-alpha; |
| 254 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 255 | ol.upperalpha { |
| 256 | list-style-type: upper-alpha; |
| 257 | } |
| 258 | ol.lowerroman { |
| 259 | list-style-type: lower-roman; |
| 260 | } |
| 261 | ol.upperroman { |
| 262 | list-style-type: upper-roman; |
| 263 | } |
| 264 | |
| 265 | div.compact ul, div.compact ol, |
| 266 | div.compact p, div.compact p, |
| 267 | div.compact div, div.compact div { |
| 268 | margin-top: 0.1em; |
| 269 | margin-bottom: 0.1em; |
| 270 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 271 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 272 | tfoot { |
| 273 | font-weight: bold; |
| 274 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 275 | td > div.verse { |
| 276 | white-space: pre; |
| 277 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 278 | |
| 279 | div.hdlist { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 280 | margin-top: 0.8em; |
| 281 | margin-bottom: 0.8em; |
| 282 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 283 | div.hdlist tr { |
| 284 | padding-bottom: 15px; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 285 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 286 | dt.hdlist1.strong, td.hdlist1.strong { |
| 287 | font-weight: bold; |
| 288 | } |
| 289 | td.hdlist1 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 290 | vertical-align: top; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 291 | font-style: normal; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 292 | padding-right: 0.8em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 293 | color: navy; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 294 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 295 | td.hdlist2 { |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 296 | vertical-align: top; |
| 297 | } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 298 | div.hdlist.compact tr { |
| 299 | margin: 0; |
| 300 | padding-bottom: 0; |
| 301 | } |
| 302 | |
| 303 | .comment { |
| 304 | background: yellow; |
| 305 | } |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 306 | |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 307 | .footnote, .footnoteref { |
| 308 | font-size: 0.8em; |
| 309 | } |
| 310 | |
| 311 | span.footnote, span.footnoteref { |
| 312 | vertical-align: super; |
| 313 | } |
| 314 | |
| 315 | #footnotes { |
| 316 | margin: 20px 0 20px 0; |
| 317 | padding: 7px 0 0 0; |
| 318 | } |
| 319 | |
| 320 | #footnotes div.footnote { |
| 321 | margin: 0 0 5px 0; |
| 322 | } |
| 323 | |
| 324 | #footnotes hr { |
| 325 | border: none; |
| 326 | border-top: 1px solid silver; |
| 327 | height: 1px; |
| 328 | text-align: left; |
| 329 | margin-left: 0; |
| 330 | width: 20%; |
| 331 | min-width: 100px; |
| 332 | } |
| 333 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 334 | div.colist td { |
| 335 | padding-right: 0.5em; |
| 336 | padding-bottom: 0.3em; |
| 337 | vertical-align: top; |
| 338 | } |
| 339 | div.colist td img { |
| 340 | margin-top: 0.3em; |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 341 | } |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 342 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 343 | @media print { |
| 344 | #footer-badges { display: none; } |
| 345 | } |
| 346 | |
| 347 | #toc { |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 348 | margin-bottom: 2.5em; |
| 349 | } |
| 350 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 351 | #toctitle { |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 352 | color: #527bbd; |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 353 | font-size: 1.1em; |
| 354 | font-weight: bold; |
| 355 | margin-top: 1.0em; |
| 356 | margin-bottom: 0.1em; |
| 357 | } |
| 358 | |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 359 | div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 360 | margin-top: 0; |
| 361 | margin-bottom: 0; |
| 362 | } |
| 363 | div.toclevel2 { |
| 364 | margin-left: 2em; |
| 365 | font-size: 0.9em; |
| 366 | } |
| 367 | div.toclevel3 { |
| 368 | margin-left: 4em; |
| 369 | font-size: 0.9em; |
| 370 | } |
| 371 | div.toclevel4 { |
| 372 | margin-left: 6em; |
| 373 | font-size: 0.9em; |
| 374 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 375 | |
| 376 | span.aqua { color: aqua; } |
| 377 | span.black { color: black; } |
| 378 | span.blue { color: blue; } |
| 379 | span.fuchsia { color: fuchsia; } |
| 380 | span.gray { color: gray; } |
| 381 | span.green { color: green; } |
| 382 | span.lime { color: lime; } |
| 383 | span.maroon { color: maroon; } |
| 384 | span.navy { color: navy; } |
| 385 | span.olive { color: olive; } |
| 386 | span.purple { color: purple; } |
| 387 | span.red { color: red; } |
| 388 | span.silver { color: silver; } |
| 389 | span.teal { color: teal; } |
| 390 | span.white { color: white; } |
| 391 | span.yellow { color: yellow; } |
| 392 | |
| 393 | span.aqua-background { background: aqua; } |
| 394 | span.black-background { background: black; } |
| 395 | span.blue-background { background: blue; } |
| 396 | span.fuchsia-background { background: fuchsia; } |
| 397 | span.gray-background { background: gray; } |
| 398 | span.green-background { background: green; } |
| 399 | span.lime-background { background: lime; } |
| 400 | span.maroon-background { background: maroon; } |
| 401 | span.navy-background { background: navy; } |
| 402 | span.olive-background { background: olive; } |
| 403 | span.purple-background { background: purple; } |
| 404 | span.red-background { background: red; } |
| 405 | span.silver-background { background: silver; } |
| 406 | span.teal-background { background: teal; } |
| 407 | span.white-background { background: white; } |
| 408 | span.yellow-background { background: yellow; } |
| 409 | |
| 410 | span.big { font-size: 2em; } |
| 411 | span.small { font-size: 0.6em; } |
| 412 | |
| 413 | span.underline { text-decoration: underline; } |
| 414 | span.overline { text-decoration: overline; } |
| 415 | span.line-through { text-decoration: line-through; } |
| 416 | |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 417 | div.unbreakable { page-break-inside: avoid; } |
| 418 | |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 419 | |
| 420 | /* |
| 421 | * xhtml11 specific |
| 422 | * |
| 423 | * */ |
| 424 | |
| 425 | div.tableblock { |
| 426 | margin-top: 1.0em; |
| 427 | margin-bottom: 1.5em; |
| 428 | } |
| 429 | div.tableblock > table { |
| 430 | border: 3px solid #527bbd; |
| 431 | } |
| 432 | thead, p.table.header { |
| 433 | font-weight: bold; |
| 434 | color: #527bbd; |
| 435 | } |
| 436 | p.table { |
| 437 | margin-top: 0; |
| 438 | } |
Junio C Hamano | 725b0da | 2020-01-22 22:02:40 | [diff] [blame] | 439 | /* Because the table frame attribute is overridden by CSS in most browsers. */ |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 440 | div.tableblock > table[frame="void"] { |
| 441 | border-style: none; |
| 442 | } |
| 443 | div.tableblock > table[frame="hsides"] { |
| 444 | border-left-style: none; |
| 445 | border-right-style: none; |
| 446 | } |
| 447 | div.tableblock > table[frame="vsides"] { |
| 448 | border-top-style: none; |
| 449 | border-bottom-style: none; |
| 450 | } |
| 451 | |
| 452 | |
| 453 | /* |
| 454 | * html5 specific |
| 455 | * |
| 456 | * */ |
| 457 | |
| 458 | table.tableblock { |
| 459 | margin-top: 1.0em; |
| 460 | margin-bottom: 1.5em; |
| 461 | } |
| 462 | thead, p.tableblock.header { |
| 463 | font-weight: bold; |
| 464 | color: #527bbd; |
| 465 | } |
| 466 | p.tableblock { |
| 467 | margin-top: 0; |
| 468 | } |
| 469 | table.tableblock { |
| 470 | border-width: 3px; |
| 471 | border-spacing: 0px; |
| 472 | border-style: solid; |
| 473 | border-color: #527bbd; |
| 474 | border-collapse: collapse; |
| 475 | } |
| 476 | th.tableblock, td.tableblock { |
| 477 | border-width: 1px; |
| 478 | padding: 4px; |
| 479 | border-style: solid; |
| 480 | border-color: #527bbd; |
| 481 | } |
| 482 | |
| 483 | table.tableblock.frame-topbot { |
| 484 | border-left-style: hidden; |
| 485 | border-right-style: hidden; |
| 486 | } |
| 487 | table.tableblock.frame-sides { |
| 488 | border-top-style: hidden; |
| 489 | border-bottom-style: hidden; |
| 490 | } |
| 491 | table.tableblock.frame-none { |
| 492 | border-style: hidden; |
| 493 | } |
| 494 | |
| 495 | th.tableblock.halign-left, td.tableblock.halign-left { |
| 496 | text-align: left; |
| 497 | } |
| 498 | th.tableblock.halign-center, td.tableblock.halign-center { |
| 499 | text-align: center; |
| 500 | } |
| 501 | th.tableblock.halign-right, td.tableblock.halign-right { |
| 502 | text-align: right; |
| 503 | } |
| 504 | |
| 505 | th.tableblock.valign-top, td.tableblock.valign-top { |
| 506 | vertical-align: top; |
| 507 | } |
| 508 | th.tableblock.valign-middle, td.tableblock.valign-middle { |
| 509 | vertical-align: middle; |
| 510 | } |
| 511 | th.tableblock.valign-bottom, td.tableblock.valign-bottom { |
| 512 | vertical-align: bottom; |
| 513 | } |
| 514 | |
| 515 | |
| 516 | /* |
| 517 | * manpage specific |
| 518 | * |
| 519 | * */ |
| 520 | |
| 521 | body.manpage h1 { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 522 | padding-top: 0.5em; |
| 523 | padding-bottom: 0.5em; |
| 524 | border-top: 2px solid silver; |
| 525 | border-bottom: 2px solid silver; |
| 526 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 527 | body.manpage h2 { |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 528 | border-style: none; |
| 529 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 530 | body.manpage div.sectionbody { |
| 531 | margin-left: 3em; |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 532 | } |
| 533 | |
| 534 | @media print { |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 535 | body.manpage div#toc { display: none; } |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 536 | } |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 537 | |
| 538 | |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 539 | </style> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 540 | <script type="text/javascript"> |
| 541 | /*<![CDATA[*/ |
Junio C Hamano | 2b15318 | 2021-12-15 21:00:31 | [diff] [blame] | 542 | var asciidoc = { // Namespace. |
| 543 | |
| 544 | ///////////////////////////////////////////////////////////////////// |
| 545 | // Table Of Contents generator |
| 546 | ///////////////////////////////////////////////////////////////////// |
| 547 | |
| 548 | /* Author: Mihai Bazon, September 2002 |
| 549 | * http://students.infoiasi.ro/~mishoo |
| 550 | * |
| 551 | * Table Of Content generator |
| 552 | * Version: 0.4 |
| 553 | * |
| 554 | * Feel free to use this script under the terms of the GNU General Public |
| 555 | * License, as long as you do not remove or alter this notice. |
| 556 | */ |
| 557 | |
| 558 | /* modified by Troy D. Hanson, September 2006. License: GPL */ |
| 559 | /* modified by Stuart Rackham, 2006, 2009. License: GPL */ |
| 560 | |
| 561 | // toclevels = 1..4. |
| 562 | toc: function (toclevels) { |
| 563 | |
| 564 | function getText(el) { |
| 565 | var text = ""; |
| 566 | for (var i = el.firstChild; i != null; i = i.nextSibling) { |
| 567 | if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants. |
| 568 | text += i.data; |
| 569 | else if (i.firstChild != null) |
| 570 | text += getText(i); |
| 571 | } |
| 572 | return text; |
| 573 | } |
| 574 | |
| 575 | function TocEntry(el, text, toclevel) { |
| 576 | this.element = el; |
| 577 | this.text = text; |
| 578 | this.toclevel = toclevel; |
| 579 | } |
| 580 | |
| 581 | function tocEntries(el, toclevels) { |
| 582 | var result = new Array; |
| 583 | var re = new RegExp('[hH]([1-'+(toclevels+1)+'])'); |
| 584 | // Function that scans the DOM tree for header elements (the DOM2 |
| 585 | // nodeIterator API would be a better technique but not supported by all |
| 586 | // browsers). |
| 587 | var iterate = function (el) { |
| 588 | for (var i = el.firstChild; i != null; i = i.nextSibling) { |
| 589 | if (i.nodeType == 1 /* Node.ELEMENT_NODE */) { |
| 590 | var mo = re.exec(i.tagName); |
| 591 | if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") { |
| 592 | result[result.length] = new TocEntry(i, getText(i), mo[1]-1); |
| 593 | } |
| 594 | iterate(i); |
| 595 | } |
| 596 | } |
| 597 | } |
| 598 | iterate(el); |
| 599 | return result; |
| 600 | } |
| 601 | |
| 602 | var toc = document.getElementById("toc"); |
| 603 | if (!toc) { |
| 604 | return; |
| 605 | } |
| 606 | |
| 607 | // Delete existing TOC entries in case we're reloading the TOC. |
| 608 | var tocEntriesToRemove = []; |
| 609 | var i; |
| 610 | for (i = 0; i < toc.childNodes.length; i++) { |
| 611 | var entry = toc.childNodes[i]; |
| 612 | if (entry.nodeName.toLowerCase() == 'div' |
| 613 | && entry.getAttribute("class") |
| 614 | && entry.getAttribute("class").match(/^toclevel/)) |
| 615 | tocEntriesToRemove.push(entry); |
| 616 | } |
| 617 | for (i = 0; i < tocEntriesToRemove.length; i++) { |
| 618 | toc.removeChild(tocEntriesToRemove[i]); |
| 619 | } |
| 620 | |
| 621 | // Rebuild TOC entries. |
| 622 | var entries = tocEntries(document.getElementById("content"), toclevels); |
| 623 | for (var i = 0; i < entries.length; ++i) { |
| 624 | var entry = entries[i]; |
| 625 | if (entry.element.id == "") |
| 626 | entry.element.id = "_toc_" + i; |
| 627 | var a = document.createElement("a"); |
| 628 | a.href = "#" + entry.element.id; |
| 629 | a.appendChild(document.createTextNode(entry.text)); |
| 630 | var div = document.createElement("div"); |
| 631 | div.appendChild(a); |
| 632 | div.className = "toclevel" + entry.toclevel; |
| 633 | toc.appendChild(div); |
| 634 | } |
| 635 | if (entries.length == 0) |
| 636 | toc.parentNode.removeChild(toc); |
| 637 | }, |
| 638 | |
| 639 | |
| 640 | ///////////////////////////////////////////////////////////////////// |
| 641 | // Footnotes generator |
| 642 | ///////////////////////////////////////////////////////////////////// |
| 643 | |
| 644 | /* Based on footnote generation code from: |
| 645 | * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html |
| 646 | */ |
| 647 | |
| 648 | footnotes: function () { |
| 649 | // Delete existing footnote entries in case we're reloading the footnodes. |
| 650 | var i; |
| 651 | var noteholder = document.getElementById("footnotes"); |
| 652 | if (!noteholder) { |
| 653 | return; |
| 654 | } |
| 655 | var entriesToRemove = []; |
| 656 | for (i = 0; i < noteholder.childNodes.length; i++) { |
| 657 | var entry = noteholder.childNodes[i]; |
| 658 | if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote") |
| 659 | entriesToRemove.push(entry); |
| 660 | } |
| 661 | for (i = 0; i < entriesToRemove.length; i++) { |
| 662 | noteholder.removeChild(entriesToRemove[i]); |
| 663 | } |
| 664 | |
| 665 | // Rebuild footnote entries. |
| 666 | var cont = document.getElementById("content"); |
| 667 | var spans = cont.getElementsByTagName("span"); |
| 668 | var refs = {}; |
| 669 | var n = 0; |
| 670 | for (i=0; i<spans.length; i++) { |
| 671 | if (spans[i].className == "footnote") { |
| 672 | n++; |
| 673 | var note = spans[i].getAttribute("data-note"); |
| 674 | if (!note) { |
| 675 | // Use [\s\S] in place of . so multi-line matches work. |
| 676 | // Because JavaScript has no s (dotall) regex flag. |
| 677 | note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1]; |
| 678 | spans[i].innerHTML = |
| 679 | "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n + |
| 680 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 681 | spans[i].setAttribute("data-note", note); |
| 682 | } |
| 683 | noteholder.innerHTML += |
| 684 | "<div class='footnote' id='_footnote_" + n + "'>" + |
| 685 | "<a href='#_footnoteref_" + n + "' title='Return to text'>" + |
| 686 | n + "</a>. " + note + "</div>"; |
| 687 | var id =spans[i].getAttribute("id"); |
| 688 | if (id != null) refs["#"+id] = n; |
| 689 | } |
| 690 | } |
| 691 | if (n == 0) |
| 692 | noteholder.parentNode.removeChild(noteholder); |
| 693 | else { |
| 694 | // Process footnoterefs. |
| 695 | for (i=0; i<spans.length; i++) { |
| 696 | if (spans[i].className == "footnoteref") { |
| 697 | var href = spans[i].getElementsByTagName("a")[0].getAttribute("href"); |
| 698 | href = href.match(/#.*/)[0]; // Because IE return full URL. |
| 699 | n = refs[href]; |
| 700 | spans[i].innerHTML = |
| 701 | "[<a href='#_footnote_" + n + |
| 702 | "' title='View footnote' class='footnote'>" + n + "</a>]"; |
| 703 | } |
| 704 | } |
| 705 | } |
| 706 | }, |
| 707 | |
| 708 | install: function(toclevels) { |
| 709 | var timerId; |
| 710 | |
| 711 | function reinstall() { |
| 712 | asciidoc.footnotes(); |
| 713 | if (toclevels) { |
| 714 | asciidoc.toc(toclevels); |
| 715 | } |
| 716 | } |
| 717 | |
| 718 | function reinstallAndRemoveTimer() { |
| 719 | clearInterval(timerId); |
| 720 | reinstall(); |
| 721 | } |
| 722 | |
| 723 | timerId = setInterval(reinstall, 500); |
| 724 | if (document.addEventListener) |
| 725 | document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false); |
| 726 | else |
| 727 | window.onload = reinstallAndRemoveTimer; |
| 728 | } |
| 729 | |
| 730 | } |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 731 | asciidoc.install(); |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 732 | /*]]>*/ |
| 733 | </script> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 734 | </head> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 735 | <body class="manpage"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 736 | <div id="header"> |
| 737 | <h1> |
| 738 | git-pack-objects(1) Manual Page |
| 739 | </h1> |
| 740 | <h2>NAME</h2> |
| 741 | <div class="sectionbody"> |
| 742 | <p>git-pack-objects - |
Junio C Hamano | 0107892 | 2006-03-10 00:31:47 | [diff] [blame] | 743 | Create a packed archive of objects |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 744 | </p> |
| 745 | </div> |
| 746 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 747 | <div id="content"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 748 | <div class="sect1"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 749 | <h2 id="_synopsis">SYNOPSIS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 750 | <div class="sectionbody"> |
Junio C Hamano | 7e9f6b7 | 2006-02-22 10:44:55 | [diff] [blame] | 751 | <div class="verseblock"> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 752 | <pre class="content"><em>git pack-objects</em> [-q | --progress | --all-progress] [--all-progress-implied] |
Junio C Hamano | 5706e0b | 2009-11-24 10:54:16 | [diff] [blame] | 753 | [--no-reuse-delta] [--delta-base-offset] [--non-empty] |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 754 | [--local] [--incremental] [--window=<n>] [--depth=<n>] |
Junio C Hamano | b9d9d90 | 2018-05-23 07:07:42 | [diff] [blame] | 755 | [--revs [--unpacked | --all]] [--keep-pack=<pack-name>] |
Junio C Hamano | c926f62 | 2022-06-03 22:26:23 | [diff] [blame] | 756 | [--cruft] [--cruft-expiration=<time>] |
Junio C Hamano | 59a32b0 | 2021-12-10 22:53:38 | [diff] [blame] | 757 | [--stdout [--filter=<filter-spec>] | <base-name>] |
| 758 | [--shallow] [--keep-true-parents] [--[no-]sparse] < <object-list></pre> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 759 | <div class="attribution"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 760 | </div></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 761 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 762 | </div> |
| 763 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 764 | <h2 id="_description">DESCRIPTION</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 765 | <div class="sectionbody"> |
Junio C Hamano | fb1fdf1 | 2017-08-27 06:14:59 | [diff] [blame] | 766 | <div class="paragraph"><p>Reads list of objects from the standard input, and writes either one or |
| 767 | more packed archives with the specified base-name to disk, or a packed |
| 768 | archive to the standard output.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 769 | <div class="paragraph"><p>A packed archive is an efficient way to transfer a set of objects |
Junio C Hamano | 4fdccb2 | 2010-02-19 09:58:14 | [diff] [blame] | 770 | between two repositories as well as an access efficient archival |
| 771 | format. In a packed archive, an object is either stored as a |
| 772 | compressed whole or as a difference from some other object. |
| 773 | The latter is often called a delta.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 774 | <div class="paragraph"><p>The packed archive format (.pack) is designed to be self-contained |
Junio C Hamano | 4fdccb2 | 2010-02-19 09:58:14 | [diff] [blame] | 775 | so that it can be unpacked without any further information. Therefore, |
| 776 | each object that a delta depends upon must be present within the pack.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 777 | <div class="paragraph"><p>A pack index file (.idx) is generated for fast, random access to the |
Junio C Hamano | 4fdccb2 | 2010-02-19 09:58:14 | [diff] [blame] | 778 | objects in the pack. Placing both the index file (.idx) and the packed |
| 779 | archive (.pack) in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or |
Junio C Hamano | 9810d63 | 2007-09-24 01:05:34 | [diff] [blame] | 780 | any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES) |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 781 | enables Git to read from the pack archive.</p></div> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 782 | <div class="paragraph"><p>The <em>git unpack-objects</em> command can read the packed archive and |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 783 | expand the objects contained in the pack into "one-file |
| 784 | one-object" format; this is typically done by the smart-pull |
| 785 | commands when a pack is created on-the-fly for efficient network |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 786 | transport by their peers.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 787 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 788 | </div> |
| 789 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 790 | <h2 id="_options">OPTIONS</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 791 | <div class="sectionbody"> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 792 | <div class="dlist"><dl> |
| 793 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 794 | base-name |
| 795 | </dt> |
| 796 | <dd> |
| 797 | <p> |
Junio C Hamano | fb1fdf1 | 2017-08-27 06:14:59 | [diff] [blame] | 798 | Write into pairs of files (.pack and .idx), using |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 799 | <base-name> to determine the name of the created file. |
Junio C Hamano | fb1fdf1 | 2017-08-27 06:14:59 | [diff] [blame] | 800 | When this option is used, the two files in a pair are written in |
Junio C Hamano | e3f080d | 2013-04-22 02:27:13 | [diff] [blame] | 801 | <base-name>-<SHA-1>.{pack,idx} files. <SHA-1> is a hash |
Junio C Hamano | b1acf02 | 2013-12-28 00:33:16 | [diff] [blame] | 802 | based on the pack content and is written to the standard |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 803 | output of the command. |
| 804 | </p> |
| 805 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 806 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 807 | --stdout |
| 808 | </dt> |
| 809 | <dd> |
| 810 | <p> |
Junio C Hamano | 235a91e | 2006-01-07 01:13:58 | [diff] [blame] | 811 | Write the pack contents (what would have been written to |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 812 | .pack file) out to the standard output. |
| 813 | </p> |
| 814 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 815 | <dt class="hdlist1"> |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 816 | --revs |
| 817 | </dt> |
| 818 | <dd> |
| 819 | <p> |
| 820 | Read the revision arguments from the standard input, instead of |
| 821 | individual object names. The revision arguments are processed |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 822 | the same way as <em>git rev-list</em> with the <code>--objects</code> flag |
| 823 | uses its <code>commit</code> arguments to build the list of objects it |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 824 | outputs. The objects on the resulting list are packed. |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 825 | Besides revisions, <code>--not</code> or <code>--shallow <SHA-1></code> lines are |
Junio C Hamano | 7c59c67 | 2014-03-21 22:08:31 | [diff] [blame] | 826 | also accepted. |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 827 | </p> |
| 828 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 829 | <dt class="hdlist1"> |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 830 | --unpacked |
| 831 | </dt> |
| 832 | <dd> |
| 833 | <p> |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 834 | This implies <code>--revs</code>. When processing the list of |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 835 | revision arguments read from the standard input, limit |
| 836 | the objects packed to those that are not already packed. |
| 837 | </p> |
| 838 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 839 | <dt class="hdlist1"> |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 840 | --all |
| 841 | </dt> |
| 842 | <dd> |
| 843 | <p> |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 844 | This implies <code>--revs</code>. In addition to the list of |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 845 | revision arguments read from the standard input, pretend |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 846 | as if all refs under <code>refs/</code> are specified to be |
Junio C Hamano | 3eb513f | 2006-09-18 02:47:16 | [diff] [blame] | 847 | included. |
| 848 | </p> |
| 849 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 850 | <dt class="hdlist1"> |
Junio C Hamano | bb34317 | 2008-03-09 10:39:09 | [diff] [blame] | 851 | --include-tag |
| 852 | </dt> |
| 853 | <dd> |
| 854 | <p> |
| 855 | Include unasked-for annotated tags if the object they |
| 856 | reference was included in the resulting packfile. This |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 857 | can be useful to send new tags to native Git clients. |
Junio C Hamano | bb34317 | 2008-03-09 10:39:09 | [diff] [blame] | 858 | </p> |
| 859 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 860 | <dt class="hdlist1"> |
Junio C Hamano | 4d119a1 | 2021-03-24 22:19:22 | [diff] [blame] | 861 | --stdin-packs |
| 862 | </dt> |
| 863 | <dd> |
| 864 | <p> |
| 865 | Read the basenames of packfiles (e.g., <code>pack-1234abcd.pack</code>) |
| 866 | from the standard input, instead of object names or revision |
| 867 | arguments. The resulting pack contains all objects listed in the |
| 868 | included packs (those not beginning with <code>^</code>), excluding any |
| 869 | objects listed in the excluded packs (beginning with <code>^</code>). |
| 870 | </p> |
| 871 | <div class="paragraph"><p>Incompatible with <code>--revs</code>, or options that imply <code>--revs</code> (such as |
| 872 | <code>--all</code>), with the exception of <code>--unpacked</code>, which is compatible.</p></div> |
| 873 | </dd> |
| 874 | <dt class="hdlist1"> |
Junio C Hamano | c926f62 | 2022-06-03 22:26:23 | [diff] [blame] | 875 | --cruft |
| 876 | </dt> |
| 877 | <dd> |
| 878 | <p> |
| 879 | Packs unreachable objects into a separate "cruft" pack, denoted |
| 880 | by the existence of a <code>.mtimes</code> file. Typically used by <code>git |
| 881 | repack --cruft</code>. Callers provide a list of pack names and |
| 882 | indicate which packs will remain in the repository, along with |
| 883 | which packs will be deleted (indicated by the <code>-</code> prefix). The |
| 884 | contents of the cruft pack are all objects not contained in the |
| 885 | surviving packs which have not exceeded the grace period (see |
| 886 | <code>--cruft-expiration</code> below), or which have exceeded the grace |
| 887 | period, but are reachable from an other object which hasn’t. |
| 888 | </p> |
| 889 | <div class="paragraph"><p>When the input lists a pack containing all reachable objects (and lists |
| 890 | all other packs as pending deletion), the corresponding cruft pack will |
| 891 | contain all unreachable objects (with mtime newer than the |
| 892 | <code>--cruft-expiration</code>) along with any unreachable objects whose mtime is |
| 893 | older than the <code>--cruft-expiration</code>, but are reachable from an |
| 894 | unreachable object whose mtime is newer than the <code>--cruft-expiration</code>).</p></div> |
| 895 | <div class="paragraph"><p>Incompatible with <code>--unpack-unreachable</code>, <code>--keep-unreachable</code>, |
| 896 | <code>--pack-loose-unreachable</code>, <code>--stdin-packs</code>, as well as any other |
| 897 | options which imply <code>--revs</code>. Also incompatible with <code>--max-pack-size</code>; |
| 898 | when this option is set, the maximum pack size is not inferred from |
| 899 | <code>pack.packSizeLimit</code>.</p></div> |
| 900 | </dd> |
| 901 | <dt class="hdlist1"> |
| 902 | --cruft-expiration=<approxidate> |
| 903 | </dt> |
| 904 | <dd> |
| 905 | <p> |
| 906 | If specified, objects are eliminated from the cruft pack if they |
| 907 | have an mtime older than <code><approxidate></code>. If unspecified (and |
| 908 | given <code>--cruft</code>), then no objects are eliminated. |
| 909 | </p> |
| 910 | </dd> |
| 911 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 912 | --window=<n> |
Junio C Hamano | eb41599 | 2008-06-08 22:49:47 | [diff] [blame] | 913 | </dt> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 914 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 915 | --depth=<n> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 916 | </dt> |
| 917 | <dd> |
| 918 | <p> |
Junio C Hamano | 93567a6 | 2006-10-08 08:47:56 | [diff] [blame] | 919 | These two options affect how the objects contained in |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 920 | the pack are stored using delta compression. The |
| 921 | objects are first internally sorted by type, size and |
| 922 | optionally names and compared against the other objects |
| 923 | within --window to see if using delta compression saves |
| 924 | space. --depth limits the maximum delta depth; making |
| 925 | it too deep affects the performance on the unpacker |
| 926 | side, because delta data needs to be applied that many |
| 927 | times to get to the necessary object. |
| 928 | </p> |
Junio C Hamano | b9d9d90 | 2018-05-23 07:07:42 | [diff] [blame] | 929 | <div class="paragraph"><p>The default value for --window is 10 and --depth is 50. The maximum |
| 930 | depth is 4095.</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 931 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 932 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 933 | --window-memory=<n> |
Junio C Hamano | 235d53f | 2007-07-13 00:25:15 | [diff] [blame] | 934 | </dt> |
| 935 | <dd> |
| 936 | <p> |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 937 | This option provides an additional limit on top of <code>--window</code>; |
Junio C Hamano | 235d53f | 2007-07-13 00:25:15 | [diff] [blame] | 938 | the window size will dynamically scale down so as to not take |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 939 | up more than <em><n></em> bytes in memory. This is useful in |
Junio C Hamano | 235d53f | 2007-07-13 00:25:15 | [diff] [blame] | 940 | repositories with a mix of large and small objects to not run |
| 941 | out of memory with a large window, but still be able to take |
| 942 | advantage of the large window for the smaller objects. The |
| 943 | size can be suffixed with "k", "m", or "g". |
Junio C Hamano | 0f1d17c | 2016-08-12 19:42:26 | [diff] [blame] | 944 | <code>--window-memory=0</code> makes memory usage unlimited. The default |
| 945 | is taken from the <code>pack.windowMemory</code> configuration variable. |
Junio C Hamano | 235d53f | 2007-07-13 00:25:15 | [diff] [blame] | 946 | </p> |
| 947 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 948 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 949 | --max-pack-size=<n> |
Junio C Hamano | 591dc6a | 2007-05-29 09:18:19 | [diff] [blame] | 950 | </dt> |
| 951 | <dd> |
| 952 | <p> |
Junio C Hamano | fb1fdf1 | 2017-08-27 06:14:59 | [diff] [blame] | 953 | In unusual scenarios, you may not be able to create files |
| 954 | larger than a certain size on your filesystem, and this option |
| 955 | can be used to tell the command to split the output packfile |
| 956 | into multiple independent packfiles, each not larger than the |
| 957 | given size. The size can be suffixed with |
Junio C Hamano | 4d97958 | 2010-02-04 06:27:29 | [diff] [blame] | 958 | "k", "m", or "g". The minimum size allowed is limited to 1 MiB. |
Junio C Hamano | 49dccaf | 2008-02-10 10:48:01 | [diff] [blame] | 959 | The default is unlimited, unless the config variable |
Junio C Hamano | 91a411f | 2021-07-14 00:40:50 | [diff] [blame] | 960 | <code>pack.packSizeLimit</code> is set. Note that this option may result in |
| 961 | a larger and slower repository; see the discussion in |
| 962 | <code>pack.packSizeLimit</code>. |
Junio C Hamano | 591dc6a | 2007-05-29 09:18:19 | [diff] [blame] | 963 | </p> |
| 964 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 965 | <dt class="hdlist1"> |
Junio C Hamano | 2836349 | 2008-11-14 08:26:31 | [diff] [blame] | 966 | --honor-pack-keep |
| 967 | </dt> |
| 968 | <dd> |
| 969 | <p> |
| 970 | This flag causes an object already in a local pack that |
Junio C Hamano | 3eee587 | 2011-04-13 22:40:23 | [diff] [blame] | 971 | has a .keep file to be ignored, even if it would have |
Junio C Hamano | 636c8b2 | 2010-03-07 22:25:17 | [diff] [blame] | 972 | otherwise been packed. |
Junio C Hamano | 2836349 | 2008-11-14 08:26:31 | [diff] [blame] | 973 | </p> |
| 974 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 975 | <dt class="hdlist1"> |
Junio C Hamano | b9d9d90 | 2018-05-23 07:07:42 | [diff] [blame] | 976 | --keep-pack=<pack-name> |
| 977 | </dt> |
| 978 | <dd> |
| 979 | <p> |
| 980 | This flag causes an object already in the given pack to be |
| 981 | ignored, even if it would have otherwise been |
Junio C Hamano | 556b57e | 2019-08-12 17:46:38 | [diff] [blame] | 982 | packed. <code><pack-name></code> is the pack file name without |
Junio C Hamano | b9d9d90 | 2018-05-23 07:07:42 | [diff] [blame] | 983 | leading directory (e.g. <code>pack-123.pack</code>). The option could be |
| 984 | specified multiple times to keep multiple packs. |
| 985 | </p> |
| 986 | </dd> |
| 987 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 988 | --incremental |
| 989 | </dt> |
| 990 | <dd> |
| 991 | <p> |
Junio C Hamano | 636c8b2 | 2010-03-07 22:25:17 | [diff] [blame] | 992 | This flag causes an object already in a pack to be ignored |
| 993 | even if it would have otherwise been packed. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 994 | </p> |
| 995 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 996 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 997 | --local |
| 998 | </dt> |
| 999 | <dd> |
| 1000 | <p> |
Junio C Hamano | 636c8b2 | 2010-03-07 22:25:17 | [diff] [blame] | 1001 | This flag causes an object that is borrowed from an alternate |
| 1002 | object store to be ignored even if it would have otherwise been |
| 1003 | packed. |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1004 | </p> |
| 1005 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1006 | <dt class="hdlist1"> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1007 | --non-empty |
| 1008 | </dt> |
| 1009 | <dd> |
| 1010 | <p> |
| 1011 | Only create a packed archive if it would contain at |
| 1012 | least one object. |
| 1013 | </p> |
| 1014 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1015 | <dt class="hdlist1"> |
Junio C Hamano | 0d3c815 | 2006-11-08 01:33:41 | [diff] [blame] | 1016 | --progress |
| 1017 | </dt> |
| 1018 | <dd> |
| 1019 | <p> |
| 1020 | Progress status is reported on the standard error stream |
| 1021 | by default when it is attached to a terminal, unless -q |
| 1022 | is specified. This flag forces progress status even if |
| 1023 | the standard error stream is not directed to a terminal. |
| 1024 | </p> |
| 1025 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1026 | <dt class="hdlist1"> |
Junio C Hamano | 0d3c815 | 2006-11-08 01:33:41 | [diff] [blame] | 1027 | --all-progress |
| 1028 | </dt> |
| 1029 | <dd> |
| 1030 | <p> |
| 1031 | When --stdout is specified then progress report is |
Junio C Hamano | 5706e0b | 2009-11-24 10:54:16 | [diff] [blame] | 1032 | displayed during the object count and compression phases |
Junio C Hamano | 0d3c815 | 2006-11-08 01:33:41 | [diff] [blame] | 1033 | but inhibited during the write-out phase. The reason is |
| 1034 | that in some cases the output stream is directly linked |
| 1035 | to another command which may wish to display progress |
| 1036 | status of its own as it processes incoming pack data. |
| 1037 | This flag is like --progress except that it forces progress |
| 1038 | report for the write-out phase as well even if --stdout is |
| 1039 | used. |
| 1040 | </p> |
| 1041 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1042 | <dt class="hdlist1"> |
Junio C Hamano | 5706e0b | 2009-11-24 10:54:16 | [diff] [blame] | 1043 | --all-progress-implied |
| 1044 | </dt> |
| 1045 | <dd> |
| 1046 | <p> |
| 1047 | This is used to imply --all-progress whenever progress display |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1048 | is activated. Unlike --all-progress this flag doesn’t actually |
Junio C Hamano | 5706e0b | 2009-11-24 10:54:16 | [diff] [blame] | 1049 | force any progress display by itself. |
| 1050 | </p> |
| 1051 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1052 | <dt class="hdlist1"> |
Junio C Hamano | 7e9f6b7 | 2006-02-22 10:44:55 | [diff] [blame] | 1053 | -q |
| 1054 | </dt> |
| 1055 | <dd> |
| 1056 | <p> |
| 1057 | This flag makes the command not to report its progress |
| 1058 | on the standard error stream. |
| 1059 | </p> |
| 1060 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1061 | <dt class="hdlist1"> |
Junio C Hamano | 7e9f6b7 | 2006-02-22 10:44:55 | [diff] [blame] | 1062 | --no-reuse-delta |
| 1063 | </dt> |
| 1064 | <dd> |
| 1065 | <p> |
| 1066 | When creating a packed archive in a repository that |
| 1067 | has existing packs, the command reuses existing deltas. |
| 1068 | This sometimes results in a slightly suboptimal pack. |
| 1069 | This flag tells the command not to reuse existing deltas |
| 1070 | but compute them from scratch. |
| 1071 | </p> |
| 1072 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1073 | <dt class="hdlist1"> |
Junio C Hamano | f2ce297 | 2007-05-20 19:12:09 | [diff] [blame] | 1074 | --no-reuse-object |
| 1075 | </dt> |
| 1076 | <dd> |
| 1077 | <p> |
| 1078 | This flag tells the command not to reuse existing object data at all, |
| 1079 | including non deltified object, forcing recompression of everything. |
| 1080 | This implies --no-reuse-delta. Useful only in the obscure case where |
| 1081 | wholesale enforcement of a different compression level on the |
| 1082 | packed data is desired. |
| 1083 | </p> |
| 1084 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1085 | <dt class="hdlist1"> |
Junio C Hamano | d2179ef | 2010-10-22 04:12:17 | [diff] [blame] | 1086 | --compression=<n> |
Junio C Hamano | f2ce297 | 2007-05-20 19:12:09 | [diff] [blame] | 1087 | </dt> |
| 1088 | <dd> |
| 1089 | <p> |
| 1090 | Specifies compression level for newly-compressed data in the |
| 1091 | generated pack. If not specified, pack compression level is |
| 1092 | determined first by pack.compression, then by core.compression, |
| 1093 | and defaults to -1, the zlib default, if neither is set. |
Junio C Hamano | ef4c2d1 | 2007-09-10 08:11:27 | [diff] [blame] | 1094 | Add --no-reuse-object if you want to force a uniform compression |
| 1095 | level on all data no matter the source. |
Junio C Hamano | f2ce297 | 2007-05-20 19:12:09 | [diff] [blame] | 1096 | </p> |
| 1097 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1098 | <dt class="hdlist1"> |
Junio C Hamano | 929ab97 | 2020-03-29 17:30:31 | [diff] [blame] | 1099 | --[no-]sparse |
Junio C Hamano | 23168ef | 2019-02-07 07:20:47 | [diff] [blame] | 1100 | </dt> |
| 1101 | <dd> |
| 1102 | <p> |
Junio C Hamano | 929ab97 | 2020-03-29 17:30:31 | [diff] [blame] | 1103 | Toggle the "sparse" algorithm to determine which objects to include in |
Junio C Hamano | 23168ef | 2019-02-07 07:20:47 | [diff] [blame] | 1104 | the pack, when combined with the "--revs" option. This algorithm |
| 1105 | only walks trees that appear in paths that introduce new objects. |
| 1106 | This can have significant performance benefits when computing |
| 1107 | a pack to send a small change. However, it is possible that extra |
| 1108 | objects are added to the pack-file if the included commits contain |
Junio C Hamano | 929ab97 | 2020-03-29 17:30:31 | [diff] [blame] | 1109 | certain types of direct renames. If this option is not included, |
| 1110 | it defaults to the value of <code>pack.useSparse</code>, which is true unless |
| 1111 | otherwise specified. |
Junio C Hamano | 23168ef | 2019-02-07 07:20:47 | [diff] [blame] | 1112 | </p> |
| 1113 | </dd> |
| 1114 | <dt class="hdlist1"> |
Junio C Hamano | 4fdccb2 | 2010-02-19 09:58:14 | [diff] [blame] | 1115 | --thin |
| 1116 | </dt> |
| 1117 | <dd> |
| 1118 | <p> |
| 1119 | Create a "thin" pack by omitting the common objects between a |
| 1120 | sender and a receiver in order to reduce network transfer. This |
| 1121 | option only makes sense in conjunction with --stdout. |
| 1122 | </p> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1123 | <div class="paragraph"><p>Note: A thin pack violates the packed archive format by omitting |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1124 | required objects and is thus unusable by Git without making it |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 1125 | self-contained. Use <code>git index-pack --fix-thin</code> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1126 | (see <a href="git-index-pack.html">git-index-pack(1)</a>) to restore the self-contained property.</p></div> |
Junio C Hamano | 4fdccb2 | 2010-02-19 09:58:14 | [diff] [blame] | 1127 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1128 | <dt class="hdlist1"> |
Junio C Hamano | 629edff | 2015-01-12 23:46:02 | [diff] [blame] | 1129 | --shallow |
| 1130 | </dt> |
| 1131 | <dd> |
| 1132 | <p> |
| 1133 | Optimize a pack that will be provided to a client with a shallow |
| 1134 | repository. This option, combined with --thin, can result in a |
| 1135 | smaller pack at the cost of speed. |
| 1136 | </p> |
| 1137 | </dd> |
| 1138 | <dt class="hdlist1"> |
Junio C Hamano | 77b7e90 | 2006-10-23 07:18:50 | [diff] [blame] | 1139 | --delta-base-offset |
| 1140 | </dt> |
| 1141 | <dd> |
| 1142 | <p> |
Junio C Hamano | 059bca5 | 2011-03-30 22:47:46 | [diff] [blame] | 1143 | A packed archive can express the base object of a delta as |
| 1144 | either a 20-byte object name or as an offset in the |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1145 | stream, but ancient versions of Git don’t understand the |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 1146 | latter. By default, <em>git pack-objects</em> only uses the |
Junio C Hamano | 77b7e90 | 2006-10-23 07:18:50 | [diff] [blame] | 1147 | former format for better compatibility. This option |
| 1148 | allows the command to use the latter format for |
| 1149 | compactness. Depending on the average delta chain |
| 1150 | length, this option typically shrinks the resulting |
| 1151 | packfile by 3-5 per-cent. |
| 1152 | </p> |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 1153 | <div class="paragraph"><p>Note: Porcelain commands such as <code>git gc</code> (see <a href="git-gc.html">git-gc(1)</a>), |
| 1154 | <code>git repack</code> (see <a href="git-repack.html">git-repack(1)</a>) pass this option by default |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1155 | in modern Git when they put objects in your repository into pack files. |
Junio C Hamano | c14e6ad | 2014-10-31 20:25:53 | [diff] [blame] | 1156 | So does <code>git bundle</code> (see <a href="git-bundle.html">git-bundle(1)</a>) when it creates a bundle.</p></div> |
Junio C Hamano | 77b7e90 | 2006-10-23 07:18:50 | [diff] [blame] | 1157 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1158 | <dt class="hdlist1"> |
Junio C Hamano | 58155b4 | 2007-09-15 07:46:14 | [diff] [blame] | 1159 | --threads=<n> |
| 1160 | </dt> |
| 1161 | <dd> |
| 1162 | <p> |
| 1163 | Specifies the number of threads to spawn when searching for best |
| 1164 | delta matches. This requires that pack-objects be compiled with |
| 1165 | pthreads otherwise this option is ignored with a warning. |
| 1166 | This is meant to reduce packing time on multiprocessor machines. |
| 1167 | The required amount of memory for the delta search window is |
| 1168 | however multiplied by the number of threads. |
Junio C Hamano | 076ffcc | 2013-02-06 05:13:21 | [diff] [blame] | 1169 | Specifying 0 will cause Git to auto-detect the number of CPU’s |
Junio C Hamano | 24bc09a | 2008-02-28 00:27:44 | [diff] [blame] | 1170 | and set the number of threads accordingly. |
Junio C Hamano | 58155b4 | 2007-09-15 07:46:14 | [diff] [blame] | 1171 | </p> |
| 1172 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1173 | <dt class="hdlist1"> |
Junio C Hamano | e90436a | 2007-04-22 07:22:13 | [diff] [blame] | 1174 | --index-version=<version>[,<offset>] |
| 1175 | </dt> |
| 1176 | <dd> |
| 1177 | <p> |
| 1178 | This is intended to be used by the test suite only. It allows |
| 1179 | to force the version for the generated pack index, and to force |
| 1180 | 64-bit index entries on objects located above the given offset. |
| 1181 | </p> |
| 1182 | </dd> |
Junio C Hamano | 68cf15a | 2010-11-06 01:01:59 | [diff] [blame] | 1183 | <dt class="hdlist1"> |
Junio C Hamano | d594fb6 | 2009-07-25 09:09:54 | [diff] [blame] | 1184 | --keep-true-parents |
| 1185 | </dt> |
| 1186 | <dd> |
| 1187 | <p> |
| 1188 | With this option, parents that are hidden by grafts are packed |
| 1189 | nevertheless. |
| 1190 | </p> |
| 1191 | </dd> |
Junio C Hamano | 0f1291d | 2017-12-27 19:58:35 | [diff] [blame] | 1192 | <dt class="hdlist1"> |
| 1193 | --filter=<filter-spec> |
| 1194 | </dt> |
| 1195 | <dd> |
| 1196 | <p> |
| 1197 | Requires <code>--stdout</code>. Omits certain objects (usually blobs) from |
| 1198 | the resulting packfile. See <a href="git-rev-list.html">git-rev-list(1)</a> for valid |
| 1199 | <code><filter-spec></code> forms. |
| 1200 | </p> |
| 1201 | </dd> |
| 1202 | <dt class="hdlist1"> |
| 1203 | --no-filter |
| 1204 | </dt> |
| 1205 | <dd> |
| 1206 | <p> |
| 1207 | Turns off any previous <code>--filter=</code> argument. |
| 1208 | </p> |
| 1209 | </dd> |
| 1210 | <dt class="hdlist1"> |
| 1211 | --missing=<missing-action> |
| 1212 | </dt> |
| 1213 | <dd> |
| 1214 | <p> |
| 1215 | A debug option to help with future "partial clone" development. |
| 1216 | This option specifies how missing objects are handled. |
| 1217 | </p> |
| 1218 | <div class="paragraph"><p>The form <em>--missing=error</em> requests that pack-objects stop with an error if |
Junio C Hamano | 98c882d | 2020-08-13 22:06:57 | [diff] [blame] | 1219 | a missing object is encountered. If the repository is a partial clone, an |
| 1220 | attempt to fetch missing objects will be made before declaring them missing. |
| 1221 | This is the default action.</p></div> |
Junio C Hamano | 0f1291d | 2017-12-27 19:58:35 | [diff] [blame] | 1222 | <div class="paragraph"><p>The form <em>--missing=allow-any</em> will allow object traversal to continue |
Junio C Hamano | 98c882d | 2020-08-13 22:06:57 | [diff] [blame] | 1223 | if a missing object is encountered. No fetch of a missing object will occur. |
| 1224 | Missing objects will silently be omitted from the results.</p></div> |
Junio C Hamano | 640779d | 2018-02-14 01:29:14 | [diff] [blame] | 1225 | <div class="paragraph"><p>The form <em>--missing=allow-promisor</em> is like <em>allow-any</em>, but will only |
| 1226 | allow object traversal to continue for EXPECTED promisor missing objects. |
Junio C Hamano | 98c882d | 2020-08-13 22:06:57 | [diff] [blame] | 1227 | No fetch of a missing object will occur. An unexpected missing object will |
| 1228 | raise an error.</p></div> |
Junio C Hamano | 640779d | 2018-02-14 01:29:14 | [diff] [blame] | 1229 | </dd> |
| 1230 | <dt class="hdlist1"> |
| 1231 | --exclude-promisor-objects |
| 1232 | </dt> |
| 1233 | <dd> |
| 1234 | <p> |
| 1235 | Omit objects that are known to be in the promisor remote. (This |
| 1236 | option has the purpose of operating only on locally created objects, |
| 1237 | so that when we repack, we still maintain a distinction between |
| 1238 | locally created objects [without .promisor] and objects from the |
| 1239 | promisor remote [with .promisor].) This is used with partial clone. |
| 1240 | </p> |
Junio C Hamano | 0f1291d | 2017-12-27 19:58:35 | [diff] [blame] | 1241 | </dd> |
Junio C Hamano | b9d9d90 | 2018-05-23 07:07:42 | [diff] [blame] | 1242 | <dt class="hdlist1"> |
| 1243 | --keep-unreachable |
| 1244 | </dt> |
| 1245 | <dd> |
| 1246 | <p> |
| 1247 | Objects unreachable from the refs in packs named with |
| 1248 | --unpacked= option are added to the resulting pack, in |
| 1249 | addition to the reachable objects that are not in packs marked |
| 1250 | with *.keep files. This implies <code>--revs</code>. |
| 1251 | </p> |
| 1252 | </dd> |
| 1253 | <dt class="hdlist1"> |
| 1254 | --pack-loose-unreachable |
| 1255 | </dt> |
| 1256 | <dd> |
| 1257 | <p> |
| 1258 | Pack unreachable loose objects (and their loose counterparts |
| 1259 | removed). This implies <code>--revs</code>. |
| 1260 | </p> |
| 1261 | </dd> |
| 1262 | <dt class="hdlist1"> |
| 1263 | --unpack-unreachable |
| 1264 | </dt> |
| 1265 | <dd> |
| 1266 | <p> |
| 1267 | Keep unreachable objects in loose form. This implies <code>--revs</code>. |
| 1268 | </p> |
| 1269 | </dd> |
Junio C Hamano | 980e61e | 2018-09-17 22:45:52 | [diff] [blame] | 1270 | <dt class="hdlist1"> |
| 1271 | --delta-islands |
| 1272 | </dt> |
| 1273 | <dd> |
| 1274 | <p> |
| 1275 | Restrict delta matches based on "islands". See DELTA ISLANDS |
| 1276 | below. |
| 1277 | </p> |
| 1278 | </dd> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1279 | </dl></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1280 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1281 | </div> |
| 1282 | <div class="sect1"> |
Junio C Hamano | 980e61e | 2018-09-17 22:45:52 | [diff] [blame] | 1283 | <h2 id="_delta_islands">DELTA ISLANDS</h2> |
| 1284 | <div class="sectionbody"> |
| 1285 | <div class="paragraph"><p>When possible, <code>pack-objects</code> tries to reuse existing on-disk deltas to |
| 1286 | avoid having to search for new ones on the fly. This is an important |
| 1287 | optimization for serving fetches, because it means the server can avoid |
| 1288 | inflating most objects at all and just send the bytes directly from |
| 1289 | disk. This optimization can’t work when an object is stored as a delta |
| 1290 | against a base which the receiver does not have (and which we are not |
| 1291 | already sending). In that case the server "breaks" the delta and has to |
| 1292 | find a new one, which has a high CPU cost. Therefore it’s important for |
| 1293 | performance that the set of objects in on-disk delta relationships match |
| 1294 | what a client would fetch.</p></div> |
| 1295 | <div class="paragraph"><p>In a normal repository, this tends to work automatically. The objects |
| 1296 | are mostly reachable from the branches and tags, and that’s what clients |
| 1297 | fetch. Any deltas we find on the server are likely to be between objects |
| 1298 | the client has or will have.</p></div> |
| 1299 | <div class="paragraph"><p>But in some repository setups, you may have several related but separate |
| 1300 | groups of ref tips, with clients tending to fetch those groups |
| 1301 | independently. For example, imagine that you are hosting several "forks" |
| 1302 | of a repository in a single shared object store, and letting clients |
| 1303 | view them as separate repositories through <code>GIT_NAMESPACE</code> or separate |
| 1304 | repos using the alternates mechanism. A naive repack may find that the |
| 1305 | optimal delta for an object is against a base that is only found in |
| 1306 | another fork. But when a client fetches, they will not have the base |
| 1307 | object, and we’ll have to find a new delta on the fly.</p></div> |
| 1308 | <div class="paragraph"><p>A similar situation may exist if you have many refs outside of |
| 1309 | <code>refs/heads/</code> and <code>refs/tags/</code> that point to related objects (e.g., |
| 1310 | <code>refs/pull</code> or <code>refs/changes</code> used by some hosting providers). By |
| 1311 | default, clients fetch only heads and tags, and deltas against objects |
| 1312 | found only in those other groups cannot be sent as-is.</p></div> |
| 1313 | <div class="paragraph"><p>Delta islands solve this problem by allowing you to group your refs into |
| 1314 | distinct "islands". Pack-objects computes which objects are reachable |
| 1315 | from which islands, and refuses to make a delta from an object <code>A</code> |
| 1316 | against a base which is not present in all of <code>A</code>'s islands. This |
| 1317 | results in slightly larger packs (because we miss some delta |
| 1318 | opportunities), but guarantees that a fetch of one island will not have |
| 1319 | to recompute deltas on the fly due to crossing island boundaries.</p></div> |
| 1320 | <div class="paragraph"><p>When repacking with delta islands the delta window tends to get |
| 1321 | clogged with candidates that are forbidden by the config. Repacking |
| 1322 | with a big --window helps (and doesn’t take as long as it otherwise |
| 1323 | might because we can reject some object pairs based on islands before |
| 1324 | doing any computation on the content).</p></div> |
| 1325 | <div class="paragraph"><p>Islands are configured via the <code>pack.island</code> option, which can be |
| 1326 | specified multiple times. Each value is a left-anchored regular |
| 1327 | expressions matching refnames. For example:</p></div> |
| 1328 | <div class="listingblock"> |
| 1329 | <div class="content"> |
| 1330 | <pre><code>[pack] |
| 1331 | island = refs/heads/ |
| 1332 | island = refs/tags/</code></pre> |
| 1333 | </div></div> |
| 1334 | <div class="paragraph"><p>puts heads and tags into an island (whose name is the empty string; see |
| 1335 | below for more on naming). Any refs which do not match those regular |
| 1336 | expressions (e.g., <code>refs/pull/123</code>) is not in any island. Any object |
| 1337 | which is reachable only from <code>refs/pull/</code> (but not heads or tags) is |
| 1338 | therefore not a candidate to be used as a base for <code>refs/heads/</code>.</p></div> |
| 1339 | <div class="paragraph"><p>Refs are grouped into islands based on their "names", and two regexes |
| 1340 | that produce the same name are considered to be in the same |
| 1341 | island. The names are computed from the regexes by concatenating any |
| 1342 | capture groups from the regex, with a <em>-</em> dash in between. (And if |
| 1343 | there are no capture groups, then the name is the empty string, as in |
| 1344 | the above example.) This allows you to create arbitrary numbers of |
| 1345 | islands. Only up to 14 such capture groups are supported though.</p></div> |
| 1346 | <div class="paragraph"><p>For example, imagine you store the refs for each fork in |
| 1347 | <code>refs/virtual/ID</code>, where <code>ID</code> is a numeric identifier. You might then |
| 1348 | configure:</p></div> |
| 1349 | <div class="listingblock"> |
| 1350 | <div class="content"> |
| 1351 | <pre><code>[pack] |
| 1352 | island = refs/virtual/([0-9]+)/heads/ |
| 1353 | island = refs/virtual/([0-9]+)/tags/ |
| 1354 | island = refs/virtual/([0-9]+)/(pull)/</code></pre> |
| 1355 | </div></div> |
| 1356 | <div class="paragraph"><p>That puts the heads and tags for each fork in their own island (named |
| 1357 | "1234" or similar), and the pull refs for each go into their own |
| 1358 | "1234-pull".</p></div> |
| 1359 | <div class="paragraph"><p>Note that we pick a single island for each regex to go into, using "last |
| 1360 | one wins" ordering (which allows repo-specific config to take precedence |
| 1361 | over user-wide config, and so forth).</p></div> |
| 1362 | </div> |
| 1363 | </div> |
| 1364 | <div class="sect1"> |
Junio C Hamano | a372d5b | 2021-02-26 01:34:37 | [diff] [blame] | 1365 | <h2 id="_configuration">CONFIGURATION</h2> |
| 1366 | <div class="sectionbody"> |
| 1367 | <div class="paragraph"><p>Various configuration variables affect packing, see |
| 1368 | <a href="git-config.html">git-config(1)</a> (search for "pack" and "delta").</p></div> |
| 1369 | <div class="paragraph"><p>Notably, delta compression is not used on objects larger than the |
| 1370 | <code>core.bigFileThreshold</code> configuration variable and on files with the |
| 1371 | attribute <code>delta</code> set to false.</p></div> |
| 1372 | </div> |
| 1373 | </div> |
| 1374 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1375 | <h2 id="_see_also">SEE ALSO</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1376 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1377 | <div class="paragraph"><p><a href="git-rev-list.html">git-rev-list(1)</a> |
| 1378 | <a href="git-repack.html">git-repack(1)</a> |
| 1379 | <a href="git-prune-packed.html">git-prune-packed(1)</a></p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1380 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1381 | </div> |
| 1382 | <div class="sect1"> |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 1383 | <h2 id="_git">GIT</h2> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1384 | <div class="sectionbody"> |
Junio C Hamano | a28a920 | 2012-06-21 07:08:23 | [diff] [blame] | 1385 | <div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1386 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 1387 | </div> |
Junio C Hamano | 9d97115 | 2012-12-19 00:43:11 | [diff] [blame] | 1388 | </div> |
Junio C Hamano | 7bd050f | 2011-09-22 06:32:22 | [diff] [blame] | 1389 | <div id="footnotes"><hr /></div> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1390 | <div id="footer"> |
| 1391 | <div id="footer-text"> |
Junio C Hamano | 2ef0ba3 | 2018-01-26 23:13:53 | [diff] [blame] | 1392 | Last updated |
Junio C Hamano | c926f62 | 2022-06-03 22:26:23 | [diff] [blame] | 1393 | 2022-06-03 15:24:31 PDT |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1394 | </div> |
| 1395 | </div> |
| 1396 | </body> |
| 1397 | </html> |