find-commit-ish

0.1.0 • Public • Published

find-commit-ish Build Status

Find the commit-ish reference in a git url.

NPM

Example

const findCommitIsh = require('find-commit-ish');
 
findCommitIsh('git://github.com/tkellen/find-commmit-ish.git');
findCommitIsh('git+ssh://git@github:find-commmit-ish.git#branch');
findCommitIsh('git+ssh://git@github/find-commmit-ish.git#tag');
findCommitIsh('git+http://git@github/tkellen/find-commit-ish.git#d716b2a');
findCommitIsh('git+https://git@github/tkellen/find-commit-ish.git#d716b2a');
 

Release History

  • 2014-05-14 - v0.1.0 - initial release

Package Sidebar

Install

npm i find-commit-ish

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • tkellen