emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Workflow to accumulate individual changes?


From: Stephen J. Turnbull
Subject: Re: Workflow to accumulate individual changes?
Date: Tue, 05 Jan 2010 17:50:50 +0900

Karl Fogel writes:

 > Search for the phrase
 > 
 >   "after writing the Contribulyzer code to process log messages
 >   formatted according to the new standard, we could go back and fix up
 >   all of the project's existing logs to conform to that standard"
 > 
 > to jump straight to the paragraph about how editing log messages after
 > the fact made a big difference.

For something like that you could use git-filter-branch and probably
the equivalent in bzr (there *is* an equivalent, but I think it
requires converting to fastimport format to use).  To avoid the rebase
issue, you'd maybe merge the resulting branch rather than rebase.

git-filter-branch is very fast, although bzr's equivalent would not be
if I'm correct about converting to fastimport format.  But it could
probably be made to be fast.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]