Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent versions of git refuse -700, must be -0700 #11

Merged
merged 1 commit into from
Oct 15, 2012

Conversation

bronson
Copy link
Contributor

@bronson bronson commented Jun 23, 2011

According to this Git commit, gitrb was creating invalid commits: git/git@daae192

@bronson
Copy link
Contributor Author

bronson commented Jul 3, 2011

Fixing existing repositories is dead easy, just run every commit through a no-op environment filter and Git fixes everything itself:

git filter-branch --env-filter '' --tag-name-filter cat HEAD

This is a rebase, of course, so everyone who has cloned your repository will need to delete their local copies and clone again.

minad added a commit that referenced this pull request Oct 15, 2012
Recent versions of git refuse -700, must be -0700
@minad minad merged commit bec4f21 into minad:master Oct 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants