Changeset 1956


Ignore:
Timestamp:
Jan 2, 2009, 2:48:07 AM (15 years ago)
Author:
andersk
Message:

Include the sipb-xen-database history in invirt-database-server too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate-fast.sh

    r1941 r1956  
    4040popd
    4141
     42pushd packages/invirt-database-server.git
     43git fetch ../invirt-database.git refs/tags/0.0.1:refs/heads/tmp
     44echo $(git rev-parse 0.0.1 refs/heads/tmp^) >> info/grafts
     45git filter-branch --tag-name-filter cat -- ^refs/heads/tmp --all
     46rm -rf info/grafts refs/original refs/heads/tmp
     47popd
     48
    4249pushd packages/libyaml.git
    4350git fetch git://andersk.mit.edu/libyaml.git refs/tags/upstream/0.1.1:refs/tags/upstream/0.1.1 refs/tags/debian/0.1.1-1:refs/tags/debian/0.1.1-1
Note: See TracChangeset for help on using the changeset viewer.