1. 28 4月, 2015 5 次提交
  2. 24 4月, 2015 3 次提交
  3. 23 4月, 2015 1 次提交
  4. 22 4月, 2015 12 次提交
  5. 21 4月, 2015 6 次提交
    • 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
    • J
      Merge branch 'ma/bash-completion-leaking-x' · 6b1258b0
      Junio C Hamano 提交于
      The completion script (in contrib/) contaminated global namespace
      and clobbered on a shell variable $x.
      
      * ma/bash-completion-leaking-x:
        completion: fix global bash variable leak on __gitcompappend
      6b1258b0
  6. 19 4月, 2015 1 次提交
    • J
      Merge tag 'gitgui-0.20.0' of http://repo.or.cz/r/git-gui · 1eb0545c
      Junio C Hamano 提交于
      git-gui 0.20.0
      
      * tag 'gitgui-0.20.0' of http://repo.or.cz/r/git-gui:
        git-gui: set version 0.20
        git-gui: sv.po: Update Swedish translation (547t0f0u)
        git-gui i18n: Updated Bulgarian translation (547t,0f,0u)
        git-gui: Makes chooser set 'gitdir' to the resolved path
        git-gui: Fixes chooser not accepting gitfiles
        git-gui: reinstate support for Tcl 8.4
        git-gui: fix problem with gui.maxfilesdisplayed
        git-gui: fix verbose loading when git path contains spaces.
        git-gui/gitk: Do not depend on Cygwin's "kill" command on Windows
        git-gui: add configurable tab size to the diff view
        git-gui: Make git-gui lib dir configurable at runime
        git-gui i18n: Updated Bulgarian translation (520t,0f,0u)
        L10n: vi.po (543t): Init translation for Vietnamese
        git-gui: align the new recursive checkbox with the radiobuttons.
        git-gui: Add a 'recursive' checkbox in the clone menu.
      1eb0545c
  7. 18 4月, 2015 3 次提交
  8. 16 4月, 2015 1 次提交
    • J
      Revert "merge: pass verbosity flag down to merge-recursive" · 3d6bc9a7
      Junio C Hamano 提交于
      This reverts commit 2bf15a33, whose
      intention was good, but the verbosity levels used in merge-recursive
      turns out to be rather uneven.  For example, a merge of two branches
      with conflicting submodule updates used to report CONFLICT: output
      with --quiet but no longer (which *is* desired), while the final
      "Automatic merge failed; fix conflicts and then commit" message is
      still shown even with --quiet (which *is* inconsistent).
      
      Originally reported by Bryan Turner; it is too early to declare what
      the concensus is, but it seems that we would need to level the
      verbosity levels used in merge strategy backends before we can go
      forward.  In the meantime, we'd revert to the old behaviour until
      that happens.
      
      cf. $gmane/267245
      3d6bc9a7
  9. 15 4月, 2015 8 次提交