This file is indexed.

/usr/share/doc/git-doc/index.html is in git-doc 1:2.1.4-2.1+deb8u6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.9" />
<title>git(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */

/* Default font. */
body {
  font-family: Georgia,serif;
}

/* Title font. */
h1, h2, h3, h4, h5, h6,
div.title, caption.title,
thead, p.table.header,
#toctitle,
#author, #revnumber, #revdate, #revremark,
#footer {
  font-family: Arial,Helvetica,sans-serif;
}

body {
  margin: 1em 5% 1em 5%;
}

a {
  color: blue;
  text-decoration: underline;
}
a:visited {
  color: fuchsia;
}

em {
  font-style: italic;
  color: navy;
}

strong {
  font-weight: bold;
  color: #083194;
}

h1, h2, h3, h4, h5, h6 {
  color: #527bbd;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

h1, h2, h3 {
  border-bottom: 2px solid silver;
}
h2 {
  padding-top: 0.5em;
}
h3 {
  float: left;
}
h3 + * {
  clear: left;
}
h5 {
  font-size: 1.0em;
}

div.sectionbody {
  margin-left: 0;
}

hr {
  border: 1px solid silver;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul, ol, li > p {
  margin-top: 0;
}
ul > li     { color: #aaa; }
ul > li > * { color: black; }

.monospaced, code, pre {
  font-family: "Courier New", Courier, monospace;
  font-size: inherit;
  color: navy;
  padding: 0;
  margin: 0;
}
pre {
  white-space: pre-wrap;
}

#author {
  color: #527bbd;
  font-weight: bold;
  font-size: 1.1em;
}
#email {
}
#revnumber, #revdate, #revremark {
}

#footer {
  font-size: small;
  border-top: 2px solid silver;
  padding-top: 0.5em;
  margin-top: 4.0em;
}
#footer-text {
  float: left;
  padding-bottom: 0.5em;
}
#footer-badges {
  float: right;
  padding-bottom: 0.5em;
}

#preamble {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
div.imageblock, div.exampleblock, div.verseblock,
div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
div.admonitionblock {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
}
div.admonitionblock {
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  margin-right: 10%;
  color: #606060;
}

div.content { /* Block element content. */
  padding: 0;
}

/* Block element titles. */
div.title, caption.title {
  color: #527bbd;
  font-weight: bold;
  text-align: left;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}
div.title + * {
  margin-top: 0;
}

td div.title:first-child {
  margin-top: 0.0em;
}
div.content div.title:first-child {
  margin-top: 0.0em;
}
div.content + div.title {
  margin-top: 0.0em;
}

div.sidebarblock > div.content {
  background: #ffffee;
  border: 1px solid #dddddd;
  border-left: 4px solid #f0f0f0;
  padding: 0.5em;
}

div.listingblock > div.content {
  border: 1px solid #dddddd;
  border-left: 5px solid #f0f0f0;
  background: #f8f8f8;
  padding: 0.5em;
}

div.quoteblock, div.verseblock {
  padding-left: 1.0em;
  margin-left: 1.0em;
  margin-right: 10%;
  border-left: 5px solid #f0f0f0;
  color: #888;
}

div.quoteblock > div.attribution {
  padding-top: 0.5em;
  text-align: right;
}

div.verseblock > pre.content {
  font-family: inherit;
  font-size: inherit;
}
div.verseblock > div.attribution {
  padding-top: 0.75em;
  text-align: left;
}
/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
div.verseblock + div.attribution {
  text-align: left;
}

div.admonitionblock .icon {
  vertical-align: top;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
  color: #527bbd;
  padding-right: 0.5em;
}
div.admonitionblock td.content {
  padding-left: 0.5em;
  border-left: 3px solid #dddddd;
}

div.exampleblock > div.content {
  border-left: 3px solid #dddddd;
  padding-left: 0.5em;
}

div.imageblock div.content { padding-left: 0; }
span.image img { border-style: none; vertical-align: text-bottom; }
a.image:visited { color: white; }

dl {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
dt {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-style: normal;
  color: navy;
}
dd > *:first-child {
  margin-top: 0.1em;
}

ul, ol {
    list-style-position: outside;
}
ol.arabic {
  list-style-type: decimal;
}
ol.loweralpha {
  list-style-type: lower-alpha;
}
ol.upperalpha {
  list-style-type: upper-alpha;
}
ol.lowerroman {
  list-style-type: lower-roman;
}
ol.upperroman {
  list-style-type: upper-roman;
}

div.compact ul, div.compact ol,
div.compact p, div.compact p,
div.compact div, div.compact div {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

tfoot {
  font-weight: bold;
}
td > div.verse {
  white-space: pre;
}

div.hdlist {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
div.hdlist tr {
  padding-bottom: 15px;
}
dt.hdlist1.strong, td.hdlist1.strong {
  font-weight: bold;
}
td.hdlist1 {
  vertical-align: top;
  font-style: normal;
  padding-right: 0.8em;
  color: navy;
}
td.hdlist2 {
  vertical-align: top;
}
div.hdlist.compact tr {
  margin: 0;
  padding-bottom: 0;
}

.comment {
  background: yellow;
}

.footnote, .footnoteref {
  font-size: 0.8em;
}

span.footnote, span.footnoteref {
  vertical-align: super;
}

#footnotes {
  margin: 20px 0 20px 0;
  padding: 7px 0 0 0;
}

#footnotes div.footnote {
  margin: 0 0 5px 0;
}

#footnotes hr {
  border: none;
  border-top: 1px solid silver;
  height: 1px;
  text-align: left;
  margin-left: 0;
  width: 20%;
  min-width: 100px;
}

div.colist td {
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  vertical-align: top;
}
div.colist td img {
  margin-top: 0.3em;
}

@media print {
  #footer-badges { display: none; }
}

#toc {
  margin-bottom: 2.5em;
}

#toctitle {
  color: #527bbd;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.1em;
}

div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
  margin-top: 0;
  margin-bottom: 0;
}
div.toclevel2 {
  margin-left: 2em;
  font-size: 0.9em;
}
div.toclevel3 {
  margin-left: 4em;
  font-size: 0.9em;
}
div.toclevel4 {
  margin-left: 6em;
  font-size: 0.9em;
}

span.aqua { color: aqua; }
span.black { color: black; }
span.blue { color: blue; }
span.fuchsia { color: fuchsia; }
span.gray { color: gray; }
span.green { color: green; }
span.lime { color: lime; }
span.maroon { color: maroon; }
span.navy { color: navy; }
span.olive { color: olive; }
span.purple { color: purple; }
span.red { color: red; }
span.silver { color: silver; }
span.teal { color: teal; }
span.white { color: white; }
span.yellow { color: yellow; }

span.aqua-background { background: aqua; }
span.black-background { background: black; }
span.blue-background { background: blue; }
span.fuchsia-background { background: fuchsia; }
span.gray-background { background: gray; }
span.green-background { background: green; }
span.lime-background { background: lime; }
span.maroon-background { background: maroon; }
span.navy-background { background: navy; }
span.olive-background { background: olive; }
span.purple-background { background: purple; }
span.red-background { background: red; }
span.silver-background { background: silver; }
span.teal-background { background: teal; }
span.white-background { background: white; }
span.yellow-background { background: yellow; }

span.big { font-size: 2em; }
span.small { font-size: 0.6em; }

span.underline { text-decoration: underline; }
span.overline { text-decoration: overline; }
span.line-through { text-decoration: line-through; }

div.unbreakable { page-break-inside: avoid; }


/*
 * xhtml11 specific
 *
 * */

div.tableblock {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
}
div.tableblock > table {
  border: 3px solid #527bbd;
}
thead, p.table.header {
  font-weight: bold;
  color: #527bbd;
}
p.table {
  margin-top: 0;
}
/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
  border-style: none;
}
div.tableblock > table[frame="hsides"] {
  border-left-style: none;
  border-right-style: none;
}
div.tableblock > table[frame="vsides"] {
  border-top-style: none;
  border-bottom-style: none;
}


/*
 * html5 specific
 *
 * */

table.tableblock {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
}
thead, p.tableblock.header {
  font-weight: bold;
  color: #527bbd;
}
p.tableblock {
  margin-top: 0;
}
table.tableblock {
  border-width: 3px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #527bbd;
  border-collapse: collapse;
}
th.tableblock, td.tableblock {
  border-width: 1px;
  padding: 4px;
  border-style: solid;
  border-color: #527bbd;
}

table.tableblock.frame-topbot {
  border-left-style: hidden;
  border-right-style: hidden;
}
table.tableblock.frame-sides {
  border-top-style: hidden;
  border-bottom-style: hidden;
}
table.tableblock.frame-none {
  border-style: hidden;
}

th.tableblock.halign-left, td.tableblock.halign-left {
  text-align: left;
}
th.tableblock.halign-center, td.tableblock.halign-center {
  text-align: center;
}
th.tableblock.halign-right, td.tableblock.halign-right {
  text-align: right;
}

th.tableblock.valign-top, td.tableblock.valign-top {
  vertical-align: top;
}
th.tableblock.valign-middle, td.tableblock.valign-middle {
  vertical-align: middle;
}
th.tableblock.valign-bottom, td.tableblock.valign-bottom {
  vertical-align: bottom;
}


/*
 * manpage specific
 *
 * */

