1. 09 5月, 2018 3 次提交
  2. 26 4月, 2018 9 次提交
  3. 12 4月, 2018 16 次提交
  4. 11 4月, 2018 12 次提交
    • J
      Revert "Merge branch 'en/rename-directory-detection'" · 8b026eda
      Junio C Hamano 提交于
      This reverts commit e4bb62fa, reversing
      changes made to 468165c1.
      
      The topic appears to inflict severe regression in renaming merges,
      even though the promise of it was that it would improve them.
      
      We do not yet know which exact change in the topic was wrong, but in
      the meantime, let's play it safe and revert it out of 'master'
      before real Git-using projects are harmed.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      8b026eda
    • J
      The third batch for 2.18 · 26e47e26
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      26e47e26
    • J
      Merge branch 'eb/cred-helper-ignore-sigpipe' · 7a94b26f
      Junio C Hamano 提交于
      When credential helper exits very quickly without reading its
      input, it used to cause Git to die with SIGPIPE, which has been
      fixed.
      
      * eb/cred-helper-ignore-sigpipe:
        credential: ignore SIGPIPE when writing to credential helpers
      7a94b26f
    • J
      Merge branch 'lv/tls-1.3' · 9b59d886
      Junio C Hamano 提交于
      When built with more recent cURL, GIT_SSL_VERSION can now specify
      "tlsv1.3" as its value.
      
      * lv/tls-1.3:
        http: allow use of TLS 1.3
      9b59d886
    • J
      Merge branch 'pk/test-avoid-pipe-hiding-exit-status' · c40c1a0d
      Junio C Hamano 提交于
      Test cleanup.
      
      * pk/test-avoid-pipe-hiding-exit-status:
        test: avoid pipes in git related commands for test
      c40c1a0d
    • J
      Merge branch 'rs/status-with-removed-submodule' · 103251a3
      Junio C Hamano 提交于
      "git submodule status" misbehaved on a submodule that has been
      removed from the working tree.
      
      * rs/status-with-removed-submodule:
        submodule: check for NULL return of get_submodule_ref_store()
      103251a3
    • J
      Merge branch 'nd/combined-test-helper' · 27f25845
      Junio C Hamano 提交于
      Small test-helper programs have been consolidated into a single
      binary.
      
      * nd/combined-test-helper: (36 commits)
        t/helper: merge test-write-cache into test-tool
        t/helper: merge test-wildmatch into test-tool
        t/helper: merge test-urlmatch-normalization into test-tool
        t/helper: merge test-subprocess into test-tool
        t/helper: merge test-submodule-config into test-tool
        t/helper: merge test-string-list into test-tool
        t/helper: merge test-strcmp-offset into test-tool
        t/helper: merge test-sigchain into test-tool
        t/helper: merge test-sha1-array into test-tool
        t/helper: merge test-scrap-cache-tree into test-tool
        t/helper: merge test-run-command into test-tool
        t/helper: merge test-revision-walking into test-tool
        t/helper: merge test-regex into test-tool
        t/helper: merge test-ref-store into test-tool
        t/helper: merge test-read-cache into test-tool
        t/helper: merge test-prio-queue into test-tool
        t/helper: merge test-path-utils into test-tool
        t/helper: merge test-online-cpus into test-tool
        t/helper: merge test-mktemp into test-tool
        t/helper: merge (unused) test-mergesort into test-tool
        ...
      27f25845
    • J
      Merge branch 'sb/packfiles-in-repository' · 3a1ec60c
      Junio C Hamano 提交于
      Refactoring of the internal global data structure continues.
      
      * sb/packfiles-in-repository:
        packfile: keep prepare_packed_git() private
        packfile: allow find_pack_entry to handle arbitrary repositories
        packfile: add repository argument to find_pack_entry
        packfile: allow reprepare_packed_git to handle arbitrary repositories
        packfile: allow prepare_packed_git to handle arbitrary repositories
        packfile: allow prepare_packed_git_one to handle arbitrary repositories
        packfile: add repository argument to reprepare_packed_git
        packfile: add repository argument to prepare_packed_git
        packfile: add repository argument to prepare_packed_git_one
        packfile: allow install_packed_git to handle arbitrary repositories
        packfile: allow rearrange_packed_git to handle arbitrary repositories
        packfile: allow prepare_packed_git_mru to handle arbitrary repositories
      3a1ec60c
    • J
      Merge branch 'sb/object-store' · cf0b1793
      Junio C Hamano 提交于
      Refactoring the internal global data structure to make it possible
      to open multiple repositories, work with and then close them.
      
      Rerolled by Duy on top of a separate preliminary clean-up topic.
      The resulting structure of the topics looked very sensible.
      
      * sb/object-store: (27 commits)
        sha1_file: allow sha1_loose_object_info to handle arbitrary repositories
        sha1_file: allow map_sha1_file to handle arbitrary repositories
        sha1_file: allow map_sha1_file_1 to handle arbitrary repositories
        sha1_file: allow open_sha1_file to handle arbitrary repositories
        sha1_file: allow stat_sha1_file to handle arbitrary repositories
        sha1_file: allow sha1_file_name to handle arbitrary repositories
        sha1_file: add repository argument to sha1_loose_object_info
        sha1_file: add repository argument to map_sha1_file
        sha1_file: add repository argument to map_sha1_file_1
        sha1_file: add repository argument to open_sha1_file
        sha1_file: add repository argument to stat_sha1_file
        sha1_file: add repository argument to sha1_file_name
        sha1_file: allow prepare_alt_odb to handle arbitrary repositories
        sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
        sha1_file: add repository argument to prepare_alt_odb
        sha1_file: add repository argument to link_alt_odb_entries
        sha1_file: add repository argument to read_info_alternates
        sha1_file: add repository argument to link_alt_odb_entry
        sha1_file: add raw_object_store argument to alt_odb_usable
        pack: move approximate object count to object store
        ...
      cf0b1793
    • J
      Merge branch 'jc/test-must-be-empty' · 5ff42d42
      Junio C Hamano 提交于
      Test helper update.
      
      * jc/test-must-be-empty:
        test_must_be_empty: simplify file existence check
      5ff42d42
    • J
      Merge branch 'cc/perf-aggregate-sort' · 18196307
      Junio C Hamano 提交于
      Perf-test update.
      
      * cc/perf-aggregate-sort:
        perf/aggregate: add --sort-by=regression option
        perf/aggregate: add display_dir()
      18196307
    • J
      Merge branch 'ab/doc-hash-brokenness' · d877975e
      Junio C Hamano 提交于
      Doc updates.
      
      * ab/doc-hash-brokenness:
        doc hash-function-transition: clarify what SHAttered means
        doc hash-function-transition: clarify how older gits die on NewHash
      d877975e