1. 21 4月, 2008 1 次提交
    • P
      Add a remote.*.mirror configuration option · 84bb2dfd
      Paolo Bonzini 提交于
      This patch adds a remote.*.mirror configuration option that,
      when set, automatically puts git-push in --mirror mode for that
      remote.
      
      Furthermore, the option is set automatically by `git remote
      add --mirror'.
      
      The code in remote.c to parse remote.*.skipdefaultupdate
      had a subtle problem: a comment in the code indicated that
      special care was needed for boolean options, but this care was
      not used in parsing the option.  Since I was touching related
      code, I did this fix too.
      
      [jc: and I further fixed up the "ignore boolean" code.]
      Signed-off-by: NPaolo Bonzini <bonzini@gnu.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      84bb2dfd
  2. 19 4月, 2008 1 次提交
  3. 10 4月, 2008 1 次提交
  4. 24 3月, 2008 1 次提交
  5. 20 3月, 2008 1 次提交
  6. 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
  7. 09 3月, 2008 1 次提交
  8. 06 3月, 2008 1 次提交
  9. 03 3月, 2008 1 次提交
  10. 01 3月, 2008 2 次提交