Found 28 matching messages (0.065 seconds). Page 1 of 2.
... > Clearer explanation: > > I originally tried --subdirectory-filter by itself to see if ... I decided to run the commit-filter first in combination > with the tree- ... time. Something like this: git filter-branch --index-filter \ 'git ls-files - ...
git - Johannes Sixt - May 9 2008 - 03:57
... where some > commits lack the subdirectory in question. However, this should ... Thanks, but ... hmmm. $ git filter-branch --subdirectory-filter RDF 95807fe01c39d3092e3ac3a98061711323154d77..HEAD ... list: send the line "unsubscribe git" in the body of a ...
git - Jan Wielemaker - Oct 22 2007 - 07:37
... the '-r' from git branch... >> and ran filter-branch with a ... Clearer explanation: I originally tried --subdirectory-filter by itself to see ... decided to run the commit-filter first in combination with the ... filter does not seem to behave as either A or B ...
git - James Sadler - May 9 2008 - 03:38
... doesn't get all the branches) It does copy them, but ... do git branch $i master; done", and then filter-branch those ... this with a --subdirectory-filter argument to > filter-branch, except when ... commits will be gone after filtering the subdir (those that didn ...
git - Jeff King - May 8 2008 - 21:33
... > > Thanks, but ... hmmm. > > $ git filter-branch --subdirectory-filter RDF > 95807fe01c39d3092e3ac3a98061711323154d77..HEAD > Rewrite ... in the project and things > from various subdirectories were moved there. > > Is there something that ...
git - Johannes Schindelin - Oct 22 2007 - 09:44
... behave as B. E.g.: git init mkdir subdir1 subdir2 echo ... echo changes 1 >>subdir1/file git commit -a -m 'only one ... m 'both' git filter-branch --subdirectory-filter subdir1 git log --name ... list: send the line "unsubscribe git" in the body of a ...
git - Jeff King - May 9 2008 - 04:00
... it should behave as B. E.g.: > > git init > mkdir subdir1 subdir2 > echo content 1 ... initial > echo changes 1 >>subdir1/file > git commit -a -m 'only one' > ... -a -m 'both' > git filter-branch --subdirectory-filter subdir1 > git log --name-status ...
git - James Sadler - May 9 2008 - 23:31
... the repo creation getting: $ git filter-branch --subdirectory-filter WRITING/ HEAD Rewrite ... Ref 'refs/heads/master' was rewritten $ git rev-list HEAD | wc 55 55 ... list of commits is generated with git rev-list --reverse --topo-order -- ...
git - David Tweed - May 20 2008 - 16:11
... So, I happily run > > $ git filter-branch --subdirectory-filter RDF HEAD > > Where RDF ... history where some commits lack the subdirectory in question. However, this should work: ... this list: send the line "unsubscribe git" in the body of a message ...
git - Johannes Schindelin - Oct 22 2007 - 07:20
... the repo. My experiments with 'git filter-branch' have been *partially* successful. ... be the simplest way as git clone doesn't get all ... can't be done with --subdirectory-filter can it be done ... list: send the line "unsubscribe git" in the body of a ...
git - James Sadler - May 8 2008 - 21:01
... When I try
$ git filter-branch --subdirectory-filter perl
in my ...
git - Dirk Süsserott - May 26 2008 - 15:31
... : > Jan Wielemaker wrote: > [...] > > > % git filter-branch --subdirectory-filter packages/chr HEAD > > ... ). If someone wants to help: clone git://gollem.science.uva.nl/home/git/ ... packages/chr. You can browse the git at http://gollem.science.uva.nl/ ...
git - Jan Wielemaker - Aug 7 2008 - 06:14
... current filter-branch chokes on annotated tags during > --subdirectory-filter, even ... success > rate (in terms of branches and tags successfully mapped to ... As I'm using the GIT version anyway, I'll apply ... tag). Try (in the filtered branch) git diff V5.6.59 ...
git - Jan Wielemaker - Aug 8 2008 - 03:44
... Dirk Süsserott wrote: > > >> $ git filter-branch --subdirectory-filter perl >> > > And what branch ... ? You did not specify > _any_ branch here. > > Ciao, > Dscho Hi, thanks, ... this list: send the line "unsubscribe git" in the body of a ...
git - Dirk Süsserott - May 27 2008 - 16:57
Jan Wielemaker wrote: [...] > % git filter-branch --subdirectory-filter packages/chr HEAD >= ... a backup cd repo git filter-branch --subdirectory-filter somedir -- --all The -- ... manually once you are sure the filter-branch did the right thing. = ...
git - Thomas Rast - Aug 7 2008 - 03:50
... the > current filter-branch chokes on annotated tags during > --subdirectory-filter, even though there ... the success > rate (in terms of branches and tags successfully mapped to a ... from this list: send the line "unsubscribe git" in the body of a message ...
git - Jan Wielemaker - Aug 8 2008 - 07:25
... cd pl > % git filter-branch --subdirectory-filter packages/chr HEAD > > This ... Should I write a tree-filter that removes all but the ... t ok. The original project GIT is 140M, after this action ... same sha1. I copied using git clone --no-hardlinks pl chr ...
git - Jan Wielemaker - Aug 7 2008 - 03:13
... Now, if I look in .git/packed-refs [...] and I changed ... the current filter-branch chokes on annotated tags during =2D-subdirectory- ... need to say --tag-name-filter cat. > Now it runs to ... success rate (in terms of branches and tags successfully mapped to ...
git - Thomas Rast - Aug 7 2008 - 19:48
... ). So, I happily run $ git filter-branch --subdirectory-filter RDF HEAD Where RDF is an ... . Git show says: gollem (eculture) 121_> git show 95807fe01c39d3092e3ac3a98061711323154d77 | cat commit 95807fe01c39d3092e3ac3a98061711323154d77 Merge: ...
git - Jan Wielemaker - Oct 22 2007 - 06:27
... to keep the history. So, I did (git --version: 1.5.6.GIT ... % cd pl % git filter-branch --subdirectory-filter packages/chr HEAD This ... . Should I write a tree-filter that removes all but the ... this list: send the line "unsubscribe git" in the body of a ...
git - Jan Wielemaker - Aug 6 2008 - 09:39