1. 23 6月, 2015 2 次提交
  2. 17 6月, 2015 21 次提交
  3. 15 6月, 2015 1 次提交
  4. 13 6月, 2015 4 次提交
  5. 12 6月, 2015 12 次提交
    • J
      Second half of seventh batch · a5fe6680
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a5fe6680
    • J
      Merge branch 'tb/complete-sequencing' · e356158b
      Junio C Hamano 提交于
      The bash completion script (in contrib/) learned a few options that
      "git revert" takes.
      
      * tb/complete-sequencing:
        completion: suggest sequencer commands for revert
      e356158b
    • J
      Merge branch 'jk/squelch-missing-link-warning-for-unreachable' · 43262d8d
      Junio C Hamano 提交于
      Recent "git prune" traverses young unreachable objects to safekeep
      old objects in the reachability chain from them, which sometimes
      caused error messages that are unnecessarily alarming.
      
      * jk/squelch-missing-link-warning-for-unreachable:
        suppress errors on missing UNINTERESTING links
        silence broken link warnings with revs->ignore_missing_links
        add quieter versions of parse_{tree,commit}
      43262d8d
    • J
      Merge branch 'pt/pull-tests' · 0e04b248
      Junio C Hamano 提交于
      Add more test coverage to "git pull".
      
      * pt/pull-tests:
        t5520: check reflog action in fast-forward merge
        t5521: test --dry-run does not make any changes
        t5520: test --rebase failure on unborn branch with index
        t5520: test --rebase with multiple branches
        t5520: test work tree fast-forward when fetch updates head
        t5520: test for failure if index has unresolved entries
        t5520: test no merge candidates cases
        t5520: prevent field splitting in content comparisons
      0e04b248
    • J
      Merge branch 'sb/glossary-submodule' · c491e9e4
      Junio C Hamano 提交于
      * sb/glossary-submodule:
        glossary: add "remote", "submodule", "superproject"
      c491e9e4
    • J
      Merge branch 'sb/submodule-doc-intro' · 7df5c978
      Junio C Hamano 提交于
      * sb/submodule-doc-intro:
        submodule doc: reorder introductory paragraphs
      7df5c978
    • J
      Merge branch 'jk/diagnose-config-mmap-failure' · dee47925
      Junio C Hamano 提交于
      The configuration reader/writer uses mmap(2) interface to access
      the files; when we find a directory, it barfed with "Out of memory?".
      
      * jk/diagnose-config-mmap-failure:
        xmmap(): drop "Out of memory?"
        config.c: rewrite ENODEV into EISDIR when mmap fails
        config.c: avoid xmmap error messages
        config.c: fix mmap leak when writing config
        read-cache.c: drop PROT_WRITE from mmap of index
      dee47925
    • J
      Merge branch 'mt/p4-depotFile-at-version' · 8f436d13
      Junio C Hamano 提交于
      * mt/p4-depotFile-at-version:
        p4: retrieve the right revision of the file in UTF-16 codepath
      8f436d13
    • J
      Merge branch 'mh/verify-lock-error-report' · 829f03e9
      Junio C Hamano 提交于
      Bring consistency to error reporting mechanism used in "refs" API.
      
      * mh/verify-lock-error-report:
        ref_transaction_commit(): do not capitalize error messages
        verify_lock(): do not capitalize error messages
        verify_lock(): report errors via a strbuf
        verify_lock(): on errors, let the caller unlock the lock
        verify_lock(): return 0/-1 rather than struct ref_lock *
      829f03e9
    • J
      Merge branch 'jk/color-diff-plain-is-context' · db65170e
      Junio C Hamano 提交于
      "color.diff.plain" was a misnomer; give it 'color.diff.context' as
      a more logical synonym.
      
      * jk/color-diff-plain-is-context:
        diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT
        diff: accept color.diff.context as a synonym for "plain"
      db65170e
    • J
      Merge branch 'jk/clone-dissociate' · 82b416e0
      Junio C Hamano 提交于
      Code clean-up.
      
      * jk/clone-dissociate:
        clone: reorder --dissociate and --reference options
        clone: use OPT_STRING_LIST for --reference
      82b416e0
    • J
      Merge branch 'jc/diff-ws-error-highlight' · 709cd912
      Junio C Hamano 提交于
      Allow whitespace breakages in deleted and context lines to be also
      painted in the output.
      
      * jc/diff-ws-error-highlight:
        diff.c: --ws-error-highlight=<kind> option
        diff.c: add emit_del_line() and emit_context_line()
        t4015: separate common setup and per-test expectation
        t4015: modernise style
      709cd912