1. 11 4月, 2010 3 次提交
    • J
      Merge branch 'mr/gitweb-jsmin' · b92cbb62
      Junio C Hamano 提交于
      * mr/gitweb-jsmin:
        gitweb: update INSTALL to use shorter make target
        gitweb: add documentation to INSTALL regarding gitweb.js
        instaweb: add minification awareness
        Gitweb: add autoconfigure support for minifiers
        Gitweb: add support for minifying gitweb.css
        Gitweb: add ignore and clean rules for minified files
      b92cbb62
    • J
      Merge branch 'jl/maint-submodule-gitfile-awareness' · 055e1e29
      Junio C Hamano 提交于
      * jl/maint-submodule-gitfile-awareness:
        Teach diff --submodule and status to handle .git files in submodules
      055e1e29
    • J
      Teach diff --submodule and status to handle .git files in submodules · eee49b6c
      Jens Lehmann 提交于
      The simple test for an existing .git directory gives an incorrect result
      if .git is a file that records "gitdir: overthere". So for submodules that
      use a .git file, "git status" and the diff family - when the "--submodule"
      option is given - did assume the submodule was not populated at all when
      a .git file was used, thus generating wrong output or no output at all.
      
      This is fixed by using read_gitfile_gently() to get the correct location
      of the .git directory. While at it, is_submodule_modified() was cleaned up
      to use the "dir" member of "struct child_process" instead of setting the
      GIT_WORK_TREE and GIT_DIR environment variables.
      Signed-off-by: NJens Lehmann <Jens.Lehmann@web.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      eee49b6c
  2. 10 4月, 2010 14 次提交
  3. 09 4月, 2010 4 次提交
  4. 08 4月, 2010 3 次提交
  5. 07 4月, 2010 8 次提交
  6. 06 4月, 2010 1 次提交
    • J
      Revert "Link against libiconv on IRIX" · 8b5fe8c9
      Junio C Hamano 提交于
      Brandon Casey reports:
      
          Subject: Re: [PATCH] Link against libiconv on IRIX
          Date: Mon, 05 Apr 2010 11:45:32 -0500
          Message-Id: <1UypQMCHLT57SnjSQIM66RTkLalsvavG8xXoQJv4rEQ@cipher.nrlssc.navy.mil>
      
          This breaks compilation on IRIX 6.5.29m for me since there
          is no separate libiconv.so.
      
          What version of IRIX are you using?
      
          On my system, even the iconv utility doesn't link against
          a libiconv shared object.  It seems the iconv functionality is in libc.
      
             # ldd /usr/bin/iconv
      	       libc.so.1  =>    /usr/lib32/libc.so.1
      
          Could it be that you are using a third party iconv library?
          I've experienced this on another system and the problem was related
          to curl.  In that case, curl was linked against an external iconv and
          not the native library, so if I tried to build with curl support, I had
          to also build against the external iconv library.
      
      While we wait for an improved solution, revert the regression caused by
      21704227.
      8b5fe8c9
  7. 05 4月, 2010 4 次提交
  8. 04 4月, 2010 3 次提交