body.manpage h1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
}
body.manpage h2 {
  border-style: none;
}
body.manpage div.sectionbody {
  margin-left: 3em;
}

@media print {
  body.manpage div#toc { display: none; }
}


</style>
<script type="text/javascript">
/*<![CDATA[*/
var asciidoc = {  // Namespace.

/////////////////////////////////////////////////////////////////////
// Table Of Contents generator
/////////////////////////////////////////////////////////////////////

/* Author: Mihai Bazon, September 2002
 * http://students.infoiasi.ro/~mishoo
 *
 * Table Of Content generator
 * Version: 0.4
 *
 * Feel free to use this script under the terms of the GNU General Public
 * License, as long as you do not remove or alter this notice.
 */

 /* modified by Troy D. Hanson, September 2006. License: GPL */
 /* modified by Stuart Rackham, 2006, 2009. License: GPL */

// toclevels = 1..4.
toc: function (toclevels) {

  function getText(el) {
    var text = "";
    for (var i = el.firstChild; i != null; i = i.nextSibling) {
      if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
        text += i.data;
      else if (i.firstChild != null)
        text += getText(i);
    }
    return text;
  }

  function TocEntry(el, text, toclevel) {
    this.element = el;
    this.text = text;
    this.toclevel = toclevel;
  }

  function tocEntries(el, toclevels) {
    var result = new Array;
    var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
    // Function that scans the DOM tree for header elements (the DOM2
    // nodeIterator API would be a better technique but not supported by all
    // browsers).
    var iterate = function (el) {
      for (var i = el.firstChild; i != null; i = i.nextSibling) {
        if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
          var mo = re.exec(i.tagName);
          if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
            result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
          }
          iterate(i);
        }
      }
    }
    iterate(el);
    return result;
  }

  var toc = document.getElementById("toc");
  if (!toc) {
    return;
  }

  // Delete existing TOC entries in case we're reloading the TOC.
  var tocEntriesToRemove = [];
  var i;
  for (i = 0; i < toc.childNodes.length; i++) {
    var entry = toc.childNodes[i];
    if (entry.nodeName.toLowerCase() == 'div'
     && entry.getAttribute("class")
     && entry.getAttribute("class").match(/^toclevel/))
      tocEntriesToRemove.push(entry);
  }
  for (i = 0; i < tocEntriesToRemove.length; i++) {
    toc.removeChild(tocEntriesToRemove[i]);
  }

  // Rebuild TOC entries.
  var entries = tocEntries(document.getElementById("content"), toclevels);
  for (var i = 0; i < entries.length; ++i) {
    var entry = entries[i];
    if (entry.element.id == "")
      entry.element.id = "_toc_" + i;
    var a = document.createElement("a");
    a.href = "#" + entry.element.id;
    a.appendChild(document.createTextNode(entry.text));
    var div = document.createElement("div");
    div.appendChild(a);
    div.className = "toclevel" + entry.toclevel;
    toc.appendChild(div);
  }
  if (entries.length == 0)
    toc.parentNode.removeChild(toc);
},


/////////////////////////////////////////////////////////////////////
// Footnotes generator
/////////////////////////////////////////////////////////////////////

/* Based on footnote generation code from:
 * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
 */

footnotes: function () {
  // Delete existing footnote entries in case we're reloading the footnodes.
  var i;
  var noteholder = document.getElementById("footnotes");
  if (!noteholder) {
    return;
  }
  var entriesToRemove = [];
  for (i = 0; i < noteholder.childNodes.length; i++) {
    var entry = noteholder.childNodes[i];
    if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
      entriesToRemove.push(entry);
  }
  for (i = 0; i < entriesToRemove.length; i++) {
    noteholder.removeChild(entriesToRemove[i]);
  }

  // Rebuild footnote entries.
  var cont = document.getElementById("content");
  var spans = cont.getElementsByTagName("span");
  var refs = {};
  var n = 0;
  for (i=0; i<spans.length; i++) {
    if (spans[i].className == "footnote") {
      n++;
      var note = spans[i].getAttribute("data-note");
      if (!note) {
        // Use [\s\S] in place of . so multi-line matches work.
        // Because JavaScript has no s (dotall) regex flag.
        note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
        spans[i].innerHTML =
          "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
          "' title='View footnote' class='footnote'>" + n + "</a>]";
        spans[i].setAttribute("data-note", note);
      }
      noteholder.innerHTML +=
        "<div class='footnote' id='_footnote_" + n + "'>" +
        "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
        n + "</a>. " + note + "</div>";
      var id =spans[i].getAttribute("id");
      if (id != null) refs["#"+id] = n;
    }
  }
  if (n == 0)
    noteholder.parentNode.removeChild(noteholder);
  else {
    // Process footnoterefs.
    for (i=0; i<spans.length; i++) {
      if (spans[i].className == "footnoteref") {
        var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
        href = href.match(/#.*/)[0];  // Because IE return full URL.
        n = refs[href];
        spans[i].innerHTML =
          "[<a href='#_footnote_" + n +
          "' title='View footnote' class='footnote'>" + n + "</a>]";
      }
    }
  }
},

install: function(toclevels) {
  var timerId;

  function reinstall() {
    asciidoc.footnotes();
    if (toclevels) {
      asciidoc.toc(toclevels);
    }
  }

  function reinstallAndRemoveTimer() {
    clearInterval(timerId);
    reinstall();
  }

  timerId = setInterval(reinstall, 500);
  if (document.addEventListener)
    document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
  else
    window.onload = reinstallAndRemoveTimer;
}

}
asciidoc.install();
/*]]>*/
</script>
</head>
<body class="manpage">
<div id="header">
<h1>
git(1) Manual Page
</h1>
<h2>NAME</h2>
<div class="sectionbody">
<p>git -
   the stupid content tracker
