1. 10 9月, 2015 1 次提交
  2. 09 9月, 2015 2 次提交
  3. 07 9月, 2015 1 次提交
    • J
      am: match --signoff to the original scripted version · aab84542
      Junio C Hamano 提交于
      Linus noticed that the recently reimplemented "git am -s" defines
      the trailer block too rigidly, resulting in an unnecessary blank
      line between the existing sign-offs and his new sign-off.  An e-mail
      submission sent to Linus in real life ends with mixture of sign-offs
      and commentaries, e.g.
      
      	title here
      
      	message here
      Signed-off-by: NOriginal Author <original@auth.or>
      	[rv: tweaked frotz and nitfol]
      Signed-off-by: NRe Viewer <rv@ew.er>
      Signed-off-by: NOther Reviewer <other@rev.ewer>
      	---
      	patch here
      
      Because the reimplementation reused append_signoff() helper that is
      used by other codepaths, which is unaware that people intermix such
      comments with their sign-offs in the trailer block, such a message
      was judged to end with a non-trailer, resulting in an extra blank
      line before adding a new sign-off.
      
      The original scripted version of "git am" used a lot looser
      definition, i.e. "if and only if there is no line that begins with
      Signed-off-by:, add a blank line before adding a new sign-off".  For
      the upcoming release, stop using the append_signoff() in "git am"
      and reimplement the looser definition used by the scripted version
      to use only in "git am" to fix this regression in "am" while
      avoiding new regressions to other users of append_signoff().
      
      In the longer term, we should look into loosening append_signoff()
      so that other codepaths that add a new sign-off behave the same way
      as "git am -s", but that is a task for post-release.
      Reported-by: NLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      aab84542
  4. 05 9月, 2015 1 次提交
  5. 04 9月, 2015 22 次提交
  6. 03 9月, 2015 5 次提交
  7. 02 9月, 2015 8 次提交