1. 21 6月, 2006 1 次提交
  2. 01 3月, 2006 1 次提交
  3. 22 1月, 2006 1 次提交
  4. 06 12月, 2005 1 次提交
  5. 12 11月, 2005 1 次提交
  6. 10 11月, 2005 1 次提交
  7. 07 11月, 2005 1 次提交
  8. 13 9月, 2005 1 次提交
    • H
      [PATCH] There are several undocumented dependencies · 663a5ed5
      Horst von Brand 提交于
      There are several undocumented dependencies in the .spec and in the
      INSTALL files. The following is from Fedora, perhaps other RPM
      distributions call the packages differently.
      
      Also, the manpages aren't always installed gzipped.
      
      Updates to git-core.spec.in file:
       - Some git scripts use Perl
       - gitk needs wish, which is part of TCL/Tk.
       - curl is used all over
       - Need the ssh program from openssh-clients
      
      Updates to INSTALL:
       - Mention wish
       - Mention ssh
      Signed-off-by: NHorst H. von Brand <vonbrand@inf.utfsm.cl>
      663a5ed5
  9. 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
  10. 23 7月, 2005 1 次提交
  11. 19 6月, 2005 1 次提交
  12. 18 6月, 2005 1 次提交
    • L
      Add some installation notes in INSTALL · c538d2d3
      Linus Torvalds 提交于
      Jens was the second person who hadn't heard of the "merge" program, and
      didn't have it installed.  So document as many dependency and install
      issues as I can think of.
      c538d2d3