</p>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git</em> [--version] [--help] [-C &lt;path&gt;] [-c &lt;name&gt;=&lt;value&gt;]
    [--exec-path[=&lt;path&gt;]] [--html-path] [--man-path] [--info-path]
    [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
    [--git-dir=&lt;path&gt;] [--work-tree=&lt;path&gt;] [--namespace=&lt;name&gt;]
    &lt;command&gt; [&lt;args&gt;]</pre>
<div class="attribution">
</div></div>
</div>
</div>
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.</p></div>
<div class="paragraph"><p>See <a href="gittutorial.html">gittutorial(7)</a> to get started, then see
<a href="everyday.html">Everyday Git</a> for a useful minimum set of
commands.  The <a href="user-manual.html">Git User&#8217;s Manual</a> has a more
in-depth introduction.</p></div>
<div class="paragraph"><p>After you mastered the basic concepts, you can come back to this
page to learn what commands Git offers.  You can learn more about
individual Git commands with "git help command".  <a href="gitcli.html">gitcli(7)</a>
manual page gives you an overview of the command-line command syntax.</p></div>
<div class="paragraph"><p>Formatted and hyperlinked version of the latest Git documentation
can be viewed at <code>http://git-htmldocs.googlecode.com/git/git.html</code>.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
--version
</dt>
<dd>
<p>
        Prints the Git suite version that the <em>git</em> program came from.
</p>
</dd>
<dt class="hdlist1">
--help
</dt>
<dd>
<p>
        Prints the synopsis and a list of the most commonly used
        commands. If the option <em>--all</em> or <em>-a</em> is given then all
        available commands are printed. If a Git command is named this
        option will bring up the manual page for that command.
</p>
<div class="paragraph"><p>Other options are available to control how the manual page is
displayed. See <a href="git-help.html">git-help(1)</a> for more information,
because <code>git --help ...</code> is converted internally into <code>git
help ...</code>.</p></div>
</dd>
<dt class="hdlist1">
-C &lt;path&gt;
</dt>
<dd>
<p>
        Run as if git was started in <em>&lt;path&gt;</em> instead of the current working
        directory.  When multiple <code>-C</code> options are given, each subsequent
        non-absolute <code>-C &lt;path&gt;</code> is interpreted relative to the preceding <code>-C
        &lt;path&gt;</code>.
</p>
<div class="paragraph"><p>This option affects options that expect path name like <code>--git-dir</code> and
<code>--work-tree</code> in that their interpretations of the path names would be
made relative to the working directory caused by the <code>-C</code> option. For
example the following invocations are equivalent:</p></div>
<div class="literalblock">
<div class="content">
<pre><code>git --git-dir=a.git --work-tree=b -C c status
git --git-dir=c/a.git --work-tree=c/b status</code></pre>
</div></div>
</dd>
<dt class="hdlist1">
-c &lt;name&gt;=&lt;value&gt;
</dt>
<dd>
<p>
        Pass a configuration parameter to the command. The value
        given will override values from configuration files.
        The &lt;name&gt; is expected in the same format as listed by
        <em>git config</em> (subkeys separated by dots).
</p>
<div class="paragraph"><p>Note that omitting the <code>=</code> in <code>git -c foo.bar ...</code> is allowed and sets
<code>foo.bar</code> to the boolean true value (just like <code>[foo]bar</code> would in a
config file). Including the equals but with an empty value (like <code>git -c
foo.bar= ...</code>) sets <code>foo.bar</code> to the empty string.</p></div>
</dd>
<dt class="hdlist1">
--exec-path[=&lt;path&gt;]
</dt>
<dd>
<p>
        Path to wherever your core Git programs are installed.
        This can also be controlled by setting the GIT_EXEC_PATH
        environment variable. If no path is given, <em>git</em> will print
        the current setting and then exit.
</p>
</dd>
<dt class="hdlist1">
--html-path
</dt>
<dd>
<p>
        Print the path, without trailing slash, where Git&#8217;s HTML
        documentation is installed and exit.
</p>
</dd>
<dt class="hdlist1">
--man-path
</dt>
<dd>
<p>
        Print the manpath (see <code>man(1)</code>) for the man pages for
        this version of Git and exit.
</p>
</dd>
<dt class="hdlist1">
--info-path
</dt>
<dd>
<p>
        Print the path where the Info files documenting this
        version of Git are installed and exit.
</p>
</dd>
<dt class="hdlist1">
-p
</dt>
<dt class="hdlist1">
--paginate
</dt>
<dd>
<p>
        Pipe all output into <em>less</em> (or if set, $PAGER) if standard
        output is a terminal.  This overrides the <code>pager.&lt;cmd&gt;</code>
        configuration options (see the "Configuration Mechanism" section
        below).
</p>
</dd>
<dt class="hdlist1">
--no-pager
</dt>
<dd>
<p>
        Do not pipe Git output into a pager.
</p>
</dd>
<dt class="hdlist1">
--git-dir=&lt;path&gt;
</dt>
<dd>
<p>
        Set the path to the repository. This can also be controlled by
        setting the GIT_DIR environment variable. It can be an absolute
        path or relative path to current working directory.
</p>
</dd>
<dt class="hdlist1">
--work-tree=&lt;path&gt;
</dt>
<dd>
<p>
        Set the path to the working tree. It can be an absolute path
        or a path relative to the current working directory.
        This can also be controlled by setting the GIT_WORK_TREE
        environment variable and the core.worktree configuration
        variable (see core.worktree in <a href="git-config.html">git-config(1)</a> for a
        more detailed discussion).
</p>
</dd>
<dt class="hdlist1">
--namespace=&lt;path&gt;
</dt>
<dd>
<p>
        Set the Git namespace.  See <a href="gitnamespaces.html">gitnamespaces(7)</a> for more
        details.  Equivalent to setting the <code>GIT_NAMESPACE</code> environment
        variable.
</p>
</dd>
<dt class="hdlist1">
--bare
</dt>
<dd>
<p>
        Treat the repository as a bare repository.  If GIT_DIR
        environment is not set, it is set to the current working
        directory.
</p>
</dd>
<dt class="hdlist1">
--no-replace-objects
</dt>
<dd>
<p>
        Do not use replacement refs to replace Git objects. See
        <a href="git-replace.html">git-replace(1)</a> for more information.
</p>
</dd>
<dt class="hdlist1">
--literal-pathspecs
</dt>
<dd>
<p>
        Treat pathspecs literally (i.e. no globbing, no pathspec magic).
        This is equivalent to setting the <code>GIT_LITERAL_PATHSPECS</code> environment
        variable to <code>1</code>.
</p>
</dd>
<dt class="hdlist1">
--glob-pathspecs
</dt>
<dd>
<p>
        Add "glob" magic to all pathspec. This is equivalent to setting
        the <code>GIT_GLOB_PATHSPECS</code> environment variable to <code>1</code>. Disabling
        globbing on individual pathspecs can be done using pathspec
        magic ":(literal)"
</p>
</dd>
<dt class="hdlist1">
--noglob-pathspecs
</dt>
<dd>
<p>
        Add "literal" magic to all pathspec. This is equivalent to setting
        the <code>GIT_NOGLOB_PATHSPECS</code> environment variable to <code>1</code>. Enabling
        globbing on individual pathspecs can be done using pathspec
        magic ":(glob)"
</p>
</dd>
<dt class="hdlist1">
--icase-pathspecs
</dt>
<dd>
<p>
        Add "icase" magic to all pathspec. This is equivalent to setting
        the <code>GIT_ICASE_PATHSPECS</code> environment variable to <code>1</code>.
</p>
</dd>
</dl></div>
</div>
</div>
<div class="sect1">
<h2 id="_git_commands">GIT COMMANDS</h2>
<div class="sectionbody">
<div class="paragraph"><p>We divide Git into high level ("porcelain") commands and low level
("plumbing") commands.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_high_level_commands_porcelain">High-level commands (porcelain)</h2>
<div class="sectionbody">
<div class="paragraph"><p>We separate the porcelain commands into the main commands and some
ancillary user utilities.</p></div>
<div class="sect2">
<h3 id="_main_porcelain_commands">Main porcelain commands</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-add.html">git-add(1)</a>
</dt>
<dd>
<p>
        Add file contents to the index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-am.html">git-am(1)</a>
</dt>
<dd>
<p>
        Apply a series of patches from a mailbox.
</p>
</dd>
<dt class="hdlist1">
<a href="git-archive.html">git-archive(1)</a>
</dt>
<dd>
<p>
        Create an archive of files from a named tree.
</p>
</dd>
<dt class="hdlist1">
<a href="git-bisect.html">git-bisect(1)</a>
</dt>
<dd>
<p>
        Find by binary search the change that introduced a bug.
</p>
</dd>
<dt class="hdlist1">
<a href="git-branch.html">git-branch(1)</a>
</dt>
<dd>
<p>
        List, create, or delete branches.
</p>
</dd>
<dt class="hdlist1">
<a href="git-bundle.html">git-bundle(1)</a>
</dt>
<dd>
<p>
        Move objects and refs by archive.
</p>
</dd>
<dt class="hdlist1">
<a href="git-checkout.html">git-checkout(1)</a>
</dt>
<dd>
<p>
        Checkout a branch or paths to the working tree.
</p>
</dd>
<dt class="hdlist1">
<a href="git-cherry-pick.html">git-cherry-pick(1)</a>
</dt>
<dd>
<p>
        Apply the changes introduced by some existing commits.
</p>
</dd>
<dt class="hdlist1">
<a href="git-citool.html">git-citool(1)</a>
</dt>
<dd>
<p>
        Graphical alternative to git-commit.
</p>
</dd>
<dt class="hdlist1">
<a href="git-clean.html">git-clean(1)</a>
</dt>
<dd>
<p>
        Remove untracked files from the working tree.
</p>
</dd>
<dt class="hdlist1">
<a href="git-clone.html">git-clone(1)</a>
</dt>
<dd>
<p>
        Clone a repository into a new directory.
</p>
</dd>
<dt class="hdlist1">
<a href="git-commit.html">git-commit(1)</a>
</dt>
<dd>
<p>
        Record changes to the repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-describe.html">git-describe(1)</a>
</dt>
<dd>
<p>
        Show the most recent tag that is reachable from a commit.
</p>
</dd>
<dt class="hdlist1">
<a href="git-diff.html">git-diff(1)</a>
</dt>
<dd>
<p>
        Show changes between commits, commit and working tree, etc.
</p>
</dd>
<dt class="hdlist1">
<a href="git-fetch.html">git-fetch(1)</a>
</dt>
<dd>
<p>
        Download objects and refs from another repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-format-patch.html">git-format-patch(1)</a>
</dt>
<dd>
<p>
        Prepare patches for e-mail submission.
</p>
</dd>
<dt class="hdlist1">
<a href="git-gc.html">git-gc(1)</a>
</dt>
<dd>
<p>
        Cleanup unnecessary files and optimize the local repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-grep.html">git-grep(1)</a>
</dt>
<dd>
<p>
        Print lines matching a pattern.
</p>
</dd>
<dt class="hdlist1">
<a href="git-gui.html">git-gui(1)</a>
</dt>
<dd>
<p>
        A portable graphical interface to Git.
</p>
</dd>
<dt class="hdlist1">
<a href="git-init.html">git-init(1)</a>
</dt>
<dd>
<p>
        Create an empty Git repository or reinitialize an existing one.
</p>
</dd>
<dt class="hdlist1">
<a href="git-log.html">git-log(1)</a>
</dt>
<dd>
<p>
        Show commit logs.
</p>
</dd>
<dt class="hdlist1">
<a href="git-merge.html">git-merge(1)</a>
</dt>
<dd>
<p>
        Join two or more development histories together.
</p>
</dd>
<dt class="hdlist1">
<a href="git-mv.html">git-mv(1)</a>
</dt>
<dd>
<p>
        Move or rename a file, a directory, or a symlink.
</p>
</dd>
<dt class="hdlist1">
<a href="git-notes.html">git-notes(1)</a>
</dt>
<dd>
<p>
        Add or inspect object notes.
</p>
</dd>
<dt class="hdlist1">
<a href="git-pull.html">git-pull(1)</a>
</dt>
<dd>
<p>
        Fetch from and integrate with another repository or a local branch.
</p>
</dd>
<dt class="hdlist1">
<a href="git-push.html">git-push(1)</a>
</dt>
<dd>
<p>
        Update remote refs along with associated objects.
</p>
</dd>
<dt class="hdlist1">
<a href="git-rebase.html">git-rebase(1)</a>
</dt>
<dd>
<p>
        Forward-port local commits to the updated upstream head.
</p>
</dd>
<dt class="hdlist1">
<a href="git-reset.html">git-reset(1)</a>
</dt>
<dd>
<p>
        Reset current HEAD to the specified state.
</p>
</dd>
<dt class="hdlist1">
<a href="git-revert.html">git-revert(1)</a>
</dt>
<dd>
<p>
        Revert some existing commits.
</p>
</dd>
<dt class="hdlist1">
<a href="git-rm.html">git-rm(1)</a>
</dt>
<dd>
<p>
        Remove files from the working tree and from the index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-shortlog.html">git-shortlog(1)</a>
</dt>
<dd>
<p>
        Summarize <em>git log</em> output.
</p>
</dd>
<dt class="hdlist1">
<a href="git-show.html">git-show(1)</a>
</dt>
<dd>
<p>
        Show various types of objects.
</p>
</dd>
<dt class="hdlist1">
<a href="git-stash.html">git-stash(1)</a>
</dt>
<dd>
<p>
        Stash the changes in a dirty working directory away.
</p>
</dd>
<dt class="hdlist1">
<a href="git-status.html">git-status(1)</a>
</dt>
<dd>
<p>
        Show the working tree status.
</p>
</dd>
<dt class="hdlist1">
<a href="git-submodule.html">git-submodule(1)</a>
</dt>
<dd>
<p>
        Initialize, update or inspect submodules.
</p>
</dd>
<dt class="hdlist1">
<a href="git-tag.html">git-tag(1)</a>
</dt>
<dd>
<p>
        Create, list, delete or verify a tag object signed with GPG.
</p>
</dd>
<dt class="hdlist1">
<a href="gitk.html">gitk(1)</a>
</dt>
<dd>
<p>
        The Git repository browser.
</p>
</dd>
</dl></div>
</div>
<div class="sect2">
<h3 id="_ancillary_commands">Ancillary Commands</h3>
<div class="paragraph"><p>Manipulators:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-config.html">git-config(1)</a>
</dt>
<dd>
<p>
        Get and set repository or global options.
</p>
</dd>
<dt class="hdlist1">
<a href="git-fast-export.html">git-fast-export(1)</a>
</dt>
<dd>
<p>
        Git data exporter.
</p>
</dd>
<dt class="hdlist1">
<a href="git-fast-import.html">git-fast-import(1)</a>
</dt>
<dd>
<p>
        Backend for fast Git data importers.
</p>
</dd>
<dt class="hdlist1">
<a href="git-filter-branch.html">git-filter-branch(1)</a>
</dt>
<dd>
<p>
        Rewrite branches.
</p>
</dd>
<dt class="hdlist1">
<a href="git-mergetool.html">git-mergetool(1)</a>
</dt>
<dd>
<p>
        Run merge conflict resolution tools to resolve merge conflicts.
</p>
</dd>
<dt class="hdlist1">
<a href="git-pack-refs.html">git-pack-refs(1)</a>
</dt>
<dd>
<p>
        Pack heads and tags for efficient repository access.
</p>
</dd>
<dt class="hdlist1">
<a href="git-prune.html">git-prune(1)</a>
</dt>
<dd>
<p>
        Prune all unreachable objects from the object database.
</p>
</dd>
<dt class="hdlist1">
<a href="git-reflog.html">git-reflog(1)</a>
</dt>
<dd>
<p>
        Manage reflog information.
</p>
</dd>
<dt class="hdlist1">
<a href="git-relink.html">git-relink(1)</a>
</dt>
<dd>
<p>
        Hardlink common objects in local repositories.
</p>
</dd>
<dt class="hdlist1">
<a href="git-remote.html">git-remote(1)</a>
</dt>
<dd>
<p>
        Manage set of tracked repositories.
</p>
</dd>
<dt class="hdlist1">
<a href="git-repack.html">git-repack(1)</a>
</dt>
<dd>
<p>
        Pack unpacked objects in a repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-replace.html">git-replace(1)</a>
</dt>
<dd>
<p>
        Create, list, delete refs to replace objects.
</p>
</dd>
</dl></div>
<div class="paragraph"><p>Interrogators:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-annotate.html">git-annotate(1)</a>
</dt>
<dd>
<p>
        Annotate file lines with commit information.
</p>
</dd>
<dt class="hdlist1">
<a href="git-blame.html">git-blame(1)</a>
</dt>
<dd>
<p>
        Show what revision and author last modified each line of a file.
</p>
</dd>
<dt class="hdlist1">
<a href="git-cherry.html">git-cherry(1)</a>
</dt>
<dd>
<p>
        Find commits yet to be applied to upstream.
</p>
</dd>
<dt class="hdlist1">
<a href="git-count-objects.html">git-count-objects(1)</a>
</dt>
<dd>
<p>
        Count unpacked number of objects and their disk consumption.
</p>
</dd>
<dt class="hdlist1">
<a href="git-difftool.html">git-difftool(1)</a>
</dt>
<dd>
<p>
        Show changes using common diff tools.
</p>
</dd>
<dt class="hdlist1">
<a href="git-fsck.html">git-fsck(1)</a>
</dt>
<dd>
<p>
        Verifies the connectivity and validity of the objects in the database.
</p>
</dd>
<dt class="hdlist1">
<a href="git-get-tar-commit-id.html">git-get-tar-commit-id(1)</a>
</dt>
<dd>
<p>
        Extract commit ID from an archive created using git-archive.
</p>
</dd>
<dt class="hdlist1">
<a href="git-help.html">git-help(1)</a>
</dt>
<dd>
<p>
        Display help information about Git.
</p>
</dd>
<dt class="hdlist1">
<a href="git-instaweb.html">git-instaweb(1)</a>
</dt>
<dd>
<p>
        Instantly browse your working repository in gitweb.
</p>
</dd>
<dt class="hdlist1">
<a href="git-merge-tree.html">git-merge-tree(1)</a>
</dt>
<dd>
<p>
        Show three-way merge without touching index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-rerere.html">git-rerere(1)</a>
</dt>
<dd>
<p>
        Reuse recorded resolution of conflicted merges.
</p>
</dd>
<dt class="hdlist1">
<a href="git-rev-parse.html">git-rev-parse(1)</a>
</dt>
<dd>
<p>
        Pick out and massage parameters.
</p>
</dd>
<dt class="hdlist1">
<a href="git-show-branch.html">git-show-branch(1)</a>
</dt>
<dd>
<p>
        Show branches and their commits.
</p>
</dd>
<dt class="hdlist1">
<a href="git-verify-commit.html">git-verify-commit(1)</a>
</dt>
<dd>
<p>
        Check the GPG signature of commits.
</p>
</dd>
<dt class="hdlist1">
<a href="git-verify-tag.html">git-verify-tag(1)</a>
</dt>
<dd>
<p>
        Check the GPG signature of tags.
</p>
</dd>
<dt class="hdlist1">
<a href="git-whatchanged.html">git-whatchanged(1)</a>
</dt>
<dd>
<p>
        Show logs with difference each commit introduces.
</p>
</dd>
<dt class="hdlist1">
<a href="gitweb.html">gitweb(1)</a>
</dt>
<dd>
<p>
        Git web interface (web frontend to Git repositories).
</p>
</dd>
</dl></div>
</div>
<div class="sect2">
<h3 id="_interacting_with_others">Interacting with Others</h3>
<div class="paragraph"><p>These commands are to interact with foreign SCM and with other
people via patch over e-mail.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-archimport.html">git-archimport(1)</a>
</dt>
<dd>
<p>
        Import an Arch repository into Git.
</p>
</dd>
<dt class="hdlist1">
<a href="git-cvsexportcommit.html">git-cvsexportcommit(1)</a>
</dt>
<dd>
<p>
        Export a single commit to a CVS checkout.
</p>
</dd>
<dt class="hdlist1">
<a href="git-cvsimport.html">git-cvsimport(1)</a>
</dt>
<dd>
<p>
        Salvage your data out of another SCM people love to hate.
</p>
</dd>
<dt class="hdlist1">
<a href="git-cvsserver.html">git-cvsserver(1)</a>
</dt>
<dd>
<p>
        A CVS server emulator for Git.
</p>
</dd>
<dt class="hdlist1">
<a href="git-imap-send.html">git-imap-send(1)</a>
</dt>
<dd>
<p>
        Send a collection of patches from stdin to an IMAP folder.
</p>
</dd>
<dt class="hdlist1">
<a href="git-p4.html">git-p4(1)</a>
</dt>
<dd>
<p>
        Import from and submit to Perforce repositories.
</p>
</dd>
<dt class="hdlist1">
<a href="git-quiltimport.html">git-quiltimport(1)</a>
</dt>
<dd>
<p>
        Applies a quilt patchset onto the current branch.
</p>
</dd>
<dt class="hdlist1">
<a href="git-request-pull.html">git-request-pull(1)</a>
</dt>
<dd>
<p>
        Generates a summary of pending changes.
</p>
</dd>
<dt class="hdlist1">
<a href="git-send-email.html">git-send-email(1)</a>
</dt>
<dd>
<p>
        Send a collection of patches as emails.
</p>
</dd>
<dt class="hdlist1">
<a href="git-svn.html">git-svn(1)</a>
</dt>
<dd>
<p>
        Bidirectional operation between a Subversion repository and Git.
</p>
</dd>
</dl></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_low_level_commands_plumbing">Low-level commands (plumbing)</h2>
<div class="sectionbody">
<div class="paragraph"><p>Although Git includes its
own porcelain layer, its low-level commands are sufficient to support
development of alternative porcelains.  Developers of such porcelains
might start by reading about <a href="git-update-index.html">git-update-index(1)</a> and
<a href="git-read-tree.html">git-read-tree(1)</a>.</p></div>
<div class="paragraph"><p>The interface (input, output, set of options and the semantics)
to these low-level commands are meant to be a lot more stable
than Porcelain level commands, because these commands are
primarily for scripted use.  The interface to Porcelain commands
on the other hand are subject to change in order to improve the
end user experience.</p></div>
<div class="paragraph"><p>The following description divides
the low-level commands into commands that manipulate objects (in
the repository, index, and working tree), commands that interrogate and
compare objects, and commands that move objects and references between
repositories.</p></div>
<div class="sect2">
<h3 id="_manipulation_commands">Manipulation commands</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-apply.html">git-apply(1)</a>
</dt>
<dd>
<p>
        Apply a patch to files and/or to the index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-checkout-index.html">git-checkout-index(1)</a>
</dt>
<dd>
<p>
        Copy files from the index to the working tree.
</p>
</dd>
<dt class="hdlist1">
<a href="git-commit-tree.html">git-commit-tree(1)</a>
</dt>
<dd>
<p>
        Create a new commit object.
</p>
</dd>
<dt class="hdlist1">
<a href="git-hash-object.html">git-hash-object(1)</a>
</dt>
<dd>
<p>
        Compute object ID and optionally creates a blob from a file.
</p>
</dd>
<dt class="hdlist1">
<a href="git-index-pack.html">git-index-pack(1)</a>
</dt>
<dd>
<p>
        Build pack index file for an existing packed archive.
</p>
</dd>
<dt class="hdlist1">
<a href="git-merge-file.html">git-merge-file(1)</a>
</dt>
<dd>
<p>
        Run a three-way file merge.
</p>
</dd>
<dt class="hdlist1">
<a href="git-merge-index.html">git-merge-index(1)</a>
</dt>
<dd>
<p>
        Run a merge for files needing merging.
</p>
</dd>
<dt class="hdlist1">
<a href="git-mktag.html">git-mktag(1)</a>
</dt>
<dd>
<p>
        Creates a tag object.
</p>
</dd>
<dt class="hdlist1">
<a href="git-mktree.html">git-mktree(1)</a>
</dt>
<dd>
<p>
        Build a tree-object from ls-tree formatted text.
</p>
</dd>
<dt class="hdlist1">
<a href="git-pack-objects.html">git-pack-objects(1)</a>
</dt>
<dd>
<p>
        Create a packed archive of objects.
</p>
</dd>
<dt class="hdlist1">
<a href="git-prune-packed.html">git-prune-packed(1)</a>
</dt>
<dd>
<p>
        Remove extra objects that are already in pack files.
</p>
</dd>
<dt class="hdlist1">
<a href="git-read-tree.html">git-read-tree(1)</a>
</dt>
<dd>
<p>
        Reads tree information into the index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-symbolic-ref.html">git-symbolic-ref(1)</a>
</dt>
<dd>
<p>
        Read, modify and delete symbolic refs.
</p>
</dd>
<dt class="hdlist1">
<a href="git-unpack-objects.html">git-unpack-objects(1)</a>
</dt>
<dd>
<p>
        Unpack objects from a packed archive.
</p>
</dd>
<dt class="hdlist1">
<a href="git-update-index.html">git-update-index(1)</a>
</dt>
<dd>
<p>
        Register file contents in the working tree to the index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-update-ref.html">git-update-ref(1)</a>
</dt>
<dd>
<p>
        Update the object name stored in a ref safely.
</p>
</dd>
<dt class="hdlist1">
<a href="git-write-tree.html">git-write-tree(1)</a>
</dt>
<dd>
<p>
        Create a tree object from the current index.
</p>
</dd>
</dl></div>
</div>
<div class="sect2">
<h3 id="_interrogation_commands">Interrogation commands</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-cat-file.html">git-cat-file(1)</a>
</dt>
<dd>
<p>
        Provide content or type and size information for repository objects.
</p>
</dd>
<dt class="hdlist1">
<a href="git-diff-files.html">git-diff-files(1)</a>
</dt>
<dd>
<p>
        Compares files in the working tree and the index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-diff-index.html">git-diff-index(1)</a>
</dt>
<dd>
<p>
        Compare a tree to the working tree or index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-diff-tree.html">git-diff-tree(1)</a>
</dt>
<dd>
<p>
        Compares the content and mode of blobs found via two tree objects.
</p>
</dd>
<dt class="hdlist1">
<a href="git-for-each-ref.html">git-for-each-ref(1)</a>
</dt>
<dd>
<p>
        Output information on each ref.
</p>
</dd>
<dt class="hdlist1">
<a href="git-ls-files.html">git-ls-files(1)</a>
</dt>
<dd>
<p>
        Show information about files in the index and the working tree.
</p>
</dd>
<dt class="hdlist1">
<a href="git-ls-remote.html">git-ls-remote(1)</a>
</dt>
<dd>
<p>
        List references in a remote repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-ls-tree.html">git-ls-tree(1)</a>
</dt>
<dd>
<p>
        List the contents of a tree object.
</p>
</dd>
<dt class="hdlist1">
<a href="git-merge-base.html">git-merge-base(1)</a>
</dt>
<dd>
<p>
        Find as good common ancestors as possible for a merge.
</p>
</dd>
<dt class="hdlist1">
<a href="git-name-rev.html">git-name-rev(1)</a>
</dt>
<dd>
<p>
        Find symbolic names for given revs.
</p>
</dd>
<dt class="hdlist1">
<a href="git-pack-redundant.html">git-pack-redundant(1)</a>
</dt>
<dd>
<p>
        Find redundant pack files.
</p>
</dd>
<dt class="hdlist1">
<a href="git-rev-list.html">git-rev-list(1)</a>
</dt>
<dd>
<p>
        Lists commit objects in reverse chronological order.
</p>
</dd>
<dt class="hdlist1">
<a href="git-show-index.html">git-show-index(1)</a>
</dt>
<dd>
<p>
        Show packed archive index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-show-ref.html">git-show-ref(1)</a>
</dt>
<dd>
<p>
        List references in a local repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-unpack-file.html">git-unpack-file(1)</a>
</dt>
<dd>
<p>
        Creates a temporary file with a blob&#8217;s contents.
</p>
</dd>
<dt class="hdlist1">
<a href="git-var.html">git-var(1)</a>
</dt>
<dd>
<p>
        Show a Git logical variable.
</p>
</dd>
<dt class="hdlist1">
<a href="git-verify-pack.html">git-verify-pack(1)</a>
</dt>
<dd>
<p>
        Validate packed Git archive files.
</p>
</dd>
</dl></div>
<div class="paragraph"><p>In general, the interrogate commands do not touch the files in
the working tree.</p></div>
</div>
<div class="sect2">
<h3 id="_synching_repositories">Synching repositories</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-daemon.html">git-daemon(1)</a>
</dt>
<dd>
<p>
        A really simple server for Git repositories.
</p>
</dd>
<dt class="hdlist1">
<a href="git-fetch-pack.html">git-fetch-pack(1)</a>
</dt>
<dd>
<p>
        Receive missing objects from another repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-http-backend.html">git-http-backend(1)</a>
</dt>
<dd>
<p>
        Server side implementation of Git over HTTP.
</p>
</dd>
<dt class="hdlist1">
<a href="git-send-pack.html">git-send-pack(1)</a>
</dt>
<dd>
<p>
        Push objects over Git protocol to another repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-update-server-info.html">git-update-server-info(1)</a>
</dt>
<dd>
<p>
        Update auxiliary info file to help dumb servers.
</p>
</dd>
</dl></div>
<div class="paragraph"><p>The following are helper commands used by the above; end users
typically do not use them directly.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-http-fetch.html">git-http-fetch(1)</a>
</dt>
<dd>
<p>
        Download from a remote Git repository via HTTP.
</p>
</dd>
<dt class="hdlist1">
<a href="git-http-push.html">git-http-push(1)</a>
</dt>
<dd>
<p>
        Push objects over HTTP/DAV to another repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-parse-remote.html">git-parse-remote(1)</a>
</dt>
<dd>
<p>
        Routines to help parsing remote repository access parameters.
</p>
</dd>
<dt class="hdlist1">
<a href="git-receive-pack.html">git-receive-pack(1)</a>
</dt>
<dd>
<p>
        Receive what is pushed into the repository.
</p>
</dd>
<dt class="hdlist1">
<a href="git-shell.html">git-shell(1)</a>
</dt>
<dd>
<p>
        Restricted login shell for Git-only SSH access.
</p>
</dd>
<dt class="hdlist1">
<a href="git-upload-archive.html">git-upload-archive(1)</a>
</dt>
<dd>
<p>
        Send archive back to git-archive.
</p>
</dd>
<dt class="hdlist1">
<a href="git-upload-pack.html">git-upload-pack(1)</a>
</dt>
<dd>
<p>
        Send objects packed back to git-fetch-pack.
</p>
</dd>
</dl></div>
</div>
<div class="sect2">
<h3 id="_internal_helper_commands">Internal helper commands</h3>
<div class="paragraph"><p>These are internal helper commands used by other commands; end
users typically do not use them directly.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<a href="git-check-attr.html">git-check-attr(1)</a>
</dt>
<dd>
<p>
        Display gitattributes information.
</p>
</dd>
<dt class="hdlist1">
<a href="git-check-ignore.html">git-check-ignore(1)</a>
</dt>
<dd>
<p>
        Debug gitignore / exclude files.
</p>
</dd>
<dt class="hdlist1">
<a href="git-check-mailmap.html">git-check-mailmap(1)</a>
</dt>
<dd>
<p>
        Show canonical names and email addresses of contacts.
</p>
</dd>
<dt class="hdlist1">
<a href="git-check-ref-format.html">git-check-ref-format(1)</a>
</dt>
<dd>
<p>
        Ensures that a reference name is well formed.
</p>
</dd>
<dt class="hdlist1">
<a href="git-column.html">git-column(1)</a>
</dt>
<dd>
<p>
        Display data in columns.
</p>
</dd>
<dt class="hdlist1">
<a href="git-credential.html">git-credential(1)</a>
</dt>
<dd>
<p>
        Retrieve and store user credentials.
</p>
</dd>
<dt class="hdlist1">
<a href="git-credential-cache.html">git-credential-cache(1)</a>
</dt>
<dd>
<p>
        Helper to temporarily store passwords in memory.
</p>
</dd>
<dt class="hdlist1">
<a href="git-credential-store.html">git-credential-store(1)</a>
</dt>
<dd>
<p>
        Helper to store credentials on disk.
</p>
</dd>
<dt class="hdlist1">
<a href="git-fmt-merge-msg.html">git-fmt-merge-msg(1)</a>
</dt>
<dd>
<p>
        Produce a merge commit message.
</p>
</dd>
<dt class="hdlist1">
<a href="git-mailinfo.html">git-mailinfo(1)</a>
</dt>
<dd>
<p>
        Extracts patch and authorship from a single e-mail message.
</p>
</dd>
<dt class="hdlist1">
<a href="git-mailsplit.html">git-mailsplit(1)</a>
</dt>
<dd>
<p>
        Simple UNIX mbox splitter program.
</p>
</dd>
<dt class="hdlist1">
<a href="git-merge-one-file.html">git-merge-one-file(1)</a>
</dt>
<dd>
<p>
        The standard helper program to use with git-merge-index.
</p>
</dd>
<dt class="hdlist1">
<a href="git-patch-id.html">git-patch-id(1)</a>
</dt>
<dd>
<p>
        Compute unique ID for a patch.
</p>
</dd>
<dt class="hdlist1">
<a href="git-sh-i18n.html">git-sh-i18n(1)</a>
</dt>
<dd>
<p>
        Git&#8217;s i18n setup code for shell scripts.
</p>
</dd>
<dt class="hdlist1">
<a href="git-sh-setup.html">git-sh-setup(1)</a>
</dt>
<dd>
<p>
        Common Git shell script setup code.
</p>
</dd>
<dt class="hdlist1">
<a href="git-stripspace.html">git-stripspace(1)</a>
</dt>
<dd>
<p>
        Remove unnecessary whitespace.
</p>
</dd>
</dl></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_configuration_mechanism">Configuration Mechanism</h2>
<div class="sectionbody">
<div class="paragraph"><p>Git uses a simple text format to store customizations that are per
repository and are per user.  Such a configuration file may look
like this:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>#
# A '#' or ';' character indicates a comment.
#

; core variables
[core]
        ; Don't trust file modes
        filemode = false

; user identity
[user]
        name = "Junio C Hamano"
        email = "gitster@pobox.com"</code></pre>
</div></div>
<div class="paragraph"><p>Various commands read from the configuration file and adjust
their operation accordingly.  See <a href="git-config.html">git-config(1)</a> for a
list and more details about the configuration mechanism.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_identifier_terminology">Identifier Terminology</h2>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
&lt;object&gt;
</dt>
<dd>
<p>
        Indicates the object name for any type of object.
</p>
</dd>
<dt class="hdlist1">
&lt;blob&gt;
</dt>
<dd>
<p>
        Indicates a blob object name.
</p>
</dd>
<dt class="hdlist1">
&lt;tree&gt;
</dt>
<dd>
<p>
        Indicates a tree object name.
</p>
</dd>
<dt class="hdlist1">
&lt;commit&gt;
</dt>
<dd>
<p>
        Indicates a commit object name.
</p>
</dd>
<dt class="hdlist1">
&lt;tree-ish&gt;
</dt>
<dd>
<p>
        Indicates a tree, commit or tag object name.  A
        command that takes a &lt;tree-ish&gt; argument ultimately wants to
        operate on a &lt;tree&gt; object but automatically dereferences
        &lt;commit&gt; and &lt;tag&gt; objects that point at a &lt;tree&gt;.
</p>
</dd>
<dt class="hdlist1">
&lt;commit-ish&gt;
</dt>
<dd>
<p>
        Indicates a commit or tag object name.  A
        command that takes a &lt;commit-ish&gt; argument ultimately wants to
        operate on a &lt;commit&gt; object but automatically dereferences
        &lt;tag&gt; objects that point at a &lt;commit&gt;.
</p>
</dd>
<dt class="hdlist1">
&lt;type&gt;
</dt>
<dd>
<p>
        Indicates that an object type is required.
        Currently one of: <code>blob</code>, <code>tree</code>, <code>commit</code>, or <code>tag</code>.
</p>
</dd>
<dt class="hdlist1">
&lt;file&gt;
</dt>
<dd>
<p>
        Indicates a filename - almost always relative to the
        root of the tree structure <code>GIT_INDEX_FILE</code> describes.
</p>
</dd>
</dl></div>
</div>
</div>
<div class="sect1">
<h2 id="_symbolic_identifiers">Symbolic Identifiers</h2>
<div class="sectionbody">
<div class="paragraph"><p>Any Git command accepting any &lt;object&gt; can also use the following
symbolic notation:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
HEAD
</dt>
<dd>
<p>
        indicates the head of the current branch.
</p>
</dd>
<dt class="hdlist1">
&lt;tag&gt;
</dt>
<dd>
<p>
        a valid tag <em>name</em>
        (i.e. a <code>refs/tags/&lt;tag&gt;</code> reference).
</p>
</dd>
<dt class="hdlist1">
&lt;head&gt;
</dt>
<dd>
<p>
        a valid head <em>name</em>
        (i.e. a <code>refs/heads/&lt;head&gt;</code> reference).
</p>
</dd>
</dl></div>
<div class="paragraph"><p>For a more complete list of ways to spell object names, see
"SPECIFYING REVISIONS" section in <a href="gitrevisions.html">gitrevisions(7)</a>.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_file_directory_structure">File/Directory Structure</h2>
<div class="sectionbody">
<div class="paragraph"><p>Please see the <a href="gitrepository-layout.html">gitrepository-layout(5)</a> document.</p></div>
<div class="paragraph"><p>Read <a href="githooks.html">githooks(5)</a> for more details about each hook.</p></div>
<div class="paragraph"><p>Higher level SCMs may provide and manage additional information in the
<code>$GIT_DIR</code>.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_terminology">Terminology</h2>
<div class="sectionbody">
<div class="paragraph"><p>Please see <a href="gitglossary.html">gitglossary(7)</a>.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_environment_variables">Environment Variables</h2>
<div class="sectionbody">
<div class="paragraph"><p>Various Git commands use the following environment variables:</p></div>
<div class="sect2">
<h3 id="_the_git_repository">The Git Repository</h3>
<div class="paragraph"><p>These environment variables apply to <em>all</em> core Git commands. Nb: it
is worth noting that they may be used/overridden by SCMS sitting above
Git so take care if using Cogito etc.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<em>GIT_INDEX_FILE</em>
</dt>
<dd>
<p>
        This environment allows the specification of an alternate
        index file. If not specified, the default of <code>$GIT_DIR/index</code>
        is used.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_INDEX_VERSION</em>
</dt>
<dd>
<p>
        This environment variable allows the specification of an index
        version for new repositories.  It won&#8217;t affect existing index
        files.  By default index file version [23] is used.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_OBJECT_DIRECTORY</em>
</dt>
<dd>
<p>
        If the object storage directory is specified via this
        environment variable then the sha1 directories are created
        underneath - otherwise the default <code>$GIT_DIR/objects</code>
        directory is used.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_ALTERNATE_OBJECT_DIRECTORIES</em>
</dt>
<dd>
<p>
        Due to the immutable nature of Git objects, old objects can be
        archived into shared, read-only directories. This variable
        specifies a ":" separated (on Windows ";" separated) list
        of Git object directories which can be used to search for Git
        objects. New objects will not be written to these directories.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_DIR</em>
</dt>
<dd>
<p>
        If the <em>GIT_DIR</em> environment variable is set then it
        specifies a path to use instead of the default <code>.git</code>
        for the base of the repository.
        The <em>--git-dir</em> command-line option also sets this value.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_WORK_TREE</em>
</dt>
<dd>
<p>
        Set the path to the root of the working tree.
        This can also be controlled by the <em>--work-tree</em> command-line
        option and the core.worktree configuration variable.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_NAMESPACE</em>
</dt>
<dd>
<p>
        Set the Git namespace; see <a href="gitnamespaces.html">gitnamespaces(7)</a> for details.
        The <em>--namespace</em> command-line option also sets this value.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_CEILING_DIRECTORIES</em>
</dt>
<dd>
<p>
        This should be a colon-separated list of absolute paths.  If
        set, it is a list of directories that Git should not chdir up
        into while looking for a repository directory (useful for
        excluding slow-loading network directories).  It will not
        exclude the current working directory or a GIT_DIR set on the
        command line or in the environment.  Normally, Git has to read
        the entries in this list and resolve any symlink that
        might be present in order to compare them with the current
        directory.  However, if even this access is slow, you
        can add an empty entry to the list to tell Git that the
        subsequent entries are not symlinks and needn&#8217;t be resolved;
        e.g.,
        <em>GIT_CEILING_DIRECTORIES=/maybe/symlink::/very/slow/non/symlink</em>.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_DISCOVERY_ACROSS_FILESYSTEM</em>
</dt>
<dd>
<p>
        When run in a directory that does not have ".git" repository
        directory, Git tries to find such a directory in the parent
        directories to find the top of the working tree, but by default it
        does not cross filesystem boundaries.  This environment variable
        can be set to true to tell Git not to stop at filesystem
        boundaries.  Like <em>GIT_CEILING_DIRECTORIES</em>, this will not affect
        an explicit repository directory set via <em>GIT_DIR</em> or on the
        command line.
</p>
</dd>
</dl></div>
</div>
<div class="sect2">
<h3 id="_git_commits">Git Commits</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
<em>GIT_AUTHOR_NAME</em>
</dt>
<dt class="hdlist1">
<em>GIT_AUTHOR_EMAIL</em>
</dt>
<dt class="hdlist1">
<em>GIT_AUTHOR_DATE</em>
</dt>
<dt class="hdlist1">
<em>GIT_COMMITTER_NAME</em>
</dt>
<dt class="hdlist1">
<em>GIT_COMMITTER_EMAIL</em>
</dt>
<dt class="hdlist1">
<em>GIT_COMMITTER_DATE</em>
</dt>
<dt class="hdlist1">
<em>EMAIL</em>
</dt>
<dd>
<p>
        see <a href="git-commit-tree.html">git-commit-tree(1)</a>
</p>
</dd>
</dl></div>
</div>
<div class="sect2">
<h3 id="_git_diffs">Git Diffs</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
<em>GIT_DIFF_OPTS</em>
</dt>
<dd>
<p>
        Only valid setting is "--unified=??" or "-u??" to set the
        number of context lines shown when a unified diff is created.
        This takes precedence over any "-U" or "--unified" option
        value passed on the Git diff command line.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_EXTERNAL_DIFF</em>
</dt>
<dd>
<p>
        When the environment variable <em>GIT_EXTERNAL_DIFF</em> is set, the
        program named by it is called, instead of the diff invocation
        described above.  For a path that is added, removed, or modified,
        <em>GIT_EXTERNAL_DIFF</em> is called with 7 parameters:
</p>
<div class="literalblock">
<div class="content">
<pre><code>path old-file old-hex old-mode new-file new-hex new-mode</code></pre>
</div></div>
<div class="paragraph"><p>where:</p></div>
</dd>
<dt class="hdlist1">
&lt;old|new&gt;-file
</dt>
<dd>
<p>
are files GIT_EXTERNAL_DIFF can use to read the
                         contents of &lt;old|new&gt;,
</p>
</dd>
<dt class="hdlist1">
&lt;old|new&gt;-hex
</dt>
<dd>
<p>
are the 40-hexdigit SHA-1 hashes,
</p>
</dd>
<dt class="hdlist1">
&lt;old|new&gt;-mode
</dt>
<dd>
<p>
are the octal representation of the file modes.
</p>
<div class="paragraph"><p>The file parameters can point at the user&#8217;s working file
(e.g. <code>new-file</code> in "git-diff-files"), <code>/dev/null</code> (e.g. <code>old-file</code>
when a new file is added), or a temporary file (e.g. <code>old-file</code> in the
index).  <em>GIT_EXTERNAL_DIFF</em> should not worry about unlinking the
temporary file --- it is removed when <em>GIT_EXTERNAL_DIFF</em> exits.</p></div>
<div class="paragraph"><p>For a path that is unmerged, <em>GIT_EXTERNAL_DIFF</em> is called with 1
parameter, &lt;path&gt;.</p></div>
<div class="paragraph"><p>For each path <em>GIT_EXTERNAL_DIFF</em> is called, two environment variables,
<em>GIT_DIFF_PATH_COUNTER</em> and <em>GIT_DIFF_PATH_TOTAL</em> are set.</p></div>
</dd>
<dt class="hdlist1">
<em>GIT_DIFF_PATH_COUNTER</em>
</dt>
<dd>
<p>
        A 1-based counter incremented by one for every path.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_DIFF_PATH_TOTAL</em>
</dt>
<dd>
<p>
        The total number of paths.
</p>
</dd>
</dl></div>
</div>
<div class="sect2">
<h3 id="_other">other</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
<em>GIT_MERGE_VERBOSITY</em>
</dt>
<dd>
<p>
        A number controlling the amount of output shown by
        the recursive merge strategy.  Overrides merge.verbosity.
        See <a href="git-merge.html">git-merge(1)</a>
</p>
</dd>
<dt class="hdlist1">
<em>GIT_PAGER</em>
</dt>
<dd>
<p>
        This environment variable overrides <code>$PAGER</code>. If it is set
        to an empty string or to the value "cat", Git will not launch
        a pager.  See also the <code>core.pager</code> option in
        <a href="git-config.html">git-config(1)</a>.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_EDITOR</em>
</dt>
<dd>
<p>
        This environment variable overrides <code>$EDITOR</code> and <code>$VISUAL</code>.
        It is used by several Git commands when, on interactive mode,
        an editor is to be launched. See also <a href="git-var.html">git-var(1)</a>
        and the <code>core.editor</code> option in <a href="git-config.html">git-config(1)</a>.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_SSH</em>
</dt>
<dd>
<p>
        If this environment variable is set then <em>git fetch</em>
        and <em>git push</em> will use this command instead
        of <em>ssh</em> when they need to connect to a remote system.
        The <em>$GIT_SSH</em> command will be given exactly two or
        four arguments: the <em>username@host</em> (or just <em>host</em>)
        from the URL and the shell command to execute on that
        remote system, optionally preceded by <em>-p</em> (literally) and
        the <em>port</em> from the URL when it specifies something other
        than the default SSH port.
</p>
<div class="paragraph"><p>To pass options to the program that you want to list in GIT_SSH
you will need to wrap the program and options into a shell script,
then set GIT_SSH to refer to the shell script.</p></div>
<div class="paragraph"><p>Usually it is easier to configure any desired options through your
personal <code>.ssh/config</code> file.  Please consult your ssh documentation
for further details.</p></div>
</dd>
<dt class="hdlist1">
<em>GIT_ASKPASS</em>
</dt>
<dd>
<p>
        If this environment variable is set, then Git commands which need to
        acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)
        will call this program with a suitable prompt as command-line argument
        and read the password from its STDOUT. See also the <em>core.askpass</em>
        option in <a href="git-config.html">git-config(1)</a>.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_CONFIG_NOSYSTEM</em>
