1. 17 2月, 2017 2 次提交
    • J
      Merge branch 'rs/cocci-check-free-only-null' · 0078a759
      Junio C Hamano 提交于
      A new coccinelle rule that catches a check of !pointer before the
      pointer is free(3)d, which most likely is a bug.
      
      * rs/cocci-check-free-only-null:
        cocci: detect useless free(3) calls
      0078a759
    • J
      Merge branch 'ls/p4-path-encoding' · 5a98255d
      Junio C Hamano 提交于
      When "git p4" imports changelist that removes paths, it failed to
      convert pathnames when the p4 used encoding different from the one
      used on the Git side.  This has been corrected.
      
      * ls/p4-path-encoding:
        git-p4: fix git-p4.pathEncoding for removed files
      5a98255d
  2. 16 2月, 2017 9 次提交
    • J
      A bit more for -rc2 · d09b6927
      Junio C Hamano 提交于
      d09b6927
    • J
      Merge branch 'tg/stash-doc-cleanup' · 57f7345b
      Junio C Hamano 提交于
      The documentation explained what "git stash" does to the working
      tree (after stashing away the local changes) in terms of "reset
      --hard", which was exposing an unnecessary implementation detail.
      
      * tg/stash-doc-cleanup:
        Documentation/stash: remove mention of git reset --hard
      57f7345b
    • J
      Merge branch 'jk/doc-submodule-markup-fix' · 3e23116d
      Junio C Hamano 提交于
      Doc markup fix.
      
      * jk/doc-submodule-markup-fix:
        docs/git-submodule: fix unbalanced quote
      3e23116d
    • J
      Merge branch 'jk/doc-remote-helpers-markup-fix' · 8c00b7e5
      Junio C Hamano 提交于
      Doc markup fix.
      
      * jk/doc-remote-helpers-markup-fix:
        docs/gitremote-helpers: fix unbalanced quotes
      8c00b7e5
    • J
      Merge branch 'sb/doc-unify-bottom' · 153a33f9
      Junio C Hamano 提交于
      Doc clean-up.
      
      * sb/doc-unify-bottom:
        Documentation: unify bottom "part of git suite" lines
      153a33f9
    • J
      Merge branch 'sb/push-options-via-transport' · ca3c2b85
      Junio C Hamano 提交于
      The push-options given via the "--push-options" option were not
      passed through to external remote helpers such as "smart HTTP" that
      are invoked via the transport helper.
      
      * sb/push-options-via-transport:
        push options: pass push options to the transport helper
      ca3c2b85
    • J
      Merge branch 'cw/completion' · 3f4ccb5a
      Junio C Hamano 提交于
      More command line completion (in contrib/) for recent additions.
      
      * cw/completion:
        completion: recognize more long-options
        completion: teach remote subcommands to complete options
        completion: teach replace to complete options
        completion: teach ls-remote to complete options
        completion: improve bash completion for git-add
        completion: add subcommand completion for rerere
        completion: teach submodule subcommands to complete options
      3f4ccb5a
    • J
      Merge branch 'rs/swap' · cbf1860d
      Junio C Hamano 提交于
      Code clean-up.
      
      * rs/swap:
        graph: use SWAP macro
        diff: use SWAP macro
        use SWAP macro
        apply: use SWAP macro
        add SWAP macro
      cbf1860d
    • J
      Merge branch 'sb/submodule-doc' · 2f4e87d7
      Junio C Hamano 提交于
      Doc updates.
      
      * sb/submodule-doc:
        submodule update documentation: don't repeat ourselves
        submodule documentation: add options to the subcommand
      2f4e87d7
  3. 14 2月, 2017 3 次提交
    • T
      Documentation/stash: remove mention of git reset --hard · 20a7e061
      Thomas Gummerer 提交于
      Don't mention git reset --hard in the documentation for git stash save.
      It's an implementation detail that doesn't matter to the end user and
      thus shouldn't be exposed to them.  In addition it's not quite true for
      git stash -p, and will not be true when a filename argument to limit the
      stash to a few files is introduced.
      Signed-off-by: NThomas Gummerer <t.gummerer@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      20a7e061
    • J
      docs/git-submodule: fix unbalanced quote · e91461b3
      Jeff King 提交于
      The documentation gives an example of the submodule foreach
      command that uses both backticks and single-quotes. We stick
      the whole thing inside "+" markers to make it monospace, but
      the inside punctuation still needs escaping. We handle the
      backticks with "{backtick}", and use backslash-escaping for
      the single-quotes.
      
      But we missed the escaping on the second quote. Fortunately,
      asciidoc renders this unbalanced quote as we want (showing
      the quote), but asciidoctor does not. We could fix it by
      adding the missing backslash.
      
      However, let's take a step back. Even when rendered
      correctly, it's hard to read a long command stuck into the
      middle of a paragraph, and the important punctuation is hard
      to notice. Let's instead bump it into its own single-line
      code block. That makes both the source and the rendered
      result more readable, and as a bonus we don't have to worry
      about quoting at all.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      e91461b3
    • J
      docs/gitremote-helpers: fix unbalanced quotes · 2aaf37b6
      Jeff King 提交于
      Each of these options is missing the closing single-quote on
      the option name. This understandably confuses asciidoc,
      which ends up rendering a stray quote, like:
      
        option cloning {'true|false}
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2aaf37b6
  4. 12 2月, 2017 1 次提交
  5. 11 2月, 2017 13 次提交
  6. 10 2月, 2017 1 次提交
  7. 09 2月, 2017 8 次提交
  8. 07 2月, 2017 3 次提交