From: Junio C Hamano Date: Mon, 4 Feb 2013 18:25:30 +0000 (-0800) Subject: Merge branch 'pw/git-p4-on-cygwin' X-Git-Tag: v1.8.2-rc0~57 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9aea11dbc152726bbbe93630cc29b10c29d4f62e?hp=9aea11dbc152726bbbe93630cc29b10c29d4f62e Merge branch 'pw/git-p4-on-cygwin' Improve "git p4" on Cygwin. * pw/git-p4-on-cygwin: (21 commits) git p4: introduce gitConfigBool git p4: avoid shell when calling git config git p4: avoid shell when invoking git config --get-all git p4: avoid shell when invoking git rev-list git p4: avoid shell when mapping users git p4: disable read-only attribute before deleting git p4 test: use test_chmod for cygwin git p4: cygwin p4 client does not mark read-only git p4 test: avoid wildcard * in windows git p4 test: use LineEnd unix in windows tests too git p4 test: newline handling git p4: scrub crlf for utf16 files on windows git p4: remove unreachable windows \r\n conversion code git p4 test: translate windows paths for cygwin git p4 test: start p4d inside its db dir git p4 test: use client_view in t9806 git p4 test: avoid loop in client_view git p4 test: use client_view to build the initial client git p4: generate better error message for bad depot path git p4: remove unused imports ... ---