#432558 ability to merge multiple commits onto empty head

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
martin f krafft
Date:
2010-05-15 21:21:10 UTC
Severity:
wishlist
#432558#3
Date:
2007-07-10 13:33:42 UTC
From:
To:
I initialised a repo and added two remote branches to it. Then
I tried to merge those:

  $ git branch -r | xargs git merge
  Can merge only exactly one commit into empty head

It would be nice if this were possible, or the technical reason
should be documented why it's not possible.

Thanks,