1. 12 9月, 2012 4 次提交
  2. 11 9月, 2012 8 次提交
  3. 25 8月, 2012 10 次提交
  4. 24 8月, 2012 2 次提交
  5. 23 8月, 2012 1 次提交
  6. 17 8月, 2012 2 次提交
  7. 16 8月, 2012 6 次提交
  8. 11 8月, 2012 1 次提交
  9. 09 8月, 2012 1 次提交
    • J
      sh-setup: protect from exported IFS · 785063e0
      Junio C Hamano 提交于
      Many scripted Porcelains rely on being able to split words at the
      default $IFS characters, i.e. SP, HT and LF.  If the user exports a
      non-default IFS to the environment, what they read from plumbing
      commands such as ls-files that use HT to delimit fields may not be
      split in the way we expect.
      
      Protect outselves by resetting it, just like we do so against CDPATH
      exported to the environment.
      
      Noticed by Andrew Dranse <adranse@oanda.com>.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      785063e0
  10. 07 8月, 2012 5 次提交