1. 07 6月, 2014 34 次提交
  2. 04 6月, 2014 6 次提交
    • J
      First batch for 2.1 · 79dcccc5
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      79dcccc5
    • J
      Merge branch 'sk/msvc-dynlink-crt' · 14ce98d7
      Junio C Hamano 提交于
      * sk/msvc-dynlink-crt:
        MSVC: link dynamically to the CRT
      14ce98d7
    • J
      Merge branch 'ew/config-protect-mode' · a3c0efec
      Junio C Hamano 提交于
      * ew/config-protect-mode:
        config: preserve config file permissions on edits
      a3c0efec
    • J
      Merge branch 'bg/strbuf-trim' · d6850db3
      Junio C Hamano 提交于
      * bg/strbuf-trim:
        api-strbuf.txt: add docs for _trim and _ltrim
        strbuf: use _rtrim and _ltrim in strbuf_trim
      d6850db3
    • J
      Merge branch 'jk/commit-date-approxidate' · e1857af9
      Junio C Hamano 提交于
      * jk/commit-date-approxidate:
        commit: accept more date formats for "--date"
        commit: print "Date" line when the user has set date
        pretty: make show_ident_date public
        commit: use split_ident_line to compare author/committer
      e1857af9
    • J
      Merge branch 'ep/shell-command-substitution' · 6753d8a8
      Junio C Hamano 提交于
      Adjust shell scripts to use $(cmd) instead of `cmd`.
      
      * ep/shell-command-substitution: (41 commits)
        t5000-tar-tree.sh: use the $( ... ) construct for command substitution
        t4204-patch-id.sh: use the $( ... ) construct for command substitution
        t4119-apply-config.sh: use the $( ... ) construct for command substitution
        t4116-apply-reverse.sh: use the $( ... ) construct for command substitution
        t4057-diff-combined-paths.sh: use the $( ... ) construct for command substitution
        t4038-diff-combined.sh: use the $( ... ) construct for command substitution
        t4036-format-patch-signer-mime.sh: use the $( ... ) construct for command substitution
        t4014-format-patch.sh: use the $( ... ) construct for command substitution
        t4013-diff-various.sh: use the $( ... ) construct for command substitution
        t4012-diff-binary.sh: use the $( ... ) construct for command substitution
        t4010-diff-pathspec.sh: use the $( ... ) construct for command substitution
        t4006-diff-mode.sh: use the $( ... ) construct for command substitution
        t3910-mac-os-precompose.sh: use the $( ... ) construct for command substitution
        t3905-stash-include-untracked.sh: use the $( ... ) construct for command substitution
        t1050-large.sh: use the $( ... ) construct for command substitution
        t1020-subdirectory.sh: use the $( ... ) construct for command substitution
        t1004-read-tree-m-u-wf.sh: use the $( ... ) construct for command substitution
        t1003-read-tree-prefix.sh: use the $( ... ) construct for command substitution
        t1002-read-tree-m-u-2way.sh: use the $( ... ) construct for command substitution
        t1001-read-tree-m-2way.sh: use the $( ... ) construct for command substitution
        ...
      6753d8a8