UNPKG

extra-git

Version:

Common utility commands for Git repositories.

239 lines (238 loc) 4.53 kB
{ "name": "extra-git", "version": "1.1.7", "description": "Common utility commands for Git repositories.", "preferGlobal": true, "main": "index.sh", "bin": { "extra-git": "index.sh", "egit": "index.sh" }, "scripts": { "test": "exit", "build": "node ./build.js", "deploy": "node ./build.js && ebuild github+publish --publishMin=false --publishBranch=false" }, "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-git.git" }, "keywords": [ "extra", "git", "add-submodule", "amend-push-submodules", "amend-push", "apush-submodules", "apush", "basename", "clone-init-submodules", "commit-push-submodules", "commit-push", "cpush-submodules", "cpush", "default-branch", "fullurl", "help", "init-submodules", "name", "url", "xclone", "add-username-remote", "age", "attic", "authors", "big-file", "branches-that-touch", "branch-name", "branch-rebaser", "change-author", "change-log", "changes", "checkout-by-date", "checkout-commit", "checkout-default-branch", "checkout-pr", "checkout-preview", "children-of", "churn", "commit-browser", "clone-subset", "comma", "conflicts", "copy-branch-name", "credit", "current-branch", "cut-branch", "delete-dangling-commits", "delete-local-merged", "delete-merged-branches", "delete-squashed-and-merged-branches", "delete-tag", "diff-last", "divergence", "edit-conflicts", "fetch-prs", "files", "find-dirty", "flush", "force-mtimes", "forest", "functionlog", "fzf-add", "fzf-log-browser", "fzf-pickaxe-browser", "fzf-reflog-browser", "github-open", "gitlab-mr", "history-graph", "ignored", "improved-merge", "incoming", "lines", "ls-branch-files", "ls-object-refs", "maildiff", "maxpack", "move-commits", "neck", "nuke", "object-deflate", "oldest-common-ancestor", "origin-head", "outgoing", "overwritten", "pie-ify", "plotrepo", "promote", "prune-branches", "pruneall", "publish", "purge-from-history", "pylint", "rank-contributors", "rebase-authors", "rebase-theirs", "recent", "recently-checkedout-branches", "ref-recent", "rel", "related", "remote-default-branch", "rename-branches", "reset-with-fire", "restore-mtime", "reup", "rm-deleted-from-repo", "root-directory", "run-command-on-revisions", "shamend", "show-overwritten", "shrink-repo", "sp", "sr", "stats", "submodule-rm", "switch-branch", "tag-and-sign", "tag-diff", "thanks", "track", "trail", "undelete", "undo-push", "undo", "unpushed", "unreleased", "up", "upstream-sync", "what-the-hell-just-happened", "when-merged", "where", "whoami", "winner", "wordiness", "wtf", "ahead-of-master", "fetch-pull-requests", "roots", "work-in-progress", "alias", "archive-file", "browse", "brv", "bulk", "changelog", "clear-soft", "clear", "coauthor", "commits-since", "contrib", "count", "cp", "create-branch", "delete-branch", "delete-squashed-branches", "delete-submodule", "delta", "effort", "feature", "force-clone", "fork", "fresh-branch", "gh-pages", "graft", "guilt", "ignore-io", "ignore", "info", "local-commits", "lock", "locked", "merge-into", "merge-repo", "missing", "mr", "obliterate", "paste", "pr", "psykorebase", "pull-request", "reauthor", "rebase-patch", "release", "rename-branch", "rename-remote", "rename-tag", "repl", "reset-file", "root", "scp", "sed", "setup", "show-merged-branches", "show-tree", "show-unmerged-branches", "squash", "stamp", "standup", "summary", "sync", "touch", "abort", "magic", "unlock", "utimes" ], "author": "wolfram77@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/nodef/extra-git/issues" }, "homepage": "https://github.com/nodef/extra-git#readme", "devDependencies": { "extra-build": "^1.4.5", "html-entities": "^2.3.2", "markdown-to-text": "^0.1.1" } }