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

Unexpected git status output #12

Open
benhoskings opened this issue Mar 29, 2011 · 2 comments
Open

Unexpected git status output #12

benhoskings opened this issue Mar 29, 2011 · 2 comments

Comments

@benhoskings
Copy link
Contributor

⚡ gup
- Starting: smart-pull on branch 'master' -
Executing: git fetch origin
  From github.com:conversation/tc
     dcc57be..663d0ea  master     -> origin/master
     08835f0..b2b94b9  production -> origin/production
     fd615e8..cf9d92a  testme     -> origin/testme
* There are 6 new commits on 'origin/master'.
Expected the output of git status to only have lines starting with A,M, or ??. Got: 
 M Gemfile
 M Gemfile.lock
 M app/helpers/application_helper.rb
 M config/dollhouse/deployments/servers.rb
 D lib/tasks/rspec.rake
 M spec/acceptance/acceptance_helper.rb
 M spec/acceptance/support/helpers.rb
 D spec/acceptance/support/js.rb
 M spec/acceptance/support/matchers.rb

(There's an empty line at the end, but it doesn't render here.)

@kouky
Copy link

kouky commented Oct 17, 2011

Just got this error message too ...

@benhoskings
Copy link
Contributor Author

This is because it needs to have 'D' for deleted files added to the list of valid output.

In the meantime, just stash beforehand.

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

No branches or pull requests

2 participants