Skip to content

Instantly share code, notes, and snippets.

View Gumnos's full-sized avatar

Tim Chase Gumnos

  • outside Dallas, TX
View GitHub Profile
@Gumnos
Gumnos / encrypted-git-repo.md
Created January 10, 2019 03:15
Transparent Git Encryption

Transparent Git Encryption

This document has been modified from its [original format][m1], which was written by Ning Shang (geek@cerias.net). It has been updated and reformatted into a [Markdown][m2] document by [Woody Gilk][m3] and [republished][m4].

Description

When working with a remote git repository which is hosted on a third-party storage server, data confidentiality sometimes becomes

@Gumnos
Gumnos / rcs2git
Created February 12, 2012 03:51 — forked from thwarted/rcs2git
rcs2git, quick and dirty brute force
#!/bin/bash
email_domain=example.com
export email_domain
# so nothing in the environment comes through
unset GIT_AUTHOR_EMAIL
unset GIT_AUTHOR_DATE
unset GIT_AUTHOR_NAME
unset GIT_COMMITTER_NAME