1. 12 9月, 2005 6 次提交
  2. 11 9月, 2005 17 次提交
  3. 10 9月, 2005 7 次提交
  4. 09 9月, 2005 4 次提交
  5. 08 9月, 2005 6 次提交
    • J
      Documentation updates. · 35ef3a4c
      Junio C Hamano 提交于
      Fill in more missing documentation.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      35ef3a4c
    • L
      [PATCH] git-daemon --inetd · 7c3693f1
      lars.doelle@on-line.de 提交于
      git-daemon using inetd. does not work properly. inetd routes stderr onto the
      network line just like stdout, which was apparently not expected to be so.
      
      As the result of this, the stream is closed by the receiver, because some
      "Packing %d objects\n" originating from pack_objects is first reported over
      the line instead of the expected pack_header, and so the SIGNATURE test
      fails.  Here is a workaround.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      7c3693f1
    • J
      git --version tells which version of git you have. · 6a2e50f9
      Junio C Hamano 提交于
      Originally from Martin Atukunda <matlads@dsmagic.com> but adjusted for
      post-rename code.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      6a2e50f9
    • A
      [PATCH] Do not create bogus branch from flag to git branch · a3b427b9
      Amos Waterland 提交于
      If you run `git branch --help', you will unexpectedly have created a new
      branch named "--help".  This simple patch adds logic and a usage
      statement to catch this and similar problems, and adds a testcase for it.
      Signed-off-by: NAmos Waterland <apw@rossby.metr.ou.edu>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      a3b427b9
    • P
      [PATCH] Portability fix for Solaris 10/x86 · f0ebff0d
      Patrick Mauritz 提交于
       * getdomainname unavailable there.
       * needs -lsocket for linkage.
       * needs __EXTENSIONS__ at the beginning of convert-objects.c
      
      [JC: I've done this slightly differently from what Patrick originally
      sent to the list and dropped the bit that deals with installations
      that has curl header and library at non-default location.  I am
      resisting the slipperly slope called autoconf.]
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      f0ebff0d
    • 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