1. 03 11月, 2008 1 次提交
  2. 11 9月, 2008 2 次提交
  3. 05 8月, 2008 1 次提交
  4. 09 7月, 2008 1 次提交
  5. 06 7月, 2008 1 次提交
  6. 16 6月, 2008 2 次提交
  7. 06 5月, 2008 1 次提交
  8. 06 2月, 2008 1 次提交
  9. 03 10月, 2007 1 次提交
  10. 11 8月, 2007 1 次提交
  11. 04 8月, 2007 1 次提交
  12. 17 7月, 2007 1 次提交
  13. 21 6月, 2007 1 次提交
  14. 07 6月, 2007 1 次提交
    • J
      War on whitespace · a6080a0a
      Junio C Hamano 提交于
      This uses "git-apply --whitespace=strip" to fix whitespace errors that have
      crept in to our source files over time.  There are a few files that need
      to have trailing whitespaces (most notably, test vectors).  The results
      still passes the test, and build result in Documentation/ area is unchanged.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a6080a0a
  15. 13 1月, 2007 1 次提交
  16. 14 12月, 2006 1 次提交
  17. 13 12月, 2006 1 次提交
  18. 22 11月, 2006 1 次提交
  19. 30 9月, 2006 1 次提交
  20. 09 8月, 2006 1 次提交
  21. 09 7月, 2006 1 次提交
  22. 04 7月, 2006 1 次提交
    • P
      Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @inc munging · 6fcca938
      Petr Baudis 提交于
      This makes the Git perl scripts check $GITPERLLIB instead of
      $RUNNING_GIT_TESTS, which makes more sense if you are setting up your shell
      environment to use a non-installed Git instance.
      
      It also weeds out the @inc munging from the individual scripts and makes
      Makefile add it during the .perl files processing, so that we can change
      just a single place when we modify this shared logic. It looks ugly in the
      scripts, too. ;-)
      
      And instead of doing arcane things with the @inc array, we just do 'use lib'
      instead, which is essentialy the same thing anyway.
      
      I first want to do three separate patches but it turned out that it's quite
      a lot neater when bundled together, so I hope it's ok.
      Signed-off-by: NPetr Baudis <pasky@suse.cz>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      6fcca938
  23. 03 7月, 2006 2 次提交
  24. 21 6月, 2006 1 次提交
  25. 01 3月, 2006 1 次提交
  26. 22 1月, 2006 1 次提交
  27. 06 12月, 2005 1 次提交
  28. 12 11月, 2005 1 次提交
  29. 10 11月, 2005 1 次提交
  30. 07 11月, 2005 1 次提交
  31. 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
  32. 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
  33. 23 7月, 2005 1 次提交
  34. 19 6月, 2005 1 次提交
  35. 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