Found 18 matching messages (0.085 seconds). Page 1 of 1.
... was totally unclear > so I have re-explained myself below. > > 2008/5/9 ... > Clearer explanation: > > I originally tried --subdirectory-filter by itself to see if ... . Something like this: git filter-branch --index-filter \ 'git ls-files -s ...
git - Johannes Sixt - May 9 2008 - 03:57
... Wielemaker wrote: > > Finished a big re-shuffle of a big project, ... Thanks, but ... hmmm. $ git filter-branch --subdirectory-filter RDF 95807fe01c39d3092e3ac3a98061711323154d77..HEAD ... including moved (read deleted and re-created) files. This was moved ...
git - Jan Wielemaker - Oct 22 2007 - 07:37
... Sadler wrote: > I have a git repository that I wish to ... them, but they're just "remote tracking branches". If you have ... do git branch $i master; done", and then filter-branch those ... this with a --subdirectory-filter argument to > filter-branch, except when ...
git - Jeff King - May 8 2008 - 21:33
... totally unclear so I have re-explained myself below. 2008/5/ ... the '-r' from git branch... >> and ran filter-branch with a ... Clearer explanation: I originally tried --subdirectory-filter by itself to see ... filter does not seem to behave as either A or B ...
git - James Sadler - May 9 2008 - 03:38
... Thanks, but ... hmmm. > > $ git filter-branch --subdirectory-filter RDF > 95807fe01c39d3092e3ac3a98061711323154d77..HEAD ... including > moved (read deleted and re-created) files. This was moved ... list: send the line "unsubscribe git" in the body of a ...
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
... Jan Wielemaker wrote: > Finished a big re-shuffle of a big project, ... 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 ...
git - Johannes Schindelin - Oct 22 2007 - 07:20
... : > 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
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
... trick. > It works as an index filter which munges all content in such a ... version. When I run 'git filter-branch -subdirectory filter $DIR' on this repo, the same problem occurs, ... from this list: send the line "unsubscribe git" in the body of a message to ...
git - James Sadler - May 10 2008 - 07:38
... on my repo and now have an obfuscated version. > When I run 'git filter-branch -subdirectory filter $DIR' on this repo, > the same problem occurs, i.e. ... from this list: send the line "unsubscribe git" in the body of a message to ...
git - Jeff King - May 10 2008 - 07:44
... structure and diffs. # # Invoke as: # git filter-branch \ # --msg-filter md5sum \ # --index- ... , 0666; open(my $lsfiles, '-|', qw(git ls-files --stage)) or die ... -files: $!"; open(my $update, '|-', qw(git update-index --index-info)) or ...
git - Jeff King - May 10 2008 - 01:53
... and diffs. > # > # Invoke as: > # git filter-branch \ > # --msg-filter md5sum \ > # --index ... files: $!"; > open(my $update, '|-', qw(git update-index --index-info)) > or ... shift; > > open(my $in, '-|', qw(git show), $h) > or die "unable ...
git - James Sadler - May 10 2008 - 03:10