1. 26 4月, 2005 1 次提交
  2. 24 4月, 2005 3 次提交
  3. 23 4月, 2005 1 次提交
  4. 22 4月, 2005 2 次提交
  5. 21 4月, 2005 2 次提交
  6. 20 4月, 2005 3 次提交
  7. 19 4月, 2005 7 次提交
  8. 18 4月, 2005 2 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Remove "merge-tree.c" · 2fbdd131
      Linus Torvalds 提交于
      It's there in the history if somebody wants to resurrect it, but it
      seems to have been successfully superceded by the new and improved
      index-merge thing, where we do all merging entirely in the index.
      2fbdd131
  10. 14 4月, 2005 1 次提交
  11. 13 4月, 2005 4 次提交
    • J
      [PATCH] No need to clean temp_git_file_* anymore · 42d545e8
      Junio C Hamano 提交于
      Ancient cat-file command used to leave temp_git_file_* and there
      was support to remove them in the clean target of Makefile.  I
      do not think it is needed anymore.
      
      From: Junio C Hamano <junkio@cox.net>
      Signed-off-by: NPetr Baudis <pasky@ucw.cz>
      42d545e8
    • P
      [PATCH] Make nsec checking optional · bdd4da59
      Petr Baudis 提交于
      The nsec field of ctime/mtime is now checked only with -DNSEC defined during
      compilation. nsec acts broken since it is stored in the icache but apparently
      just gets to zero when flushed to filesystem not supporting it (e.g. ext3),
      creating illusions of false changes. At least that's my impression.
      Signed-off-by: NPetr Baudis <pasky@ucw.cz>
      bdd4da59
    • P
      [PATCH] SHA1 naive collision checking · 5c2a7fbc
      Petr Baudis 提交于
      When compiled with -DCOLLISION_CHECK, we will check against SHA1
      collisions when writing to the object database.
      
      From: Christopher Li <chrislgit@chrisli.org>
      Signed-off-by: NPetr Baudis <pasky@ucw.cz>
      5c2a7fbc
    • P
      [PATCH] ls-tree for listing trees · 7912c070
      Petr Baudis 提交于
      ls-tree tool provides just a way to export the binary tree objects
      to a usable text format. This is bound to be useful in variety
      of scripts, although none of those I have currently uses it.
      But e.g. the simple script I've sent to HPA for purging the object
      database uses it.
      Signed-off-by: NPetr Baudis <pasky@ucw.cz>
      7912c070
  12. 12 4月, 2005 3 次提交
  13. 10 4月, 2005 2 次提交
  14. 09 4月, 2005 3 次提交
  15. 08 4月, 2005 1 次提交