1. 12 10月, 2005 1 次提交
    • L
      Use git config file for committer name and email info · e1b10391
      Linus Torvalds 提交于
      This starts using the "user.name" and "user.email" config variables if
      they exist as the default name and email when committing.  This means
      that you don't have to use the GIT_COMMITTER_EMAIL environment variable
      to override your email - you can just edit the config file instead.
      
      The patch looks bigger than it is because it makes the default name and
      email information non-static and renames it appropriately.  And it moves
      the common git environment variables into a new library file, so that
      you can link against libgit.a and get the git environment without having
      to link in zlib and libcrypt.
      
      In short, most of it is renaming and moving, the real change core is
      just a few new lines in "git_default_config()" that copies the user
      config values to the new base.
      
      It also changes "git-var -l" to list the config variables.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      e1b10391
  2. 21 9月, 2005 1 次提交
  3. 18 9月, 2005 1 次提交
  4. 10 9月, 2005 1 次提交
  5. 08 9月, 2005 1 次提交
    • 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
  6. 24 8月, 2005 1 次提交
  7. 16 7月, 2005 2 次提交
  8. 13 7月, 2005 1 次提交