1. 10 6月, 2014 7 次提交
    • J
      Merge branch 'jc/shortlog-ref-exclude' · 07768e03
      Junio C Hamano 提交于
      "log --exclude=<glob> --all | shortlog" worked as expected, but
      "shortlog --exclude=<glob> --all" was not accepted at the command
      line argument parser level.
      
      * jc/shortlog-ref-exclude:
        shortlog: allow --exclude=<glob> to be passed
      07768e03
    • J
      Merge branch 'mn/sideband-no-ansi' · 251cb96e
      Junio C Hamano 提交于
      Tools that read diagnostic output in our standard error stream do
      not want to see terminal control sequence (e.g. erase-to-eol).
      Detect them by checking if the standard error stream is connected to
      a tty.
      
      * mn/sideband-no-ansi:
        sideband.c: do not use ANSI control sequence on non-terminal
      251cb96e
    • J
      Merge branch 'rs/mailinfo-header-cmp' · d37e8c54
      Junio C Hamano 提交于
      Avoid running over the end of header string while parsing an
      incoming e-mail message to extract the patch.
      
      * rs/mailinfo-header-cmp:
        mailinfo: use strcmp() for string comparison
      d37e8c54
    • J
      Merge branch 'pb/trim-trailing-spaces' · 53b4d838
      Junio C Hamano 提交于
      Fix an error in parsing of .gitignore files that use a trailing
      "\ " to mark pathnames that end with a SP.
      
      * pb/trim-trailing-spaces:
        dir.c:trim_trailing_spaces(): fix for " \ " sequence
      53b4d838
    • J
      Merge branch 'na/no-http-test-in-the-middle' · 0908b6df
      Junio C Hamano 提交于
      The mode to run tests with HTTP server tests disabled was broken.
      
      * na/no-http-test-in-the-middle:
        t5538: move http push tests out to t5542
      0908b6df
    • J
      Merge branch 'jc/rev-parse-argh-dashed-multi-words' · 0147602c
      Junio C Hamano 提交于
      "update-index --cacheinfo" in 2.0 crashes on a malformed command line.
      
      * jc/rev-parse-argh-dashed-multi-words:
        update-index: fix segfault with missing --cacheinfo argument
      0147602c
    • J
      Merge branch 'lt/request-pull' · bfbdfa33
      Junio C Hamano 提交于
      A brown-paper-bag bugfix to a test that turned out to be a no-op by
      mistake.
      
      * lt/request-pull:
        fix brown paper bag breakage in t5150-request-pull.sh
      bfbdfa33
  2. 07 6月, 2014 33 次提交