Merge branches 'maint', 'jc/fix-co-candy' and 'jc/fix-rename-leak' into next

* maint:
  Give no terminating LF to error() function.

* jc/fix-co-candy:
  checkout - eye candy.

* jc/fix-rename-leak:
  diffcore-rename: plug memory leak.
This commit is contained in:
Junio C Hamano
2006-02-22 19:46:59 -08:00
9 changed files with 81 additions and 17 deletions

View File

@@ -253,7 +253,7 @@ Pull: $head_points_at:$origin" &&
case "$no_checkout" in
'')
git checkout
git-read-tree -m -u -v HEAD HEAD
esac
fi