1. 28 6月, 2013 7 次提交
    • J
      Merge branch 'jk/add-i-custom-diff-algo' · 91fc1597
      Junio C Hamano 提交于
      * jk/add-i-custom-diff-algo:
        add -i: add extra options at the right place in "diff" command line
        add--interactive: respect diff.algorithm
      91fc1597
    • J
      Merge branch 'rr/cherry-pick-fast-forward-reflog-message' · 644daa94
      Junio C Hamano 提交于
      The reflog message created when "git cherry-pick" fast-forwarded
      did not say anything but "cherry-pick", but it now says
      "cherry-pick: fast-forward".
      
      * rr/cherry-pick-fast-forward-reflog-message:
        sequencer: write useful reflog message for fast-forward
      644daa94
    • J
      Merge branch 'mt/send-email-cc-match-fix' · b29dc5c6
      Junio C Hamano 提交于
      Logic used by git-send-email to suppress cc mishandled names that
      need RFC2047 quoting.
      
      * mt/send-email-cc-match-fix:
        send-email: sanitize author when writing From line
        send-email: add test for duplicate utf8 name
      b29dc5c6
    • J
      Merge branch 'jk/pull-into-dirty-unborn' · 833cd7fc
      Junio C Hamano 提交于
      "git pull" into nothing trashed "local changes" that were in the
      index, and this avoids it.
      
      * jk/pull-into-dirty-unborn:
        pull: merge into unborn by fast-forwarding from empty tree
        pull: update unborn branch tip after index
      833cd7fc
    • J
      Merge branch 'bc/http-keep-memory-given-to-curl' · dc2ed04c
      Junio C Hamano 提交于
      Older cURL wanted piece of memory we call it with to be stable, but
      we updated the auth material after handing it to a call.
      
      * bc/http-keep-memory-given-to-curl:
        http.c: don't rewrite the user:passwd string multiple times
      dc2ed04c
    • J
      Merge branch 'bc/checkout-tracking-name-plug-leak' · 9df9bdda
      Junio C Hamano 提交于
      Plug a small leak in checkout.
      
      * bc/checkout-tracking-name-plug-leak:
        t/t9802: explicitly name the upstream branch to use as a base
        builtin/checkout.c: don't leak memory in check_tracking_name
      9df9bdda
    • J
      Merge branch 'rr/rebase-stash-store' · fa4bf9ed
      Junio C Hamano 提交于
      Finishing touches for the "git rebase --autostash" feature
      introduced earlier.
      
      * rr/rebase-stash-store:
        rebase: use 'git stash store' to simplify logic
        stash: introduce 'git stash store'
        stash: simplify option parser for create
        stash doc: document short form -p in synopsis
        stash doc: add a warning about using create
      fa4bf9ed
  2. 27 6月, 2013 10 次提交
  3. 25 6月, 2013 14 次提交
  4. 24 6月, 2013 9 次提交
    • J
      Revert "Merge branch 'jg/status-config'" · 908a0e6b
      Junio C Hamano 提交于
      This reverts commit 1a22bd31, reversing
      changes made to 3e7a5b48.
      
      It makes it impossible to "git commit" when status.short is set, and
      also "git status --porcelain" output is affected by status.branch.
      908a0e6b
    • J
      Update draft release notes to 1.8.4 · 1f3a412d
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      1f3a412d
    • J
      Merge branch 'mz/rebase-tests' · 8ff80a2f
      Junio C Hamano 提交于
      * mz/rebase-tests:
        rebase topology tests: fix commit names on case-insensitive file systems
        tests: move test for rebase messages from t3400 to t3406
        t3406: modernize style
        add tests for rebasing merged history
        add tests for rebasing root
        add tests for rebasing of empty commits
        add tests for rebasing with patch-equivalence present
        add simple tests of consistency across rebase types
      8ff80a2f
    • J
      Merge branch 'jk/unpack-entry-fallback-to-another' · ee64e345
      Junio C Hamano 提交于
      * jk/unpack-entry-fallback-to-another:
        unpack_entry: do not die when we fail to apply a delta
        t5303: drop "count=1" from corruption dd
      ee64e345
    • J
      Merge branch 'jk/apache-test-for-2.4' · 23983a47
      Junio C Hamano 提交于
      * jk/apache-test-for-2.4:
        lib-httpd/apache.conf: check version only after mod_version loads
        t/lib-httpd/apache.conf: configure an MPM module for apache 2.4
        t/lib-httpd/apache.conf: load compat access module in apache 2.4
        t/lib-httpd/apache.conf: load extra auth modules in apache 2.4
        t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4
      23983a47
    • 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