1. 12 5月, 2015 6 次提交
  2. 01 5月, 2015 1 次提交
  3. 29 4月, 2015 5 次提交
  4. 28 4月, 2015 5 次提交
  5. 24 4月, 2015 5 次提交
  6. 23 4月, 2015 1 次提交
  7. 22 4月, 2015 12 次提交
  8. 21 4月, 2015 5 次提交
    • J
      Hopefully the last batch for 2.4 · 7c597ef3
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      7c597ef3
    • J
      Merge branch 'ps/grep-help-all-callback-arg' · 7ff14020
      Junio C Hamano 提交于
      Code clean-up.
      
      * ps/grep-help-all-callback-arg:
        grep: correctly initialize help-all option
      7ff14020
    • J
      Merge branch 'tb/connect-ipv6-parse-fix' · 9718c7c0
      Junio C Hamano 提交于
      An earlier update to the parser that disects an address broke an
      address, followed by a colon, followed by an empty string (instead
      of the port number).
      
      * tb/connect-ipv6-parse-fix:
        connect.c: ignore extra colon after hostname
      9718c7c0
    • J
      Merge branch 'va/fix-git-p4-tests' · a59ac46b
      Junio C Hamano 提交于
      Test fixes for git-p4.
      
      * va/fix-git-p4-tests:
        t9814: guarantee only one source exists in git-p4 copy tests
        git-p4: fix copy detection test
        t9814: fix broken shell syntax in git-p4 rename test
      a59ac46b
    • J
      Merge branch 'jc/push-cert' · 268d5bc2
      Junio C Hamano 提交于
      The "git push --signed" protocol extension did not limit what the
      "nonce" that is a server-chosen string can contain or how long it
      can be, which was unnecessarily lax.  Limit both the length and the
      alphabet to a reasonably small space that can still have enough
      entropy.
      
      * jc/push-cert:
        push --signed: tighten what the receiving end can ask to sign
      268d5bc2