More fixups.
[invirt/scripts/git-migration.git] / git-migrate
2008-12-25  Evan BroderStart pulling the tags. Of course...right now they...
2008-12-25  Evan BroderRemove the refs/original from the first round of filter...
2008-12-25  Evan BroderUse filter-branch to correct the trunk/packages/$packag...
2008-12-25  Evan BroderMore cleanup.
2008-12-25  Evan BroderUse a full repo path so we can expand to include trunk...
2008-12-25  Evan BroderDo at least a little cleanup.
2008-12-25  Evan BroderHere's a version that's more likely to work.
2008-12-25  Evan BroderSimplify out the need to know the CWD.
2008-12-25  Evan BroderApparently git ls-files shows the status of the index...
2008-12-25  Evan BroderI'm not happy with the semantics of that first go at
2008-12-25  Evan BroderTypo in catching blank lines.
2008-12-25  Evan BroderNewer versions of git are more clever.
2008-12-24  Evan BroderGrafts is a poor name for the list of merges. Let's...
2008-12-24  Evan BroderActually run the git filter-branch, then delete the...
2008-12-24  Evan BroderCreate the info/grafts files.
2008-12-24  Evan BroderStart by pushing revisions around as necessary for...
2008-12-24  Evan BroderAdd code to parse the grafts file.
2008-12-24  Evan BroderAs a result of Greg's and my git-svn based moves, many...
2008-12-24  Evan BroderPointless housekeeping.
2008-12-24  Evan BroderMake the script skip packages when the checkout already...
2008-12-24  Evan BroderMake git-svn a little less noisy.
2008-12-22  Evan BroderUse an authors file to fill in committer identities.
2008-12-22  Evan BroderUse --no-metadata so we don't get extra crap in the...
2008-12-22  Evan BroderMake the git checkout a bare repo, because git-svn...
2008-12-22  Evan BroderUse check_call instead of call to make sure things...
2008-12-22  Evan BroderAn initial very, very rough draft of a svn->git convers...