Ah, nm, this worked: https://stackoverflow.com/questions/8625406/how-to-delete-a-branch-in-the-remote-repository-using-egit
Gary On Thu, Sep 1, 2016 at 10:56 AM, Gary Gregory <[email protected]> wrote: > Darn, I'm having trouble doing that from EGit... trying command line... > > Gary > > On Wed, Aug 31, 2016 at 4:52 PM, Remko Popma <[email protected]> > wrote: > >> Don't forget to delete the branch now that it's merged into master. (We >> should really do that for all branches after they are merged. Easy to >> forget otherwise...) >> >> Sent from my iPhone >> >> > On 2016/09/01, at 2:42, [email protected] wrote: >> > >> > Repository: logging-log4j2 >> > Updated Branches: >> > refs/heads/master 1dee3936c -> 48117f875 >> > >> > >> > [LOG4J2-1553] AbstractManager should implement AutoCloseable. >> > >> > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo >> > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit >> /48117f87 >> > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4 >> 8117f87 >> > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4 >> 8117f87 >> > >> > Branch: refs/heads/master >> > Commit: 48117f8753b141f6a62dbb8cfda187bb88f667c0 >> > Parents: 1dee393 >> > Author: ggregory <[email protected]> >> > Authored: Wed Aug 31 10:42:39 2016 -0700 >> > Committer: ggregory <[email protected]> >> > Committed: Wed Aug 31 10:42:39 2016 -0700 >> > >> > ---------------------------------------------------------------------- >> > src/changes/changes.xml | 3 +++ >> > 1 file changed, 3 insertions(+) >> > ---------------------------------------------------------------------- >> > >> > >> > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4 >> 8117f87/src/changes/changes.xml >> > ---------------------------------------------------------------------- >> > diff --git a/src/changes/changes.xml b/src/changes/changes.xml >> > index fd1d09b..bdaaca8 100644 >> > --- a/src/changes/changes.xml >> > +++ b/src/changes/changes.xml >> > @@ -102,6 +102,9 @@ >> > <action issue="LOG4J2-1502" dev="ggregory" type="fix" >> due-to="Sumit Singhal"> >> > CsvParameterLayout and CsvLogEventLayout insert NUL characters >> if data starts with {, (, [ or " >> > </action> >> > + <action issue="LOG4J2-1553" dev="ggregory" type="add"> >> > + AbstractManager should implement AutoCloseable. >> > + </action> >> > <action issue="LOG4J2-1528" dev="mikes" type="add"> >> > Create XML configuration file from ConfigurationBuilder. >> > </action> >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
