1. 27 1月, 2012 1 次提交
    • V
      git-p4: Search for parent commit on branch creation · fed23693
      Vitor Antunes 提交于
      To find out which is its parent the commit of the new branch is compared
      sequentially to each blob of the parent branch from the newest to the
      oldest. The first blob which results in a zero diff is considered the
      parent commit. If none is found, then the commit is applied to the top
      of the parent branch.
      
      A fast-import "checkpoint" call is required because diff-tree is only
      able to work with blobs on disk. But most of these commits will not be
      part of the final imported tree, making fast-import fail. To avoid this,
      the temporary branches are tracked and then removed at the end of the
      import process.
      Signed-off-by: NVitor Antunes <vitor.hda@gmail.com>
      Acked-by: NPete Wyckoff <pw@padd.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      fed23693
  2. 21 1月, 2012 5 次提交
  3. 07 1月, 2012 7 次提交
  4. 05 1月, 2012 4 次提交
  5. 04 1月, 2012 12 次提交
  6. 01 1月, 2012 1 次提交
  7. 30 12月, 2011 1 次提交
  8. 29 12月, 2011 9 次提交