Skip to main content

Offline merge for git fast-import files

Project description

git fast-import merge

The git_fast_import_merge.py tool can read multiple archive files from 'git fast-export' and merge them into a single archive file for 'git fast-import' ordering the changes by date.

Optionally, (with -m) when switching the input file some 'merge' command is generated into the output archive file which makes for a history as if coming from multiple branches. This works fine if the different archives do not really represent parallel developments.

background

The tool was written for helper code that was shared in multiple different repositories. Each project had its own necessities to add some changes to the code which were then synchronized to the other projects.

Now it is possible to use git fast-export HEAD -- libcode.py libhelper.py > libcode1.fi.

Then merge them like ./git_fast_import_merge.py libcode1.fi libcode2.fi -o libcode.fi.

And the combined archive can be imported: cd libbcode; cat ../libcode.fi | git fast-import.

An example can be found here: https://github.com/gdraheim/tabtotext - extracted from https://github.com/gdraheim/timetrack-odoo and two report-tool archives.

updating a target repo

The basic execution assumes that you want to split off some files from a repo. So the target repository is fresh and new.

If you want to add patches later then you need to provide two pieces of information: the commit-hash of the target HEAD and the minimum DATE to consider from the inputs.

If you have a target repo then you can get that information like this:

  • git --no-pager rev-parse HEAD # hash-of-commit
  • git --no-pager show -s --format=%cI HEAD # date-of-commit

Provide these as --head=hash-of-commit --date=date-of-commit

If you say --into=./path/to/workspace then the tool will run these commands itself. And adding --import then the fast-import will run on the into-workspace right-away. However this is completely optional.

skip and modify

Using glob patterns, it is possible to skip patches with --skipsubject and --skipauthor.

Using glob patterns, it is possible to set a new value with --replaceauthor new=old

if the glob pattern does not include '*' then it is considered a partial match otherwise it becomes a full match, so you can decide to match and front or back.

I take patches!

The code is doing what it had to do. There are surely some features missing.

Please create a ticket.... and dont' forget to create a testcase.

.... the usual checks for a Release are in DEVGUIDE.MD

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

git_fast_import_merge-1.1.3077-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file git_fast_import_merge-1.1.3077-py3-none-any.whl.

File metadata

File hashes

Hashes for git_fast_import_merge-1.1.3077-py3-none-any.whl
Algorithm Hash digest
SHA256 d16a5bc26d54b410f46a2dd49ff2e52b8703f9c58aabad4b09044d23c105b0a0
MD5 929f1a6bc8f364ba9b918ba3063c07ed
BLAKE2b-256 aa80806a75ea8ac02d4bd72c9806b9cfd19c80fcce407511abaaf766fc28ec25

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page