[PATCH] Implement support for treeview headers native rendering, add GTK implementation
David Ostrovsky
david.ostrovsky at gmx.de
Sun Jul 8 23:49:25 PDT 2012
On 09.07.2012 01:51, Ruslan Kabatsayev wrote:
> Please update the version in gerrit (I haven't yet figured out how to
> do this myself).
To create a subsequent patchset for already pushed gerrit patch,
you have to squash the sebsequent commits with git rebase -i HEAD~n,
where n is the number of subsequent commits.
In interactive editor enter fixup for all subsequent commits:
[david at wizball foo (master)]$ git log --oneline
81446a8 gerrit patch fixed
45ee22d gerrit patch created
56bf639 initial revision
[david at wizball foo (master)]$ git rebase -i HEAD~2
or
[david at wizball foo (master)]$ git rebase -i 56bf639
then change in editor:
pick 45ee22d gerrit patch created
pick 81446a8 gerrit patch fixed
to be:
pick 45ee22d gerrit patch created
fixup 81446a8 gerrit patch fixed
save and exit.
More information can be found here:
http://gerrit-documentation.googlecode.com/svn/Documentation/2.4.2/error-squash-commits-first.html
http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html
Regards
David
More information about the LibreOffice
mailing list