</dt>
<dd>
<p>
        Whether to skip reading settings from the system-wide
        <code>$(prefix)/etc/gitconfig</code> file.  This environment variable can
        be used along with <code>$HOME</code> and <code>$XDG_CONFIG_HOME</code> to create a
        predictable environment for a picky script, or you can set it
        temporarily to avoid using a buggy <code>/etc/gitconfig</code> file while
        waiting for someone with sufficient permissions to fix it.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_FLUSH</em>
</dt>
<dd>
<p>
        If this environment variable is set to "1", then commands such
        as <em>git blame</em> (in incremental mode), <em>git rev-list</em>, <em>git log</em>,
        <em>git check-attr</em> and <em>git check-ignore</em> will
        force a flush of the output stream after each record have been
        flushed. If this
        variable is set to "0", the output of these commands will be done
        using completely buffered I/O.   If this environment variable is
        not set, Git will choose buffered or record-oriented flushing
        based on whether stdout appears to be redirected to a file or not.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_TRACE</em>
</dt>
<dd>
<p>
        Enables general trace messages, e.g. alias expansion, built-in
        command execution and external command execution.
</p>
<div class="paragraph"><p>If this variable is set to "1", "2" or "true" (comparison
is case insensitive), trace messages will be printed to
stderr.</p></div>
<div class="paragraph"><p>If the variable is set to an integer value greater than 2
and lower than 10 (strictly) then Git will interpret this
value as an open file descriptor and will try to write the
trace messages into this file descriptor.</p></div>
<div class="paragraph"><p>Alternatively, if the variable is set to an absolute path
(starting with a <em>/</em> character), Git will interpret this
as a file path and will try to write the trace messages
into it.</p></div>
<div class="paragraph"><p>Unsetting the variable, or setting it to empty, "0" or
"false" (case insensitive) disables trace messages.</p></div>
</dd>
<dt class="hdlist1">
<em>GIT_TRACE_PACK_ACCESS</em>
</dt>
<dd>
<p>
        Enables trace messages for all accesses to any packs. For each
        access, the pack file name and an offset in the pack is
        recorded. This may be helpful for troubleshooting some
        pack-related performance problems.
        See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_TRACE_PACKET</em>
