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

Support for denoting dirty trees #16

Merged
merged 3 commits into from
Jan 26, 2015
Merged

Support for denoting dirty trees #16

merged 3 commits into from
Jan 26, 2015

Conversation

Slugger
Copy link
Contributor

@Slugger Slugger commented Jan 25, 2015

As discussed in issue #15.

The difference here is that I modified the unit tests that were failing so they now all pass. A dirty tree is a tree that has staged files that are uncommitted or has changes to tracked files that have not been staged. Checking out a tree and creating a new untracked file is not a dirty tree. Your unit tests were assuming that creating a new file in a tree makes it dirty, that is not the case.

dcoraboeuf added a commit that referenced this pull request Jan 26, 2015
Support for denoting dirty trees
@dcoraboeuf dcoraboeuf merged commit 2419c91 into nemerosa:feature/15-dirty Jan 26, 2015
@Slugger Slugger deleted the feature/15-dirty branch February 1, 2015 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants