Skip to main content

Shift git commit timestamps out of work hours so your side project stays secret

Project description

secretside

Shift git commit timestamps out of work hours so your side project stays secret.

If you committed at 10:47 on a Wednesday, secretside moves it to 17:47 (or later). It also catches identity leaks — commits made with your real name or work email when you meant to use a pseudonym.

Install

pip install secretside

Or with uv:

uv tool install secretside

Note: libgit2 1.9 headers are required.

Quick start

secretside init
secretside clean --dry-run
secretside check # quick validate for use in a git hook

Commands

secretside init [repo] [--country XX] [--force] — Generate secretside.toml with jittered defaults so every project's config looks slightly different.

secretside clean [repo] [--dry-run] — Preview and apply timestamp shifts. Only touches your most recent contiguous commits. With local_only = true in your config (the default), only unpushed commits are considered/modified.

secretside inspect [repo] — Show commit time distribution and list all work-hour commits.

secretside check [repo] — Validate that no commits fall in work hours and no banned identities appear. Designed for CI or pre-push hooks.

Config

secretside init creates a secretside.toml in your repo:

holidays = "CA"
work_days = "mon-fri"
work_hours = "08:47..17:52"
night_hours = "23:12..05:44"
local_only = true
banned = [
    # ["Your Real Name", "real@email.com"],
    # ["Your Real Name", "work@company.com"],
]
pto = [
    # "2025-02-07",
    # "2025-12-24..2025-12-31",
]
Key Description
holidays Country code for public holidays ("CA", "US", "GB", etc.)
work_days Which days are work days ("mon-fri", "mon-thu", "mon-wed,fri")
work_hours Commits in this range on work days get shifted past work_end
night_hours Shifted commits avoid landing here (organic night commits are left alone)
local_only Only shift commits that haven't been pushed to any remote
banned Name/email pairs to flag in check — keep your real identity out of the repo
pto Dates (or start..end ranges) to treat as days off

How it works

  • Only the contiguous tail of your commits is touched — other people's commits are never modified
  • Weekend, holiday, and PTO commits are left alone — already safe - unless they need shifting due to overflow from a work day
  • Organic night commits (you actually coded at 1am) stay put
  • Chronological order is always preserved, with original time gaps maintained where possible
  • History rewriting uses git-filter-repo under the hood

Development

Requires Python 3.11+ and uv.

uv sync
bin/test
uv run secretside <command>

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

secretside-0.3.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

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

secretside-0.3.0-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file secretside-0.3.0.tar.gz.

File metadata

  • Download URL: secretside-0.3.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for secretside-0.3.0.tar.gz
Algorithm Hash digest
SHA256 5ae961ee7d96d83885eb288d6208ef5af1c76e7e60ace14fd3aad6d604f850cc
MD5 05e419673e0cd53b927c8ddb086e1dbc
BLAKE2b-256 102fa50049266130ac32d53d3cd461b84215a9065739ba2f40f68610c75c8f19

See more details on using hashes here.

File details

Details for the file secretside-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: secretside-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 19.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.1 {"installer":{"name":"uv","version":"0.11.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for secretside-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 04d46707ff5af736d02e737a3d85edfe0bc1edeb52c506bc0e68d1f7c669814d
MD5 8bb9bbd931b462f49410a3229074082c
BLAKE2b-256 639c7def3b8af93974ba4ab8686f1f522f40ddfd5259bb5cebdde420ce2e4a24

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