1. 16 9月, 2005 1 次提交
  2. 13 9月, 2005 2 次提交
  3. 11 9月, 2005 1 次提交
    • J
      Add a new merge strategy by Fredrik Kuivinen. · 720d150c
      Junio C Hamano 提交于
      I really wanted to try this out, instead of asking for an adjustment
      to the 'git merge' driver and waiting.  For now the new strategy is
      called 'fredrik' and not in the list of default strategies to be tried.
      
      The script wants Python 2.4 so this commit also adjusts Debian and RPM
      build procecure files.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      720d150c
  4. 10 9月, 2005 1 次提交
  5. 08 9月, 2005 1 次提交
    • J
      Big tool rename. · 215a7ad1
      Junio C Hamano 提交于
      As promised, this is the "big tool rename" patch.  The primary differences
      since 0.99.6 are:
      
        (1) git-*-script are no more.  The commands installed do not
            have any such suffix so users do not have to remember if
            something is implemented as a shell script or not.
      
        (2) Many command names with 'cache' in them are renamed with
            'index' if that is what they mean.
      
      There are backward compatibility symblic links so that you and
      Porcelains can keep using the old names, but the backward
      compatibility support  is expected to be removed in the near
      future.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      215a7ad1
  6. 27 8月, 2005 1 次提交