1. 01 6月, 2009 7 次提交
  2. 31 5月, 2009 2 次提交
  3. 30 5月, 2009 3 次提交
  4. 29 5月, 2009 2 次提交
  5. 28 5月, 2009 2 次提交
  6. 27 5月, 2009 3 次提交
    • S
      t5500: Modernize test style · 3902985a
      Stephen Boyd 提交于
      Code outside of the test harness was emitting "Initializing..." from
      git-init. Fixup this test to be more modern:
      
          - test_expect_object_count() and count_objects() are unused
      
          - use grep directly instead of test "..." = $(grep ...)
      
          - end the test_expect_success line with a single-quote and put the
            test on a new line
      
          - put as much code inside the test harness as possible
      
          - no_strict_count_check is unused and duplicates the test
            "new object count"
      
          - use && whenever possible to catch errors early
      
          - use test_tick instead of GIT_AUTHOR_DATE=$sec
      
          - remove debugging aid log.txt
      
          - use subshells instead of cd-ing around
      
      Also merge the pull test into one large test.
      Signed-off-by: NStephen Boyd <bebarino@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3902985a
    • J
      completion: fix PS1 display during an AM on detached HEAD · d7107ca6
      Junio C Hamano 提交于
      This is a companion patch to previous 8763dbb1 (completion: fix PS1 display
      during a merge on detached HEAD, 2009-05-16).  While rebasing or running am
      on a detached HEAD, the code failed to set $b (branch description) that
      enables the whole status display business.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d7107ca6
    • B
      imap-send: add support for IPv6 · 94ad2437
      Benjamin Kramer 提交于
      Add IPv6 support by implementing name resolution with the
      protocol agnostic getaddrinfo(3) API. The old gethostbyname(3)
      code is still available when git is compiled with NO_IPV6.
      Signed-off-by: NBenjamin Kramer <benny.kra@googlemail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      94ad2437
  7. 26 5月, 2009 18 次提交
  8. 25 5月, 2009 3 次提交