Code

Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Mar 2012 06:21:52 +0000 (22:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Mar 2012 06:21:52 +0000 (22:21 -0800)
* maint:
  Update draft release notes to 1.7.9.3 for the last time
  http.proxy: also mention https_proxy and all_proxy
  t0300: work around bug in dash 0.5.6
  t5512 (ls-remote): modernize style
  tests: fix spurious error when run directly with Solaris /usr/xpg4/bin/sh

1  2 
Documentation/config.txt
t/t0300-credentials.sh
t/test-lib.sh

Simple merge
index 8621ab036f91d0b7dcf96a1964611b8cafc3adbd,c1c8108148351ab3ec3db3f2615ff88f29d38974..20e28e34e7dc63aaf9ee9c6bdabcf311e0240615
@@@ -12,9 -14,11 +14,10 @@@ test_expect_success 'setup helper scrip
                echo >&2 "$whoami: $key=$value"
                eval "$key=$value"
        done
+       IFS=$OIFS
        EOF
  
 -      cat >git-credential-useless <<-\EOF &&
 -      #!/bin/sh
 +      write_script git-credential-useless <<-\EOF &&
        . ./dump
        exit 0
        EOF
diff --cc t/test-lib.sh
Simple merge