Search Results

2
votes
1answer
93 views

how can I remove the unwanted objects from my repo after filter-branch --subdirectory-filter

I'm using git filter-branch --subdirectory-filter dir/name -- --all to build a repo that only has history relating to that dir/name. Before I do the filter, I clo …
0
votes
4answers
114 views

format-patch works reasonably well, looking for a better way.

I have two branches that are different enough that rebasing seems to not work -- or I don't know how to do it. I have a "public" branch with a bunch of files removed (using filter-branch). …
0
votes

Are there any good Issue Tracking systems that can track git commits/branches

I wrote a script I run from crontab so trac an interact with svn (nat …