`git-filter-branch` — Rewrite branches
4
votes
2answers
129 views
How can I resume a git history rewrite?
I'm rewriting the history of a fairly big repo using git filter-branch --tree-filter and it's taking a few hours. I see that git is using a temporary directory to store its intermediate work as it ...
1
vote
1answer
72 views
Split subdirectory from a Git repository and keep history of all files that are in the subdir _now_
Maybe there is already a solution out there, but other questions/answers seem to address slightly different issues (or I don't understand them really).
My intention is to detach a subdirectory of a ...
2
votes
1answer
72 views
More clever git filter-branch --subdirectory-filter
I have a sizable project with a long history behind it and I'm trying to put certain files into their own repository while keeping their whole history of changes.
Prior to do that, I moved all the ...
1
vote
1answer
91 views
Removing unwanted files from history including all refs with filter-branch
I recently have cloned an SVN repository which used to have a few binaries in it, which are not needed any longer. Unfortunately, I have already pushed it to Github with the binaries inlcuded. I now ...
0
votes
3answers
127 views
Rewrite files in Git history, removing the old history
Ok first off, I know "similar" questions have been asked, and I've scoured them but I cannot seem to get this to work, and I'm wondering if that's because maybe they aren't quite trying to do the same ...
0
votes
4answers
153 views
Running filter-branch over a range of commits
git filter-branch --env-filter '
export GIT_AUTHOR_EMAIL="foo@example.com"
export GIT_AUTHOR_NAME="foo"' -- commita..commitb
Results in Which ref do you want to rewrite?
So it seems that ...
2
votes
1answer
67 views
Cleaning out unused blobs using git merge --squash followed by git gc?
I have a repository that has grown very large because of a number of large blobs that were checked in years ago. They have been removed in subsequent revisions and aren't needed any longer, so I ...
1
vote
1answer
69 views
git duplicate parent causes half the history to to disappear
I ran a git filter-branch to rename some authors in my git repository and I get:
$ git log --oneline | wc -l
665
$ ./git-rename-author.rb "First Last" new-email@email.com old-email@email.com
Rewrite ...
2
votes
1answer
42 views
filter-branch on current branch and current director only
I have a local branch with a couple of commits.
Now I need to rewrite all of those commits and change a file name but only in one specific directory. I don't want any changes to commits not on my ...
0
votes
1answer
18 views
I want to setup lower repository projects from a higher git repository
When I started with GIT, I was unfamiliar with the Project Code and just wanted to get all the code under source code control. The project hierarchy was like this:
/Projects/.git # I put the git ...
2
votes
1answer
48 views
How do I use 'git filter-branch' to update the SHA of a submodule?
Let's assume that I have two Git repositories, A and B. B is a submodule of A.
For the sake of simplicity, let's also assume that I have a magic function, get_sha_B that, given an SHA commit from A, ...
3
votes
1answer
38 views
How do I get a list of old->new rewritten commit SHAs from 'git filter-branch'?
After running git filter-branch, how do I get a list of old commit SHAs as rewritten by filter-branch to their new corresponding commit SHAs?
For example, something similar to:
...
3
votes
2answers
109 views
How to split a git repository and follow directory renames?
I currently have a big git repository that contains many projects, each one in its own subdirectory. I need to split it into individual repositories, each project in its own repo.
I tried git ...
0
votes
3answers
332 views
Change email address in Git history
I have been working on a git repository for a while and made some commits. I have been using documentation blocks in my php files, including my private email address, like this:
/**
* Bla bla bla.
...
2
votes
2answers
189 views
What is the opposite of `git filter-branch --subdirectory-filter`?
With git filter-branch --subdirectory-filter you can transform a subdirectory from the current repository into a repository on its own. What I'd like to do, however, is an opposite thing: create a ...
3
votes
1answer
74 views
git effective replace email address
I've worked on a git repository for a while and choose to share it with other people. I've used my personal email address for the commits and I'm trying to set it to another one, before I make the ...
0
votes
1answer
115 views
Git push all parent commits to the remote (ie rewrite remote history)
A bit of context:
I recently migrated from CVS to Git using cvsimport. There is now a common (bare) repository, managed by gitolite, where people push their local changes.
I then discovered that many ...
1
vote
0answers
43 views
Is there a way to repeat a filter-branch operation on any new commits?
I have a large repository containing several projects. I need to make another repository containing only a subset of these projects. I can achieve this using git filter-branch on a clone of the ...
0
votes
1answer
218 views
Extracting subdirectory from a git repo into another repo and keeping dir structure?
There are several subtrees in my repo (e.g. ./sub1/, ./sub2/, ..) which I would like to extract into separate repos, keeping commit history and the same dir structure, i.e. a new repo for sub1 should ...
1
vote
2answers
75 views
Are multiple histories in a git repository likely to cause future issues?
I used git filter-branch to update a large number of commits in one of my repositories (correcting a author and committer email that was wrong). The command I used was:
git filter-branch -f ...
1
vote
1answer
212 views
How can I git filter-branch with a regular expression to remove files/directories from the history permanently?
Is there a way to pass git filter-branch a regular expression to remove files/directories permanently from the history?
0
votes
0answers
96 views
Re-syncing after git filter branch
I am splitting a part of the local large repository(x) into smaller repository(y). The pruning is done using git filter-branch and its formed into a smaller repository. Now that there are some new ...
2
votes
3answers
183 views
git-filter-branch with --index-filter : strange bash error ( ! : event not found)
I am using the answer to this question to strip a clone of a repository to a list of files I want to keep in a spin off of this project. Say I want to strip all but directory src/main and its ...
5
votes
2answers
78 views
What is the safest way to correct the date of a future-dated commit in git, and what are the consequences?
A developer managed to commit some code with a future date--March 1, 2013, to be exact
git show --format=fuller <SHA>
AuthorDate: Fri Mar 1 17:28:26 2013 +0300
CommitDate: Fri Mar 1 17:29:38 ...
3
votes
1answer
246 views
How can I copy a directory from one git repository to another, preserving history?
I know that I can create a new repository out of a directory of a git repository. See here: https://help.github.com/articles/splitting-a-subpath-out-into-a-new-repository
However, how can I copy a ...
1
vote
1answer
177 views
How to use git filter-branch to take some large files out of the master branch
I'm a bit of a beginner in git, mainly relying on GUI tools like Source Tree, so bear with me, please!
In our git repo, we have multiple products that rely on a very similar core codebase. We achieve ...
0
votes
1answer
42 views
How to share config and password containing files among Git repos
I have a project with some files which consist of config files with passwords and user specific data. We deploy this project to our server via git pull, and commit changes via git push from our ...
2
votes
1answer
432 views
Proper way to remove unwanted files with git filter-branch without git rm failing
I have a project of an SNMP agent where the related MIB files (*.smiv2 files) were developed along with it, but now I want them in a separate git repository.
In order not to lose any of the MIB files ...
1
vote
1answer
360 views
How to optimize git update-index?
I have a rather large repository (11 GB, 900,000+ files) and having trouble with iterating within reasonable time. After a bit of profiling, the real bottleneck seems to be git update-index:
$ time ...
2
votes
1answer
169 views
Git Filter-branch doesn't remove folders?
I wanted to convert most of my repositories from my own SVN-server onto a hosted remote Git-server. I found a couple of commands and turned them into an automated shell script in order to convert the ...
2
votes
1answer
119 views
Git permanent removal of file not resulting in smaller repo?
I have a repo that (at start) was 5.6G in size:
aparkin@mymachine ~/repo (master)
$ du -d 0 -h
5.6G .
However, this repo contained a number of large binary files that no longer needed to be in ...
1
vote
2answers
76 views
Safety of using Git's filter-branch to rewrite if only modifications are to commits which haven't been pushed yet?
I'd cloned a repo and went along doing local commits before I noticed that I wasn't using the right email address or user name. Using this script here, I successfully ran the filter-branch and got ...
2
votes
3answers
105 views
Removing massive overhead from Git repository
I have a local project in git, which contains some data (e.g. inputs for unit testing). This data has changed over the course of the project, and at one point was much larger. Now, I have no need of ...
4
votes
3answers
454 views
Remove large commits from git
We're running a central git repository (gforge) that everyone pulls from and pushes to. Unfortunately, some inept co-workers have decided that pushing several 10-100Mb jar files into the repo was a ...
2
votes
1answer
288 views
“git filter-branch” successfully used to change committer/author, but changes don't reflect on github
I recently replaced the author, committer and emails thereof in all of my local commits, using the following command:
git filter-branch -f --env-filter '
if [ "$GIT_COMMITTER_NAME" = "oldname" ];
...
1
vote
1answer
213 views
git filter-branch only change affected commits
A large binary file was added to my git repository 20 commits ago. Removing this with:
git filter-branch --index-filter "git rm --cached --ignore-unmatch FILE" \
--prune-empty HEAD
changes the ...
5
votes
2answers
712 views
Remove deleted files from git history
I'm trying to split a subproject off of my git repository.
However unlike in
Detach subdirectory into separate Git repository
I don't have it in it's own subdirectory (and moving it in and doing the ...
3
votes
1answer
820 views
Why do large files still exist in my packfile, after scrubbing them with filter-branch?
I've rewritten the history of my repository to remove some large FLV files using git filter-branch. I primarily followed the Github article article on removing sensitive data and similar instructions ...
5
votes
1answer
1k views
How to move a file from one git repository to another while preserving history
I am trying to move a single file (call it foo.txt) from one repository to another (unrelated) repository, preserving its history. ebneter's question shows how to do this for a subdirectory. taw's ...
0
votes
1answer
217 views
Revert the use of filter-branch in Git
I used git filter-branch and screwed something up and accidentally rewrote sections of the history I didn't want to. I was trying to change one name and accidentally changed every single commit ...
2
votes
2answers
271 views
Separating previously conjoined code into multiple git repositories
This question sounds similar to many posed here, but it's obnoxiously different.
I have an git repository that was once an svn repository (that was once a cvs repository). This contains data going ...
-1
votes
1answer
347 views
Git create a new branch with only a specified directory and its history then push to new repository
I'd like to create a new branch in my repo that only includes files from a specific directory in master and its history then push that branch to a new repository.
...or something equivalent – for ...
5
votes
1answer
464 views
Prune empty merge commits from history in git repository
I have cleaned up our git repository quite a bit, we need to remove big parts from the history. I do this using:
git filter-branch --prune-empty --tree-filter 'rm -rf some_stuff'
The --prune-empty ...
2
votes
1answer
206 views
Find/Replace in Git Commit Log
How can I rewrite our commit history to ensure certain keywords never appear?
Background: we have three tiers of repositories:
Local - our development environments.
Internal - our team's private GH ...
2
votes
2answers
436 views
confusion writing git filter-branch to move all files in to subdirectory
I believe that git filter-branch can allow me to do this, but I can't figure out if i need to use --subdirectory-filter or if I need to use an index filter.
But, let's say I have a repository called ...
1
vote
2answers
272 views
detaching a subdirectory of a repo and making it a branch of another repo?
I've a git repo, say repoA, with many subdirs. How can I detach one of the sub-directories, say dir1, and add it to another repo as a separate branch (with history)?
Secondly, how can I remove the ...
1
vote
1answer
899 views
How to remove a file permanently in Git without getting “WARNING: Ref 'refs/heads/master' is unchanged”?
I have been googling and reading various posts around the net and I've tried:
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch Launcher\lib" --prune-empty -- --all
and
git ...
1
vote
1answer
186 views
Git filter-branch not rewriting all history
I'm trying to re-write a repo's history using:
git filter-branch -f --env-filter '
an="$GIT_AUTHOR_NAME"
am="$GIT_AUTHOR_EMAIL"
cn="$GIT_COMMITTER_NAME"
...
1
vote
1answer
98 views
Shell script works fine by itself, but produces unexpected results when run through git filter-branch
Here is the script that I want to run using git filter-branch:
#!/bin/bash
if test -e src/unlagged.cpp; then
more +34 src/unlagged.cpp | cat ~/newlic.cpp.txt - > /tmp/unlagged.cpp
cp ...
0
votes
1answer
171 views
Git- Filter Branch Command Deletion of Commits After Certain Date
I've been asked to remove commits after a certain date on of our projects at my company.
I've read the git filter-branch man pages and I am puzzled on how I could run a command in a repository that ...
