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 Distribution

git_fast_import_merge-1.0.1317.tar.gz (17.1 kB view details)

Uploaded Source

File details

Details for the file git_fast_import_merge-1.0.1317.tar.gz.

File metadata

  • Download URL: git_fast_import_merge-1.0.1317.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.15

File hashes

Hashes for git_fast_import_merge-1.0.1317.tar.gz
Algorithm Hash digest
SHA256 904b1aa232ffff00fe5a32d8ee39f1dc2e7f68a196953785b5a3b6abbf11f912
MD5 004a21abc17a4f6df8a217c54fbb0650
BLAKE2b-256 a1c1751cf4d1b65b84426a45531f51a22153f0eb3b1d68f78f1836a700d80309

See more details on using hashes here.

Supported by

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