1. 03 10月, 2007 2 次提交
  2. 30 9月, 2007 14 次提交
  3. 29 9月, 2007 3 次提交
  4. 28 9月, 2007 1 次提交
  5. 27 9月, 2007 3 次提交
  6. 26 9月, 2007 14 次提交
  7. 25 9月, 2007 3 次提交
    • M
      git-submodule - allow a relative path as the subproject url · f31a522a
      Mark Levedahl 提交于
      This allows a subproject's location to be specified and stored as relative
      to the parent project's location (e.g., ./foo, or ../foo). This url is
      stored in .gitmodules as given. It is resolved into an absolute url by
      appending it to the parent project's url when the information is written
      to .git/config (i.e., during submodule add for the originator, and
      submodule init for a downstream recipient). This allows cloning of the
      project to work "as expected" if the project is hosted on a different
      server than when the subprojects were added.
      Signed-off-by: NMark Levedahl <mdl123@verizon.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f31a522a
    • J
      Merge branch 'maint' · 41ef95ae
      Junio C Hamano 提交于
      * maint:
        Do not over-quote the -f envelopesender value.
        unexpected Make output (e.g. from --debug) causes build failure
        Fixed minor typo in t/t9001-send-email.sh test command line.
      41ef95ae
    • J
      Do not over-quote the -f envelopesender value. · d1637a07
      Jim Meyering 提交于
      Without this, the value passed to sendmail would have an extra set of
      single quotes.  At least exim's sendmail emulation would object to that:
      
          exim: bad -f address "'list-addr@example.org'": malformed address: ' \
            may not follow 'list-addr@example.org
          error: hooks/post-receive exited with error code 1
      Signed-off-by: NJim Meyering <jim@meyering.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d1637a07