Skip to content

chrisdickinson/git-parse-human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-parse-human

parse author and committer names from git commit data.

var human = require('git-parse-human')
  , committer = 'Chris Dickinson <christopher.s.dickinson@gmail.com> 1363906748 -0700'

human(committer) // {name, email, time, tzoff}

API

human(str) -> result object | null

parse a human, returning an object with their name, their email, the commit timestamp in MS and the commit timezone offset in MS.

License

MIT

About

parse author and committer names from git commits

Resources

Stars

Watchers

Forks

Packages

No packages published