</dt>
<dd>
<p>
        Enables trace messages for all packets coming in or out of a
        given program. This can help with debugging object negotiation
        or other protocol issues. Tracing is turned off at a packet
        starting with "PACK".
        See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_TRACE_PERFORMANCE</em>
</dt>
<dd>
<p>
        Enables performance related trace messages, e.g. total execution
        time of each Git command.
        See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_TRACE_SETUP</em>
</dt>
<dd>
<p>
        Enables trace messages printing the .git, working tree and current
        working directory after Git has completed its setup phase.
        See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_TRACE_SHALLOW</em>
</dt>
<dd>
<p>
        Enables trace messages that can help debugging fetching /
        cloning of shallow repositories.
        See <em>GIT_TRACE</em> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
GIT_LITERAL_PATHSPECS
</dt>
<dd>
<p>
        Setting this variable to <code>1</code> will cause Git to treat all
        pathspecs literally, rather than as glob patterns. For example,
        running <code>GIT_LITERAL_PATHSPECS=1 git log -- '*.c'</code> will search
        for commits that touch the path <code>*.c</code>, not any paths that the
        glob <code>*.c</code> matches. You might want this if you are feeding
        literal paths to Git (e.g., paths previously given to you by
        <code>git ls-tree</code>, <code>--raw</code> diff output, etc).
