1. 30 9月, 2016 7 次提交
  2. 20 9月, 2016 16 次提交
    • J
      Start preparing for 2.10.1 · 7c0304af
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      7c0304af
    • J
      Merge branch 'sb/diff-cleanup' into maint · ddf8ee85
      Junio C Hamano 提交于
      Code cleanup.
      
      * sb/diff-cleanup:
        diff: remove dead code
        diff: omit found pointer from emit_callback
        diff.c: use diff_options directly
      ddf8ee85
    • J
      Merge branch 'ah/misc-message-fixes' into maint · 9f3d73e8
      Junio C Hamano 提交于
      Message cleanup.
      
      * ah/misc-message-fixes:
        unpack-trees: do not capitalize "working"
        git-merge-octopus: do not capitalize "octopus"
        git-rebase--interactive: fix English grammar
        cat-file: put spaces around pipes in usage string
        am: put spaces around pipe in usage string
      9f3d73e8
    • J
      Merge branch 'sb/transport-report-missing-submodule-on-stderr' into maint · 03039390
      Junio C Hamano 提交于
      Message cleanup.
      
      * sb/transport-report-missing-submodule-on-stderr:
        transport: report missing submodule pushes consistently on stderr
      03039390
    • J
      Merge branch 'sb/xdiff-remove-unused-static-decl' into maint · 51673a71
      Junio C Hamano 提交于
      Code cleanup.
      
      * sb/xdiff-remove-unused-static-decl:
        xdiff: remove unneeded declarations
      51673a71
    • J
      Merge branch 'js/t9903-chaining' into maint · 294573e6
      Junio C Hamano 提交于
      Test fix.
      
      * js/t9903-chaining:
        t9903: fix broken && chain
      294573e6
    • J
      Merge branch 'rs/hex2chr' into maint · c3befaea
      Junio C Hamano 提交于
      Code cleanup.
      
      * rs/hex2chr:
        introduce hex2chr() for converting two hexadecimal digits to a character
      c3befaea
    • J
      Merge branch 'rs/compat-strdup' into maint · 815a73f7
      Junio C Hamano 提交于
      Code cleanup.
      
      * rs/compat-strdup:
        compat: move strdup(3) replacement to its own file
      815a73f7
    • J
      Merge branch 'jk/squelch-false-warning-from-gcc-o3' into maint · 3d54b93f
      Junio C Hamano 提交于
      Compilation fix.
      
      * jk/squelch-false-warning-from-gcc-o3:
        color_parse_mem: initialize "struct color" temporary
        error_errno: use constant return similar to error()
      3d54b93f
    • J
      Merge branch 'ep/use-git-trace-curl-in-tests' into maint · 1e28677e
      Junio C Hamano 提交于
      Update a few tests that used to use GIT_CURL_VERBOSE to use the
      newer GIT_TRACE_CURL.
      
      * ep/use-git-trace-curl-in-tests:
        t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment var
        t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var
        test-lib.sh: preserve GIT_TRACE_CURL from the environment
        t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment var
      1e28677e
    • J
      Merge branch 'js/t6026-clean-up' into maint · 8e265358
      Junio C Hamano 提交于
      A test spawned a short-lived background process, which sometimes
      prevented the test directory from getting removed at the end of the
      script on some platforms.
      
      * js/t6026-clean-up:
        t6026-merge-attr: clean up background process at end of test case
      8e265358
    • J
      Merge branch 'jc/forbid-symbolic-ref-d-HEAD' into maint · d6645312
      Junio C Hamano 提交于
      "git symbolic-ref -d HEAD" happily removes the symbolic ref, but
      the resulting repository becomes an invalid one.  Teach the command
      to forbid removal of HEAD.
      
      * jc/forbid-symbolic-ref-d-HEAD:
        symbolic-ref -d: do not allow removal of HEAD
      d6645312
    • J
      Merge branch 'jc/submodule-anchor-git-dir' into maint · 4c10c311
      Junio C Hamano 提交于
      Having a submodule whose ".git" repository is somehow corrupt
      caused a few commands that recurse into submodules loop forever.
      
      * jc/submodule-anchor-git-dir:
        submodule: avoid auto-discovery in prepare_submodule_repo_env()
      4c10c311
    • J
      Merge branch 'jk/test-lib-drop-pid-from-results' into maint · 79b51ebf
      Junio C Hamano 提交于
      The test framework left the number of tests and success/failure
      count in the t/test-results directory, keyed by the name of the
      test script plus the process ID.  The latter however turned out not
      to serve any useful purpose.  The process ID part of the filename
      has been removed.
      
      * jk/test-lib-drop-pid-from-results:
        test-lib: drop PID from test-results/*.count
      79b51ebf
    • J
      Merge branch 'bh/diff-highlight-graph' into maint · 276661ff
      Junio C Hamano 提交于
      "diff-highlight" script (in contrib/) learned to work better with
      "git log -p --graph" output.
      
      * bh/diff-highlight-graph:
        diff-highlight: avoid highlighting combined diffs
        diff-highlight: add multi-byte tests
        diff-highlight: ignore test cruft
        diff-highlight: add support for --graph output
        diff-highlight: add failing test for handling --graph output
        diff-highlight: add some tests
      276661ff
    • J
      Merge branch 'po/range-doc' into maint · f0b2db22
      Junio C Hamano 提交于
      Clarify various ways to specify the "revision ranges" in the
      documentation.
      
      * po/range-doc:
        doc: revisions: sort examples and fix alignment of the unchanged
        doc: revisions: show revision expansion in examples
        doc: revisions - clarify reachability examples
        doc: revisions - define `reachable`
        doc: gitrevisions - clarify 'latter case' is revision walk
        doc: gitrevisions - use 'reachable' in page description
        doc: revisions: single vs multi-parent notation comparison
        doc: revisions: extra clarification of <rev>^! notation effects
        doc: revisions: give headings for the two and three dot notations
        doc: show the actual left, right, and boundary marks
        doc: revisions - name the left and right sides
        doc: use 'symmetric difference' consistently
      f0b2db22
  3. 14 9月, 2016 5 次提交
  4. 13 9月, 2016 1 次提交
  5. 11 9月, 2016 2 次提交
  6. 09 9月, 2016 9 次提交