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

Add support for git submodules #6

Merged
merged 4 commits into from Sep 18, 2016
Merged

Conversation

TomNeyland
Copy link
Contributor

Rather than having a .git directory, git submodules have a .git file which stores the path to their true .git directory, located somewhere in the super-repo.

This enhancement checks to see if .git is a file and if so handles it properly, otherwise it defaults to its current behavior.

Includes new tests to cover the expected behavior with submodules.

@nkzawa nkzawa merged commit 80ce0b8 into zixia:master Sep 18, 2016
@nkzawa
Copy link
Collaborator

nkzawa commented Sep 18, 2016

Thanks! but this module is not maintained, I recommend to check https://github.com/typicode/husky

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.

None yet

2 participants