[email protected] said: > On 09/30/2010 08:20 AM, Steven McCoy wrote: > > |git commit--amend--author="Steven McCoy <[email protected] > > <mailto:[email protected]>>" 1dc45315e9e125e1b6aa| > > :( > > It comaplains about file 1dc45315e9e125e1b6aa not existing. > > Mato, any ideas?
Probably not quite the right syntax; I recall that git commit --amend works for the last commit only, don't know off the top of my head how to change arbitrary commits w/o discarding intermediate commits. In any case, what is very important is that you do not do things like this after you've pushed to anywhere someone may have pulled from since. If you ever really need to rewrite history that badly you will end up breaking everyone else's repository when they next pull. -mato _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
