~ubuntu-branches/ubuntu/hardy/git-core/hardy-updates

« back to all changes in this revision

Viewing changes to Documentation/git-filter-branch.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-11-01 08:35:46 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20071101083546-w9tywil7o688gow7
Tags: 1:1.5.3.5-1
* new upstream point release.
  * git-config: handle --file option with relative pathname properly;
    git-config: print error message if the config file cannot be read;
    git-config: don't silently ignore options after --list (closes:
    #445208).

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
git filter-branch --index-filter 'git update-index --remove filename' HEAD
181
181
--------------------------------------------------------------------------
182
182
 
183
 
Now, you will get the rewritten history saved in the branch 'newbranch'
184
 
(your current branch is left untouched).
 
183
Now, you will get the rewritten history saved in HEAD.
185
184
 
186
185
To set a commit (which typically is at the tip of another
187
186
history) to be the parent of the current initial commit, in