On Jan 5, 2008 1:15 PM, Dan McGee <dpmcgee@gmail.com> wrote:
On Jan 5, 2008 1:09 PM, Matthias Gorissen <matthias@archlinux.de> wrote:
There is probably a way to turn off git's default behaviour (producing one patch per commit), but I haven't figured out yet. It is a little bit complicated, but who cares as long as it works? The files below should make up for a complete de-translation. It even seems to compile this time ... Please feel free to complain on any errors which may occur, and I will correct that.
Hey, thanks. I'll get these applied today.
Try reading man git-rebase, and search for INTERACTIVE MODE. You should see a section on squashing commits.
Additionally you can just use "git commit --amend" when committing, to amend the changes to the previous commit.