</p>
</dd>
<dt class="hdlist1">
GIT_GLOB_PATHSPECS
</dt>
<dd>
<p>
        Setting this variable to <code>1</code> will cause Git to treat all
        pathspecs as glob patterns (aka "glob" magic).
</p>
</dd>
<dt class="hdlist1">
GIT_NOGLOB_PATHSPECS
</dt>
<dd>
<p>
        Setting this variable to <code>1</code> will cause Git to treat all
        pathspecs as literal (aka "literal" magic).
</p>
</dd>
<dt class="hdlist1">
GIT_ICASE_PATHSPECS
</dt>
<dd>
<p>
        Setting this variable to <code>1</code> will cause Git to treat all
        pathspecs as case-insensitive.
</p>
</dd>
<dt class="hdlist1">
<em>GIT_REFLOG_ACTION</em>
</dt>
<dd>
<p>
        When a ref is updated, reflog entries are created to keep
        track of the reason why the ref was updated (which is
        typically the name of the high-level command that updated
        the ref), in addition to the old and new values of the ref.
        A scripted Porcelain command can use set_reflog_action
        helper function in <code>git-sh-setup</code> to set its name to this
        variable when it is invoked as the top level command by the
        end user, to be recorded in the body of the reflog.
</p>
</dd>
</dl></div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_discussion_a_id_discussion_a">Discussion<a id="Discussion"></a></h2>
<div class="sectionbody">
<div class="paragraph"><p>More detail on the following is available from the
<a href="user-manual.html#git-concepts">Git concepts chapter of the
user-manual</a> and <a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>.</p></div>
<div class="paragraph"><p>A Git project normally consists of a working directory with a ".git"
subdirectory at the top level.  The .git directory contains, among other
things, a compressed object database representing the complete history
of the project, an "index" file which links that history to the current
contents of the working tree, and named pointers into that history such
as tags and branch heads.</p></div>
<div class="paragraph"><p>The object database contains objects of three main types: blobs, which
hold file data; trees, which point to blobs and other trees to build up
directory hierarchies; and commits, which each reference a single tree
and some number of parent commits.</p></div>
<div class="paragraph"><p>The commit, equivalent to what other systems call a "changeset" or
"version", represents a step in the project&#8217;s history, and each parent
represents an immediately preceding step.  Commits with more than one
parent represent merges of independent lines of development.</p></div>
<div class="paragraph"><p>All objects are named by the SHA-1 hash of their contents, normally
written as a string of 40 hex digits.  Such names are globally unique.
The entire history leading up to a commit can be vouched for by signing
just that commit.  A fourth object type, the tag, is provided for this
purpose.</p></div>
<div class="paragraph"><p>When first created, objects are stored in individual files, but for
efficiency may later be compressed together into "pack files".</p></div>
<div class="paragraph"><p>Named pointers called refs mark interesting points in history.  A ref
may contain the SHA-1 name of an object or the name of another ref.  Refs
with names beginning <code>ref/head/</code> contain the SHA-1 name of the most
recent commit (or "head") of a branch under development.  SHA-1 names of
tags of interest are stored under <code>ref/tags/</code>.  A special ref named
<code>HEAD</code> contains the name of the currently checked-out branch.</p></div>
<div class="paragraph"><p>The index file is initialized with a list of all paths and, for each
path, a blob object and a set of attributes.  The blob object represents
the contents of the file as of the head of the current branch.  The
attributes (last modified time, size, etc.) are taken from the
corresponding file in the working tree.  Subsequent changes to the
working tree can be found by comparing these attributes.  The index may
be updated with new content, and new commits may be created from the
content stored in the index.</p></div>
<div class="paragraph"><p>The index is also capable of storing multiple entries (called "stages")
for a given pathname.  These stages are used to hold the various
unmerged version of a file when a merge is in progress.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_further_documentation">FURTHER DOCUMENTATION</h2>
<div class="sectionbody">
<div class="paragraph"><p>See the references in the "description" section to get started
using Git.  The following is probably more detail than necessary
for a first-time user.</p></div>
<div class="paragraph"><p>The <a href="user-manual.html#git-concepts">Git concepts chapter of the
user-manual</a> and <a href="gitcore-tutorial.html">gitcore-tutorial(7)</a> both provide
introductions to the underlying Git architecture.</p></div>
<div class="paragraph"><p>See <a href="gitworkflows.html">gitworkflows(7)</a> for an overview of recommended workflows.</p></div>
<div class="paragraph"><p>See also the <a href="howto-index.html">howto</a> documents for some useful
examples.</p></div>
<div class="paragraph"><p>The internals are documented in the
<a href="technical/api-index.html">Git API documentation</a>.</p></div>
<div class="paragraph"><p>Users migrating from CVS may also want to
read <a href="gitcvs-migration.html">gitcvs-migration(7)</a>.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<code>GIT_ALLOW_PROTOCOL</code>
</dt>
<dd>
<p>
        If set, provide a colon-separated list of protocols which are
        allowed to be used with fetch/push/clone. This is useful to
        restrict recursive submodule initialization from an untrusted
        repository. Any protocol not mentioned will be disallowed (i.e.,
        this is a whitelist, not a blacklist). If the variable is not
        set at all, all protocols are enabled.  The protocol names
        currently used by git are:
