1. 29 1月, 2007 1 次提交
  2. 22 1月, 2007 1 次提交
    • J
      Revert "prune: --grace=time" · 026aa938
      Junio C Hamano 提交于
      This reverts commit 9b088c4e.
      
      Protecting 'mature' objects does not make it any safer.  We should
      admit that git-prune is inherently unsafe when run in parallel with
      other operations without involving unwarranted locking overhead,
      and with the latest git, even rebase and reset would not immediately
      create crufts anyway.
      026aa938
  3. 21 1月, 2007 1 次提交
  4. 19 12月, 2006 2 次提交
  5. 01 9月, 2006 1 次提交
    • J
      t5710: fix two thinkos. · 2c6d22df
      Junio C Hamano 提交于
      The intention of the test seems to be to build a long chain of
      clones that locally borrow objects from their parents and see the
      system give up dereferencing long chains.  There were two problems:
      
       (1) it did not test the right repository;
       (2) it did not build a chain long enough to trigger the limitation.
      
      I do not think it is a good test to make sure the limitation the
      current implementation happens to have still exists, but that is
      a topic at a totally different level.
      
      At least this fixes the broken test.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      2c6d22df
  6. 10 7月, 2006 1 次提交
  7. 08 5月, 2006 1 次提交