1. 09 5月, 2018 7 次提交
  2. 26 4月, 2018 9 次提交
  3. 12 4月, 2018 16 次提交
  4. 11 4月, 2018 8 次提交
    • 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