</p>
<div class="ulist"><ul>
<li>
<p>
<code>file</code>: any local file-based path (including <code>file://</code> URLs,
            or local paths)
</p>
</li>
<li>
<p>
<code>git</code>: the anonymous git protocol over a direct TCP
            connection (or proxy, if configured)
</p>
</li>
<li>
<p>
<code>ssh</code>: git over ssh (including <code>host:path</code> syntax,
            <code>git+ssh://</code>, etc).
</p>
</li>
<li>
<p>
<code>rsync</code>: git over rsync
</p>
</li>
<li>
<p>
<code>http</code>: git over http, both "smart http" and "dumb http".
            Note that this does <em>not</em> include <code>https</code>; if you want both,
            you should specify both as <code>http:https</code>.
</p>
</li>
<li>
<p>
any external helpers are named by their protocol (e.g., use
            <code>hg</code> to allow the <code>git-remote-hg</code> helper)
</p>
</li>
</ul></div>
</dd>
</dl></div>
</div>
</div>
<div class="sect1">
<h2 id="_authors">Authors</h2>
<div class="sectionbody">
<div class="paragraph"><p>Git was started by Linus Torvalds, and is currently maintained by Junio
C Hamano. Numerous contributions have come from the Git mailing list
&lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt;.  <a href="http://www.openhub.net/p/git/contributors/summary">http://www.openhub.net/p/git/contributors/summary</a>
gives you a more complete list of contributors.</p></div>
<div class="paragraph"><p>If you have a clone of git.git itself, the
output of <a href="git-shortlog.html">git-shortlog(1)</a> and <a href="git-blame.html">git-blame(1)</a> can show you
the authors for specific parts of the project.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_reporting_bugs">Reporting Bugs</h2>
<div class="sectionbody">
<div class="paragraph"><p>Report bugs to the Git mailing list &lt;<a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>&gt; where the
development and maintenance is primarily done.  You do not have to be
subscribed to the list to send a message there.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="gittutorial.html">gittutorial(7)</a>, <a href="gittutorial-2.html">gittutorial-2(7)</a>,
<a href="everyday.html">Everyday Git</a>, <a href="gitcvs-migration.html">gitcvs-migration(7)</a>,
<a href="gitglossary.html">gitglossary(7)</a>, <a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>,
<a href="gitcli.html">gitcli(7)</a>, <a href="user-manual.html">The Git User&#8217;s Manual</a>,
<a href="gitworkflows.html">gitworkflows(7)</a></p></div>
</div>
</div>
<div class="sect1">
<h2 id="_git">GIT</h2>
<div class="sectionbody">
<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated
 2018-05-28 23:32:17 UTC
</div>
</div>
</body>
</html>