1. 14 6月, 2019 4 次提交
    • J
      Merge branch 'jk/unused-params-final-batch' · c0e78f7e
      Junio C Hamano 提交于
      * jk/unused-params-final-batch:
        verify-commit: simplify parameters to run_gpg_verify()
        show-branch: drop unused parameter from show_independent()
        rev-list: drop unused void pointer from finish_commit()
        remove_all_fetch_refspecs(): drop unused "remote" parameter
        receive-pack: drop unused "commands" from prepare_shallow_update()
        pack-objects: drop unused rev_info parameters
        name-rev: drop unused parameters from is_better_name()
        mktree: drop unused length parameter
        wt-status: drop unused status parameter
        read-cache: drop unused parameter from threaded load
        clone: drop dest parameter from copy_alternates()
        submodule: drop unused prefix parameter from some functions
        builtin: consistently pass cmd_* prefix to parse_options
        cmd_{read,write}_tree: rename "unused" variable that is used
      c0e78f7e
    • J
      Merge branch 'sb/format-patch-base-patch-id-fix' · 8202d12f
      Junio C Hamano 提交于
      The "--base" option of "format-patch" computed the patch-ids for
      prerequisite patches in an unstable way, which has been updated to
      compute in a way that is compatible with "git patch-id --stable".
      
      * sb/format-patch-base-patch-id-fix:
        format-patch: make --base patch-id output stable
        format-patch: inform user that patch-id generation is unstable
      8202d12f
    • J
      Merge branch 'nd/init-relative-template-fix' · cf3269fb
      Junio C Hamano 提交于
      A relative pathname given to "git init --template=<path> <repo>"
      ought to be relative to the directory "git init" gets invoked in,
      but it instead was made relative to the repository, which has been
      corrected.
      
      * nd/init-relative-template-fix:
        init: make --template path relative to $CWD
      cf3269fb
    • J
      Merge branch 'ab/send-email-transferencoding-fix' · 86d2271f
      Junio C Hamano 提交于
      Since "git send-email" learned to take 'auto' as the value for the
      transfer-encoding, it by mistake stopped honoring the values given
      to the configuration variables sendemail.transferencoding and/or
      sendemail.<ident>.transferencoding.  This has been corrected to
      (finally) redoing the order of setting the default, reading the
      configuration and command line options.
      
      * ab/send-email-transferencoding-fix:
        send-email: fix regression in sendemail.identity parsing
        send-email: document --no-[to|cc|bcc]
        send-email: fix broken transferEncoding tests
        send-email: remove cargo-culted multi-patch pattern in tests
        send-email: do defaults -> config -> getopt in that order
        send-email: rename the @bcclist variable for consistency
        send-email: move the read_config() function above getopts
      86d2271f
  2. 08 6月, 2019 2 次提交
    • J
      Git 2.22 · b697d92f
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      b697d92f
    • J
      Merge tag 'l10n-2.22.0-rnd3' of git://github.com/git-l10n/git-po · 6ee1eaca
      Junio C Hamano 提交于
      l10n-2.22.0-rnd3
      
      * tag 'l10n-2.22.0-rnd3' of git://github.com/git-l10n/git-po: (25 commits)
        l10n: fr.po: Review French translation
        l10n: de.po: Update German translation
        l10n: de.po: improve description of 'git reset --quiet'
        l10n: TEAMS: Change German translation team leader
        l10n: bg.po: Updated Bulgarian translation (4581t)
        l10n: zh_CN: Revision for git v2.22.0 l10n
        l10n: zh_CN: for git v2.22.0 l10n round 1~3
        l10n: es: 2.22.0 round 3
        l10n: it.po: Updated Italian translation
        l10n: fr v2.22.0 rnd 3
        l10n: vi.po(4581t): Updated Vietnamese translation for v2.22.0 round 3
        l10n: git.pot: v2.22.0 round 3 (3 new, 2 removed)
        l10n: es: 2.22.0 round 2
        l10n: bg.po: Updated Bulgarian translation (4580t)
        l10n: vi.po(4580t): Updated Vietnamese translation for v2.22.0 round 2
        l10n: fr.po v2.22.0 round 2
        l10n: git.pot: v2.22.0 round 2 (6 new, 3 removed)
        l10n: bg.po: Updated Bulgarian translation (4577t)
        l10n: es: 2.22.0 round 1
        l10n: vi.po(4577t): Updated Vietnamese translation for v2.22.0 round 1
        ...
      6ee1eaca
  3. 07 6月, 2019 4 次提交
  4. 06 6月, 2019 4 次提交
  5. 05 6月, 2019 8 次提交
  6. 04 6月, 2019 7 次提交
  7. 03 6月, 2019 1 次提交
  8. 02 6月, 2019 3 次提交
  9. 01 6月, 2019 1 次提交
  10. 31 5月, 2019 6 次提交