Skip to content

Remote Progress Parsing #9

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

Closed
Byron opened this issue Dec 1, 2010 · 1 comment
Closed

Remote Progress Parsing #9

Byron opened this issue Dec 1, 2010 · 1 comment
Milestone

Comments

@Byron
Copy link
Member

Byron commented Dec 1, 2010

Parsing of progress when pushing and fetching from remotes is implemented, but it relies on functionality of send-pack and receive-pack which comes and goes as git changes.

For instance, in git 1.6.4 , pushing to a remove over ssh would send progress information, but a subversion later it is gone without replacement as it will check whether stderr is connected to a tty, and not send progress if this is not the case. Fetch progress is implemented as well, but the currently its unknown whether it works properly.

In git 1.7.X, there is an option to receive-pack and send-pack which can enforce the progress information to be sent. During my last tests, I was unable to pass the flags though or they didn't propagate through the commands.

Once the behavior was figured out, tests should be written and improved to assure progress parsing works as expected.

@Byron
Copy link
Member Author

Byron commented Jul 3, 2011

This works now, and a version based --progress flag is passed when fetching and pushing.

@Byron Byron closed this as completed Jul 3, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant