gitlabhq / grit

Grit gives you object oriented read/write access to Git repositories via Ruby. Patched for GitLab
gitlab.org
MIT License
59 stars 55 forks source link

Add process.out to CommandFailed error #44

Closed n-rodriguez closed 10 years ago

n-rodriguez commented 10 years ago

This add the process output to CommandFailed error.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.17%) when pulling e3f19b47be0053ee5392e9f3e093f947140833e1 on n-rodriguez:add_process_out into c2541d93618f0dfcfc8cfeeddb74b07ac6d520c2 on gitlabhq:master.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.17%) when pulling e917a02312e69848765cec3b4f79c97333b42289 on n-rodriguez:add_process_out into c2541d93618f0dfcfc8cfeeddb74b07ac6d520c2 on gitlabhq:master.

jvanbaarsen commented 10 years ago

Relates: https://github.com/gitlabhq/grit/issues/43

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.17%) when pulling 305b05b2a494ec600d01489f2ae212689170259c on n-rodriguez:add_process_out into c2541d93618f0dfcfc8cfeeddb74b07ac6d520c2 on gitlabhq:master.

jvanbaarsen commented 10 years ago

@n-rodriguez Thanks, can you please squash all the commits into one? Ping me when ready

n-rodriguez commented 10 years ago

I hope I did it right :) This is commit https://github.com/n-rodriguez/grit/commit/7fdcfe9d0fe940206595f3c34b69a91c0004ddd3.

Thank you!

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.16%) when pulling 979413b9166a674aac0c107e1097b806741bbb8b on n-rodriguez:add_process_out into c2541d93618f0dfcfc8cfeeddb74b07ac6d520c2 on gitlabhq:master.

jvanbaarsen commented 10 years ago

@n-rodriguez There are still 5 commits, maybe this can help: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html

n-rodriguez commented 10 years ago

@jvanbaarsen thanks for the link, but it was easier for me to create a new pull request.

jvanbaarsen commented 10 years ago

Replaced by https://github.com/gitlabhq/grit/pull/45