Merge pull request #571 from citycide/add-fugitive0609

Added package fugitive
This commit is contained in:
Dominik Picheta 2017-08-23 19:23:54 +01:00 committed by GitHub
commit f891c860df

View File

@ -5992,7 +5992,7 @@
}, },
{ {
"name": "libserialport", "name": "libserialport",
"alias": "serial", "alias": "serial"
}, },
{ {
"name": "serial", "name": "serial",
@ -7062,6 +7062,22 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/tulayang/mysqlparser" "web": "https://github.com/tulayang/mysqlparser"
}, },
{
"name": "fugitive",
"url": "https://github.com/citycide/fugitive",
"method": "git",
"tags": [
"git",
"github",
"cli",
"extras",
"utility",
"tool"
],
"description": "Simple command line tool to make git more intuitive, along with useful GitHub addons.",
"license": "MIT",
"web": "https://github.com/citycide/fugitive"
},
{ {
"name": "dbg", "name": "dbg",
"url": "https://github.com/enthus1ast/nimDbg", "url": "https://github.com/enthus1ast/nimDbg",