1. 25 6月, 2015 11 次提交
    • J
      Merge branch 'js/sleep-without-select' · 510ab3f3
      Junio C Hamano 提交于
      Portability fix.
      
      * js/sleep-without-select:
        lockfile: wait using sleep_millisec() instead of select()
        lockfile: convert retry timeout computations to millisecond
        help.c: wrap wait-only poll() invocation in sleep_millisec()
        lockfile: replace random() by rand()
      510ab3f3
    • J
      Merge branch 'es/utf8-stupid-compiler-workaround' · 5d24b109
      Junio C Hamano 提交于
      A compilation workaround.
      
      * es/utf8-stupid-compiler-workaround:
        utf8: NO_ICONV: silence uninitialized variable warning
      5d24b109
    • J
      Merge branch 'rl/am-3way-config' · 4b64c8a1
      Junio C Hamano 提交于
      "git am" learned am.threeWay configuration variable.
      
      * rl/am-3way-config:
        git-am: add am.threeWay config variable
        t4150-am: refactor am -3 tests
        git-am.sh: fix initialization of the threeway variable
      4b64c8a1
    • J
      Merge branch 'jc/ll-merge-expose-path' · 49ac7358
      Junio C Hamano 提交于
      Traditionally, external low-level 3-way merge drivers are expected
      to produce their results based solely on the contents of the three
      variants given in temporary files named by %O, %A and %B on their
      command line.  Additionally allow them to look at the final path
      (given by %P).
      
      * jc/ll-merge-expose-path:
        ll-merge: pass the original path to external drivers
      49ac7358
    • J
      Merge branch 'es/osx-header-pollutes-mask-macro' · 6da9f888
      Junio C Hamano 提交于
      * es/osx-header-pollutes-mask-macro:
        ewah: use less generic macro name
        ewah/bitmap: silence warning about MASK macro redefinition
      6da9f888
    • J
      Merge branch 'es/configure-getdelim' · 3c84c38d
      Junio C Hamano 提交于
      Auto-detect availability of getdelim() that helps optimized version
      of strbuf_getwholeline().
      
      * es/configure-getdelim:
        configure: add getdelim() check
        config.mak.uname: Darwin: define HAVE_GETDELIM for modern OS X releases
      3c84c38d
    • J
      Merge branch 'pt/pull-optparse' · a1eaf865
      Junio C Hamano 提交于
      "git pull" has become more aware of the options meant for
      underlying "git fetch" and then learned to use parse-options
      parser.
      
      * pt/pull-optparse:
        pull: use git-rev-parse --parseopt for option parsing
        pull: handle git-fetch's options as well
      a1eaf865
    • J
      Merge branch 'qn/blame-show-email' · 20d16da5
      Junio C Hamano 提交于
      "git blame" learned blame.showEmail configuration variable.
      
      * qn/blame-show-email:
        blame: add blame.showEmail configuration
      20d16da5
    • J
      Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' · de04706e
      Junio C Hamano 提交于
      "git format-patch --ignore-if-upstream A..B" did not like to be fed
      tags as boundary commits.
      
      * jc/do-not-feed-tags-to-clear-commit-marks:
        format-patch: do not feed tags to clear_commit_marks()
      de04706e
    • J
      Merge branch 'es/send-email-sendmail-alias' · 8c17d5a3
      Junio C Hamano 提交于
      "git send-email" learned to handle more forms of sendmail style
      aliases file.
      
      * es/send-email-sendmail-alias:
        send-email: further warn about unsupported sendmail aliases features
        t9001: add sendmail aliases line continuation tests
        t9001: refactor sendmail aliases test infrastructure
        send-email: implement sendmail aliases line continuation support
        send-email: simplify sendmail aliases comment and blank line recognizer
        send-email: refactor sendmail aliases parser
        send-email: fix style: cuddle 'elsif' and 'else' with closing brace
        send-email: drop noise comments which merely repeat what code says
        send-email: visually distinguish sendmail aliases parser warnings
        send-email: further document missing sendmail aliases functionality
      8c17d5a3
    • J
      Merge branch 'jc/apply-reject-noop-hunk' · 59c465d5
      Junio C Hamano 提交于
      "git apply" cannot diagnose a patch corruption when the breakage is
      to mark the length of the hunk shorter than it really is on the
      hunk header line "@@ -l,k +m,n @@"; one special case it could is
      when the hunk becomes no-op (e.g. k == n == 2 for two-line context
      patch output), and it learned how to do so.
      
      * jc/apply-reject-noop-hunk:
        apply: reject a hunk that does not do anything
      59c465d5
  2. 19 6月, 2015 1 次提交
  3. 17 6月, 2015 22 次提交
  4. 15 6月, 2015 1 次提交
  5. 13 6月, 2015 4 次提交
  6. 12 6月, 2015 1 次提交