Skip to main content

Track changes between two git repositories

Project description

This is a tool that makes it easier to track source code changes between two repositories. This tool was originally developed for use by the RobotPy project, and made it easier for me to maintain a python port of various Java libraries.

This tool assumes there is an ‘original’ git repository, and a ‘destination’ git repository that is being validated. There is assumed a one to one relationship between various original and destination files. This tool provides quick and easy shortcuts to allow you to record metadata in the destination files that allow you to track changes in the source files:

  • Record which file it comes from

  • Mark the latest manually verified revision in the destination

  • Allow viewing the latest modifications to the source file (if any)

  • Update the revision metadata in the destination file

Install

pip install git-source-track

Configuration

Create a file called ‘.gittrack’ in the root of the destination git repository that has the following ini-style format:

[git-source-track]

# Original files
upstream_root = ../path/to/files

# Commit in original repository
upstream_commit = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

# Files that are being validated
validation_root = path/to_files

# (optional) Commits to exclude from git log output
exclude_commits_file = foo/exclude_commits.txt

# (optional) Specify location to place validation line (first or last)
default_location = first

# (optional) Primary branch of upstream repository
upstream_branch = main

Now you can issue git commands and magic will happen!

Usage

See the help command for more information.

$ git source-track help

Known issues

  • Tool mostly tested using Python 3, but should work on Python 2

  • Probably won’t work on Windows, due to the use of the ‘sh’ package and because there are dependencies on unix-style tools * May work in Windows 10 posix environment

  • Assumes destination files are python files

  • Emits python style comments on destination files

Pull requests are welcome to fix any of these problems. :)

Author

Dustin Spicuzza (dustin@virtualroadside.com)

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_source_track-0.4.1.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

git_source_track-0.4.1-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file git_source_track-0.4.1.tar.gz.

File metadata

  • Download URL: git_source_track-0.4.1.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for git_source_track-0.4.1.tar.gz
Algorithm Hash digest
SHA256 9c65c5307bae6c742d107ce4331221fad78058011db38961df2e47d87502b587
MD5 efebc27919ff0e190328be73b71d2aa1
BLAKE2b-256 f314bb100fee38c2eb2fe716eb2bb641779ee3a77ef76f1a485d73b1aa7a038a

See more details on using hashes here.

File details

Details for the file git_source_track-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for git_source_track-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 572caaa35ce5d1567d9edcec1d7aa82d322c4dbb5b619fb4aa7f7ec82cea0952
MD5 3b78daeea26289eb6470c283465d16ad
BLAKE2b-256 09063909d5d532c1aebcdb378be1b3d5ad396868627b3f141af53c9255c74300

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