1. 30 9月, 2007 18 次提交
  2. 29 9月, 2007 3 次提交
  3. 28 9月, 2007 1 次提交
  4. 27 9月, 2007 3 次提交
  5. 26 9月, 2007 14 次提交
  6. 25 9月, 2007 1 次提交
    • 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