Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve gitInfo #72

Merged
merged 4 commits into from
Aug 29, 2020
Merged

feat: improve gitInfo #72

merged 4 commits into from
Aug 29, 2020

Conversation

tyankatsu0105
Copy link
Owner

@tyankatsu0105 tyankatsu0105 commented Aug 27, 2020

close #71

Be able to get some information from simple-git.

{
sha: undefined,
  abbreviatedSha: null,
  branch: 'master',
  tag: null,
  committer: null,
  committerDate: null,
  author: null,
  authorDate: null,
  commitMessage: null,
  root: '/Path/to/root',
  commonGitDir: '/Path/to/.git',
  worktreeGitDir: '/Path/to/.git',
  lastTag: null,
  commitsSinceLastTag: 0,

//below properties are new !!!
  not_added: [
    'test.txt'
  ],
  created: [ 'test.txt' ],
  deleted: [],
  modified: [],
  renamed: [],
  staged: []
}

@tyankatsu0105 tyankatsu0105 merged commit 3413a25 into master Aug 29, 2020
@tyankatsu0105 tyankatsu0105 deleted the feat/improve-gitInfo branch August 29, 2020 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

more information of gitInfo
1 participant