1. 02 10月, 2005 2 次提交
  2. 17 8月, 2005 1 次提交
    • M
      [PATCH] Make do_each_ref() follow symlinks. · a7e66ae3
      Matt Draisey 提交于
      Because there is no reason not to, and this makes things a bit
      safer when running "git prune".
      
      [jc: I do not necessarily agree with the reasoning of the
      original author that it is a good way to keep "git prune" from
      stomping on objects to have a symlink that points at .git/refs
      of the repository A in the .git/refs of the repository B when
      repository A borrows object database from repository B.  For one
      thing, the object database that everybody borrows objects from
      may not even have its own .git/refs hierarchy.  Come to think of
      it, maybe we should disallow symlink inside .git/refs hierarchy;
      we update the files there by creat/rename pair, so having
      symlinks would not work anyway when you do anything that would
      update them.]
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      a7e66ae3
  3. 10 8月, 2005 1 次提交
    • T
      [PATCH] -Werror fixes · 4ec99bf0
      Timo Sirainen 提交于
      GCC's format __attribute__ is good for checking errors, especially
      with -Wformat=2 parameter. This fixes most of the reported problems
      against 2005-08-09 snapshot.
      4ec99bf0
  4. 09 7月, 2005 1 次提交
    • L
      Make "for_each_ref()" always use the "canonical" refname. · 99a0a6e0
      Linus Torvalds 提交于
      It always uses a git-relative pathname, ie "refs/heads/master" instead of
      ".git/refs/heads/master" or whatever your GIT_DIR might be.
      
      This way when we send refs back-and-forth between repositories, there's
      never any question about GIT_DIR on either side.
      99a0a6e0
  5. 06 7月, 2005 2 次提交
  6. 05 7月, 2005 1 次提交
  7. 04 7月, 2005 1 次提交
  8. 03 7月, 2005 1 次提交
  9. 07 6月, 2005 1 次提交