1. 13 2月, 2019 2 次提交
  2. 12 2月, 2019 3 次提交
  3. 09 2月, 2019 16 次提交
  4. 08 2月, 2019 6 次提交
  5. 07 2月, 2019 13 次提交
    • J
      Git 2.21-rc0 · d62dad7a
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d62dad7a
    • J
      Merge branch 'jk/add-ignore-errors-bit-assignment-fix' · 9293bf6f
      Junio C Hamano 提交于
      A hotfix to an incomplete fix made earlier.
      
      * jk/add-ignore-errors-bit-assignment-fix:
        add_to_index(): convert forgotten HASH_RENORMALIZE check
      9293bf6f
    • J
      Merge branch 'rj/sparse-flags' · fe8e6865
      Junio C Hamano 提交于
      Use of the sparse tool got easier to customize from the command
      line to help developers.
      
      * rj/sparse-flags:
        Makefile: improve SPARSE_FLAGS customisation
        config.mak.uname: remove obsolete SPARSE_FLAGS setting
      fe8e6865
    • J
      Merge branch 'bc/fetch-pack-clear-alternate-shallow' · 8f0f4653
      Junio C Hamano 提交于
      "git fetch" over protocol v2 that needs to make a second connection
      to backfill tags did not clear a variable that holds shallow
      repository information correctly, leading to an access of freed
      piece of memory.
      
      * bc/fetch-pack-clear-alternate-shallow:
        fetch-pack: clear alternate shallow in one more place
        fetch-pack: clear alternate shallow when complete
      8f0f4653
    • J
      Merge branch 'ma/doc-diff-usage-fix' · 0b5dc59c
      Junio C Hamano 提交于
      Running "Documentation/doc-diff x" from anywhere other than the
      top-level of the working tree did not show the usage string
      correctly, which has been fixed.
      
      * ma/doc-diff-usage-fix:
        doc-diff: don't `cd_to_toplevel`
      0b5dc59c
    • J
      Merge branch 'ab/diff-tree-doc-fix' · 9c90dab1
      Junio C Hamano 提交于
      Doc fix.
      
      * ab/diff-tree-doc-fix:
        diff-tree doc: correct & remove wrong documentation
      9c90dab1
    • J
      Merge branch 'ss/describe-dirty-in-the-right-directory' · a1e19004
      Junio C Hamano 提交于
      "git --work-tree=$there --git-dir=$here describe --dirty" did not
      work correctly as it did not pay attention to the location of the
      worktree specified by the user by mistake, which has been
      corrected.
      
      * ss/describe-dirty-in-the-right-directory:
        t6120: test for describe with a bare repository
        describe: setup working tree for --dirty
      a1e19004
    • J
      Merge branch 'sg/travis-osx-brew-breakage-workaround' · d219b7f3
      Junio C Hamano 提交于
      The way the OSX build jobs updates its build environment used the
      "--quiet" option to "brew update" command, but it wasn't all that
      quiet to be useful.  The use of the option has been replaced with
      an explicit redirection to the /dev/null (which incidentally would
      have worked around a breakage by recent updates to homebrew, which
      has fixed itself already).
      
      * sg/travis-osx-brew-breakage-workaround:
        travis-ci: make the OSX build jobs' 'brew update' more quiet
      d219b7f3
    • J
      Merge branch 'nd/commit-doc' · 7a154792
      Junio C Hamano 提交于
      Doc update.
      
      * nd/commit-doc:
        git-commit.txt: better description what it does
      7a154792
    • J
      Merge branch 'sl/const' · 3a14fdec
      Junio C Hamano 提交于
      Code cleanup.
      
      * sl/const:
        various: tighten constness of some local variables
      3a14fdec
    • J
      Merge branch 'sh/submodule-summary-abbrev-fix' · 257507a3
      Junio C Hamano 提交于
      The "git submodule summary" subcommand showed shortened commit
      object names by mechanically truncating them at 7-hexdigit, which
      has been improved to let "rev-parse --short" scale the length of
      the abbreviation with the size of the repository.
      
      * sh/submodule-summary-abbrev-fix:
        git-submodule.sh: shorten submodule SHA-1s using rev-parse
      257507a3
    • J
      Merge branch 'nd/help-align-command-desc' · 75e1a08b
      Junio C Hamano 提交于
      Output from "git help" was not correctly aligned, which has been
      fixed.
      
      * nd/help-align-command-desc:
        help: align the longest command in the command listing
      75e1a08b
    • J
      Merge branch 'jk/loose-object-cache-oid' · cba595ab
      Junio C Hamano 提交于
      Code clean-up.
      
      * jk/loose-object-cache-oid:
        prefer "hash mismatch" to "sha1 mismatch"
        sha1-file: avoid "sha1 file" for generic use in messages
        sha1-file: prefer "loose object file" to "sha1 file" in messages
        sha1-file: drop has_sha1_file()
        convert has_sha1_file() callers to has_object_file()
        sha1-file: convert pass-through functions to object_id
        sha1-file: modernize loose header/stream functions
        sha1-file: modernize loose object file functions
        http: use struct object_id instead of bare sha1
        update comment references to sha1_object_info()
        sha1-file: fix outdated sha1 comment references
      cba595ab