aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Locati <michele@locati.it>2018-03-15 18:39:21 +0100
committerMichele Locati <michele@locati.it>2018-03-15 18:39:21 +0100
commit8cde4da553b239ce25f1d8a9ae534a412067e24f (patch)
treea1ca10988f9fac9d1b4e7893b21938ea7fbb055e
parent30bf11d417eb0d65cb3620e44afe4efb8c7a1d09 (diff)
downloadincremental-git-filter-branch-1.0.0.tar.gz
incremental-git-filter-branch-1.0.0.tar.bz2
incremental-git-filter-branch-1.0.0.zip
Add composer.json1.0.0
-rw-r--r--.gitignore1
-rw-r--r--composer.json31
2 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 001e30f..87c71d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/test/temp/
+/vendor/
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..7500918
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,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