Hi, Michael Hunley wrote: > Ok, we can filter that out. But worse is that actual errors in a pull > request are sent to stdout instead of standard error. For example, > merge conflicts or pull failures because you have unstaged changes. Yes, errors and progress output should go to stderr. The git-pull.sh script is pretty old and is probably just a bit sloppy about forgetting to redirect output from "echo". Patches welcome. (See Documentation/SubmittingPatches for details.) Hope that helps, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html