1. 22 11月, 2005 3 次提交
    • J
      rename detection with -M100 means "exact renames only". · 9f70b806
      Junio C Hamano 提交于
      When the user is interested in pure renames, there is no point
      doing the similarity scores.  This changes the score argument
      parsing to special case -M100 (otherwise, it is a precision
      scaled value 0 <= v < 1 and would mean 0.1, not 1.0 --- if you
      do mean 0.1, you can say -M1), and optimizes the diffcore_rename
      transformation to only look at pure renames in that case.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      9f70b806
    • J
      format-patch: fix two-argument special case, and make it easier to pick single commits · 88b5a748
      Junio C Hamano 提交于
      Luben Tuikov noticed that sometimes being able to say
      'git-format-patch <commit>' to format the change a single commit
      introduces relative to its parent is handy.
      
      This patch does not support that directly, but it makes sense to
      interpret a single argument "rev" to mean "rev^1..rev".
      
      With this, the backward compatibility syntaxes still apply:
      
       - "format-patch master" means "format-patch master..HEAD"
       - "format-patch origin master" means "format-patch origin..master"
       - "format-patch origin.." means "format-patch origin..HEAD"
      
      But "format-patch a b c d e" formats the changes these five
      commits introduce relative to their respective parents.  Earlier
      it rejected these arguments not in "one..two" form.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      88b5a748
    • J
      Fix hooks/update template. · 60abce3c
      Junio C Hamano 提交于
      Make the example address RFC2606 (aka BCP0032) compliant.  Also
      fix a couple of shell script errors.
      
      Noted and fixed by Matthew Wilcox and Andreas Ericsson.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      60abce3c
  2. 21 11月, 2005 9 次提交
  3. 20 11月, 2005 23 次提交
  4. 19 11月, 2005 5 次提交