login
Header Space

 
 

Re: Question on git-filter-branch

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mike Hommey <mh@...>
Cc: <git@...>
Date: Thursday, November 1, 2007 - 9:54 am

On Thursday, November 1, 2007 at 14:34:41 (+0100) Mike Hommey writes:

Oh yeah, now we're cookin' with gas:

% git filter-branch --index-filter 'git-ls-files sensitive_stuff | xargs -d "\n" git-update-index --remove' HEAD
Rewrite 6711f6a50605918326f67ca0c3402eab9a4c8571 (8/8)
Ref 'refs/heads/master' was rewritten

These refs were rewritten:
blake^master ~*/sensitive.clone ls
B  D

Excellent.

Thanks for the help.


Bill
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Question on git-filter-branch, Bill Lear, (Thu Nov 1, 8:55 am)
Re: Question on git-filter-branch, Mike Hommey, (Thu Nov 1, 8:58 am)
Re: Question on git-filter-branch, Bill Lear, (Thu Nov 1, 9:19 am)
Re: Question on git-filter-branch, Mike Hommey, (Thu Nov 1, 9:34 am)
Re: Question on git-filter-branch, Alex Riesen, (Thu Nov 1, 10:20 am)
Re: Question on git-filter-branch, Bill Lear, (Thu Nov 1, 9:54 am)
speck-geostationary