1. 04 11月, 2014 1 次提交
  2. 01 11月, 2014 5 次提交
    • J
      Git 2.2.0-rc0 · 4ace7ff4
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      4ace7ff4
    • J
      Merge branch 'for-junio' of git://bogomips.org/git-svn · ef59f324
      Junio C Hamano 提交于
      * 'for-junio' of git://bogomips.org/git-svn:
        git-svn: use SVN::Ra::get_dir2 when possible
        git-svn: add space after "W:" prefix in warning
        git-svn: (cleanup) remove editor param passing
        git-svn: prepare SVN::Ra config pieces once
        Git.pm: add specified name to tempfile template
        git-svn: disable _rev_list memoization
        git-svn: save a little memory as fetch progresses
        git-svn: remove unnecessary DESTROY override
        git-svn: reload RA every log-window-size
        git-svn.txt: advertise pushurl with dcommit
        git-svn: remove mergeinfo rev caching
        git-svn: cache only mergeinfo revisions
        git-svn: reduce check_cherry_pick cache overhead
        git-svn: only look at the root path for svn:mergeinfo
        git-svn: only look at the new parts of svn:mergeinfo
      ef59f324
    • J
      Merge branch 'jc/push-cert' · 1d42cf3c
      Junio C Hamano 提交于
      * jc/push-cert:
        receive-pack: avoid minor leak in case start_async() fails
      1d42cf3c
    • J
      Merge branch 'rs/child-process-init' · 598d7eb1
      Junio C Hamano 提交于
      * rs/child-process-init:
        api-run-command: add missing list item marker
      598d7eb1
    • J
      Merge branch 'rs/grep-color-words' · bf1f639e
      Junio C Hamano 提交于
      Allow painting or not painting (partial) matches in context lines
      when showing "grep -C<num>" output in color.
      
      * rs/grep-color-words:
        grep: add color.grep.matchcontext and color.grep.matchselected
      bf1f639e
  3. 31 10月, 2014 2 次提交
    • E
      git-svn: use SVN::Ra::get_dir2 when possible · 7ffa35b0
      Eric Wong 提交于
      This avoids the following failure with normal "get_dir" on newer
      versions of SVN (tested with SVN 1.8.8-1ubuntu3.1):
      
        Incorrect parameters given: Could not convert '%ld' into a number
      
      get_dir2 also has the potential to be more efficient by requesting
      less data.
      
      ref: <1414636504.45506.YahooMailBasic@web172304.mail.ir2.yahoo.com>
      ref: <1414722617.89476.YahooMailBasic@web172305.mail.ir2.yahoo.com>
      Signed-off-by: NEric Wong <normalperson@yhbt.net>
      Cc: Hin-Tak Leung <htl10@users.sourceforge.net>
      7ffa35b0
    • J
      Merge git://ozlabs.org/~paulus/gitk · 81d645d1
      Junio C Hamano 提交于
      * git://ozlabs.org/~paulus/gitk:
        gitk: Remove boilerplate for configuration variables
        gitk: Show detached HEAD if --all is specified
        gitk: Do not depend on Cygwin's "kill" command on Windows
      81d645d1
  4. 30 10月, 2014 22 次提交
  5. 29 10月, 2014 5 次提交
  6. 28 10月, 2014 5 次提交