These are assorted minor fixes. They should be safe for 1.8.1, and are not urgent enough for maint.
Four of them deal with handling errors from p4d better. The first two of these have been seen on the list already. The third showed up in my own testing. The fourth adds a test to make sure that existing error handling continues to work. git p4: catch p4 describe errors git p4: handle servers without move support git p4: catch p4 errors when streaming file contents git p4 test: display unresolvable host error These two are small cleanups found by pylint, one of which is an obvious (but rare) bug. git p4: fix labelDetails typo in exception git p4: remove unneeded cmd initialization git-p4.py | 97 ++++++++++++++++++++++++++++++++++++++---------- t/t9800-git-p4-basic.sh | 25 ++++++++++++- t/t9814-git-p4-rename.sh | 35 +++++++++++++++++ 3 files changed, 137 insertions(+), 20 deletions(-) -- 1.8.0.276.gd9397fc -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html