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

Align the native git status lists with standard git #133

Merged
merged 1 commit into from Jun 23, 2015

Conversation

tareksha
Copy link
Contributor

@tareksha tareksha commented Jun 1, 2015

Incorrect behavior in current impl that was fixed:

  • doesn't catch conflicting files that are deleted
  • doesn't catch 'added' files if they are later deleted
  • adds 'missing' files as 'removed'

Aligning with standard documentation:
http://git-scm.com/docs/git-status#_short_format

Signed-off-by: Tareq Sharafy tareq.sharafy@sap.com

@benoitf
Copy link
Contributor

benoitf commented Jun 2, 2015

@tareqhs There are some tabs characters (it should be space only)

@tareksha
Copy link
Contributor Author

tareksha commented Jun 2, 2015

@benoitf thanks. I updated the commit and replaced tabs with spaces.

Signed-off-by: Tareq Sharafy <tareq.sharafy@sap.com>
skabashnyuk added a commit that referenced this pull request Jun 23, 2015
Align the native git status lists with standard git
@skabashnyuk skabashnyuk merged commit 6f2126a into codenvy-legacy:master Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants