1. 10 10月, 2005 2 次提交
    • S
      Write .editmsg in GIT_DIR to avoid being in git-status. · f8e2c54c
      Santi_Béjar 提交于
      It appears in the git-status output during a git-commit if you have
      something in info/exclude.
      
      Also for .cmitmsg and .cmitchk to make git-commit work
      in read-only working trees.
      
      [jc: while we are at it, I removed the use of .cmitchk temporary
           file which was not necessary, and renamed them -- they are out
           of way now and do not have to be dotfiles anymore.]
      Signed-off-by: NSanti Béjar <sbejar@gmail.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      f8e2c54c
    • J
      Makefile: avoid error message from 'uname -o' · f7c15343
      Junio C Hamano 提交于
      The platform specific tweaking part was using 'uname -o' which
      is not always available.  Squelch error message from it.
      
      It was suggested to chain the if..else, but I chose not to, because
      maintaining the nested if..else if..else..endif endif to match is a
      pain.  If we had "elif", things would have been different, though.
      While we are at it, try not to invoke 'uname -s' for each platform
      candidate.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      f7c15343
  2. 09 10月, 2005 6 次提交
  3. 08 10月, 2005 4 次提交
  4. 07 10月, 2005 12 次提交
  5. 06 10月, 2005 9 次提交
  6. 05 10月, 2005 7 次提交