Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Ignore "dirty" nupic.core submodule #794

Closed
wants to merge 7 commits into from

Conversation

david-ragazzi
Copy link
Contributor

ignore = dirty option avoids that git includes the word -dirty in the end of the submodule SHA when files in a submodule folder are changed.. If these changes aren't reverted, it's impossible synchronize nupic repo with a "dirty" submodule..

As we should pull PRs directly from nupic.core repo cloned to our machine, not from its /nta subfolder in nupic, I think is simpler ignore the changes were in /nta and so avoid typing commands to ignore manually these changes..

I saw several developers that recommend this option:

http://stackoverflow.com/questions/3240881/git-can-i-suppress-listing-of-modified-content-dirty-submodule-entries-in-sta

http://www.nils-haldenwang.de/frameworks-and-tools/git/how-to-ignore-changes-in-git-submodules

bronson/vim-update-bundles#32

DavidRagazzi and others added 7 commits April 8, 2014 23:56
This reverts commit 23ba9fa.
`ignore = dirty` option avoids that git include the word -dirty in the end of the submodule SHA when files in a submodule folder are changed.. If these changes aren't reverted, it's impossible synchronize nupic repo with a "dirty" submodule.. 

As we should pull PRs directly from `nupic.core` repo cloned to our machine, not from its `/nta` subfolder in `nupic`, I think is simpler ignore the changes were in `/nta` and so avoid typing commands to ignore manually these changes..

I saw several developers that recommend this option:

http://stackoverflow.com/questions/3240881/git-can-i-suppress-listing-of-modified-content-dirty-submodule-entries-in-sta

http://www.nils-haldenwang.de/frameworks-and-tools/git/how-to-ignore-changes-in-git-submodules

bronson/vim-update-bundles#32
@rhyolight
Copy link
Member

Before merging, I started a ML discussion about this.

@rhyolight rhyolight added this to the Sprint 19 milestone Apr 10, 2014
@david-ragazzi david-ragazzi deleted the ignore-dirty branch April 11, 2014 01:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants