1. 24 6月, 2013 5 次提交
    • J
      Merge branch 'cm/remote-mediawiki-perlcritique' · 39abbd38
      Junio C Hamano 提交于
      * cm/remote-mediawiki-perlcritique: (31 commits)
        git-remote-mediawiki: make error message more precise
        git-remote-mediawiki: add a perlcritic rule in Makefile
        git-remote-mediawiki: add a .perlcriticrc file
        git-remote-mediawiki: clearly rewrite double dereference
        git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")
        git-remote-mediawiki: put non-trivial numeric values in constants.
        git-remote-mediawiki: don't use quotes for empty strings
        git-remote-mediawiki: replace "unless" statements with negated "if" statements
        git-remote-mediawiki: brace file handles for print for more clarity
        git-remote-mediawiki: modify strings for a better coding-style
        git-remote-mediawiki: put long code into a subroutine
        git-remote-mediawiki: remove import of unused open2
        git-remote-mediawiki: check return value of open
        git-remote-mediawiki: assign a variable as undef and make proper indentation
        git-remote-mediawiki: rename a variable ($last) which has the name of a keyword
        git-remote-mediawiki: remove unused variable $entry
        git-remote-mediawiki: turn double-negated expressions into simple expressions
        git-remote-mediawiki: change the name of a variable
        git-remote-mediawiki: add newline in the end of die() error messages
        git-remote-mediawiki: change style in a regexp
        ...
      39abbd38
    • J
      Merge branch 'bp/remote-mw-tests' · 7f031ed5
      Junio C Hamano 提交于
      * bp/remote-mw-tests:
        git-remote-mediawiki: remove hardcoded version number in the test suite
      7f031ed5
    • J
      Merge branch 'rr/rebase-autostash' · afaa2a47
      Junio C Hamano 提交于
      * rr/rebase-autostash:
        rebase: finish_rebase() in noop rebase
        rebase: finish_rebase() in fast-forward rebase
        rebase: guard against missing files in read_basic_state()
      afaa2a47
    • J
      Merge branch 'rr/prompt-rebase-breakage-fix' · 352e86e5
      Junio C Hamano 提交于
      * rr/prompt-rebase-breakage-fix:
        prompt: squelch error output from cat
      352e86e5
    • J
      Merge branch 'jg/status-config' · 1a22bd31
      Junio C Hamano 提交于
      "git status" learned status.branch and status.short configuration
      variables to use --branch and --short options by default (override
      with --no-branch and --no-short options from the command line).
      
      * jg/status-config:
        status: introduce status.branch to enable --branch by default
        status: introduce status.short to enable --short by default
      1a22bd31
  2. 22 6月, 2013 2 次提交
    • J
      Sync with maint · 3e7a5b48
      Junio C Hamano 提交于
      * maint:
        completion: complete diff --word-diff
      3e7a5b48
    • J
      transport-helper: be quiet on read errors from helpers · 266f1fdf
      Jeff King 提交于
      Prior to commit 81d340d4, we did not print any error message
      if a remote transport helper died unexpectedly. If a helper
      did not print any error message (e.g., because it crashed),
      the user could be left confused. That commit tried to
      rectify the situation by printing a note that the helper
      exited unexpectedly.
      
      However, this makes a much more common case worse: when a
      helper does die with a useful message, we print the extra
      "Reading from 'git-remote-foo failed" message. This can also
      end up confusing users, as they may not even know what
      remote helpers are (e.g., the fact that http support comes
      through git-remote-https is purely an implementation detail
      that most users do not know or care about).
      
      Since we do not have a good way of knowing whether the
      helper printed a useful error, and since the common failure
      mode is for it to do so, let's default to remaining quiet.
      Debuggers can dig further by setting GIT_TRANSPORT_HELPER_DEBUG.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      266f1fdf
  3. 21 6月, 2013 12 次提交
  4. 17 6月, 2013 1 次提交
    • J
      Merge tag 'gitgui-0.18.0' of git://repo.or.cz/git-gui · fb7dfaa7
      Junio C Hamano 提交于
      git-gui 0.18.0
      
      * tag 'gitgui-0.18.0' of git://repo.or.cz/git-gui:
        git-gui 0.18
        git-gui: avoid an error message when removing the last remote
        git-gui: fix file name handling with non-empty prefix
        git-gui: bring wish process to front on Mac
        git-gui: change dialog button positions for Windows to suit platform.
        git-gui: allow "\ No newline at end of file" for linewise staging
        git-gui: fix the mergetool launcher for the Beyond Compare tool.
        Makefile: replace "echo 1>..." with "echo >..."
        French translation: copy -> copie.
        git-gui: Fix parsing of <rev> <path-which-not-present-in-worktree>
      fb7dfaa7
  5. 16 6月, 2013 4 次提交
  6. 15 6月, 2013 16 次提交