1. 13 12月, 2018 1 次提交
  2. 30 8月, 2018 1 次提交
    • R
      mailinfo: support format=flowed · 3aa4d81f
      René Scharfe 提交于
      Add best-effort support for patches sent using format=flowed (RFC 3676).
      Remove leading spaces ("unstuff"), remove soft line breaks (indicated
      by space + newline), but leave the signature separator (dash dash space
      newline) alone.
      
      Warn in git am when encountering a format=flowed patch, because any
      trailing spaces would most probably be lost, as the sending MUA is
      encouraged to remove them when preparing the email.
      
      Provide a test patch formatted by Mozilla Thunderbird 60 using its
      default configuration.  It reuses the contents of the file mailinfo.c
      before and after this patch.
      Signed-off-by: NRene Scharfe <l.s.r@web.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3aa4d81f
  3. 22 6月, 2018 1 次提交
  4. 20 6月, 2018 7 次提交
  5. 19 6月, 2018 26 次提交
  6. 18 6月, 2018 2 次提交
    • K
      t3200: clarify description of --set-upstream test · cf317877
      Kaartic Sivaraam 提交于
      Support for the --set-upstream option was removed in 52668846
      (builtin/branch: stop supporting the "--set-upstream" option,
      2017-08-17). The change did not completely remove the command
      due to an issue noted in the commit's log message.
      
      So, a test was added to ensure that a command which uses the
      '--set-upstream' option fails instead of silently acting as an alias
      for the '--set-upstream-to' option due to option parsing features.
      
      To avoid confusion, clarify that the option is disabled intentionally
      in the corresponding test description.
      
      The test is expected to be around as long as we intentionally fail
      on seeing the '--set-upstream' option which in turn we expect to
      do for a period of time after which we can be sure that existing
      users of '--set-upstream' are aware that the option is no
      longer supported.
      Signed-off-by: NKaartic Sivaraam <kaartic.sivaraam@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      cf317877
    • J
      l10n: zh_CN: for git v2.18.0 l10n round 1 to 3 · fd8cb379
      Jiang Xin 提交于
      Translate 251 new messages (3608t0f0u) for git 2.18.0.
      Signed-off-by: NJiang Xin <worldhello.net@gmail.com>
      fd8cb379
  7. 17 6月, 2018 2 次提交