1. 06 8月, 2006 2 次提交
  2. 05 8月, 2006 3 次提交
  3. 04 8月, 2006 15 次提交
  4. 03 8月, 2006 9 次提交
  5. 02 8月, 2006 7 次提交
  6. 01 8月, 2006 4 次提交
    • J
      fetch/clone: mark messages from remote side stand out. · dfa46478
      Junio C Hamano 提交于
      When dealing with a corrupt or out of sync remote repository,
      the user often gets error messages like this:
      
      	error: refs/heads/devel does not point to a valid commit object!
      
      which leaves the user wondering if the breakage is on the local
      end or on the remote end.  This is unnecessarily alarming.
      
      This patch changes the way we display messages received from the
      remote side over the git protocol sideband (i.e. stderr stream
      of the remote process).  It shows them with blue background with
      white letters, but this presentation is subject to proposals of
      better ways from the list.
      
      The problem was pointed out by Andrew Morton.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      dfa46478
    • J
      Merge branch 'rs/rebase' · bc9e1b84
      Junio C Hamano 提交于
      * rs/rebase:
        rebase: Make the fast-fowarding message more user-friendly by using branch names instead of SHA1 IDs.
        rebase: Fix the detection of fast-forwarding of the current branch to upstream.
      bc9e1b84
    • J
      Merge branch 'ml/pager' · 056d6d4e
      Junio C Hamano 提交于
      056d6d4e
    • J
      Merge branch 'jc/checkout' · 0225de86
      Junio C Hamano 提交于
      * jc/checkout:
        git-checkout: allow "checkout HEAD -- path"
      0225de86