aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 75009186ef2255167b11a542ef8023f1b5ceac6b (plain) (blame)
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
{
    "name": "mlocati/incremental-git-filter-branch",
    "description": "Shell script to call git filter-branch in an incremental way",
    "type": "library",
    "keywords": [
        "git",
        "filter-branch",
        "incremental",
        "progressive",
        "shell",
        "bash",
        "posix"
    ],
    "homepage": "https://github.com/mlocati/incremental-git-filter-branch",
    "license": "MIT",
    "authors": [
        {
            "name": "Michele Locati",
            "email": "michele@locati.it",
            "homepage": "https://mlocati.github.io",
            "role": "author"
        }
    ],
    "support": {
        "issues": "https://github.com/mlocati/incremental-git-filter-branch/issues",
        "source": "https://github.com/mlocati/incremental-git-filter-branch"
    },
    "bin": [
        "bin/incremental-git-filterbranch"
    ]
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy