1. 12 3月, 2008 1 次提交
    • S
      "remote update": print remote name being fetched from · 3000658f
      Samuel Tardieu 提交于
      When the other end has dangling symref, "git fetch" issues an error
      message but that is not grave enough to cause the fetch process to fail.
      As the result, the user will see something like this:
      
          $ git remote update
          error: refs/heads/2.0-uobjects points nowhere!
      
      "remote update" used to report which remote it is fetching from, like
      this:
      
          $ git remote update
          Updating core
          Updating matthieu
          error: refs/heads/2.0-uobjects points nowhere!
          Updating origin
      
      This reinstates the message "Updating <name>" in "git remote update".
      Signed-off-by: NSamuel Tardieu <sam@rfc1149.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3000658f
  2. 09 3月, 2008 1 次提交
  3. 06 3月, 2008 1 次提交
  4. 03 3月, 2008 1 次提交
  5. 01 3月, 2008 5 次提交
  6. 28 2月, 2008 27 次提交
  7. 27 2月, 2008 4 次提交