gnucash master: Fix an uninitialized variable error.

Geert Janssens janssens-geert at telenet.be
Wed Feb 19 03:55:42 EST 2014


On Wednesday 19 February 2014 01:46:21 Mike Alexander wrote:
> --On February 19, 2014 1:39:38 AM -0500 Mike Alexander
> 
> <mta at code.gnucash.org> wrote:
> > Updated	 via  https://github.com/Gnucash/gnucash/commit/6390beb5
> > (commit) 	from  https://github.com/Gnucash/gnucash/commit/80cd6d72
> > (commit)
> > 
> > 
> > 
> > commit 6390beb59f19a845c31fec993a1aca9021b8462f
> > Author: Mike Alexander <mta at umich.edu>
> > Date:   Wed Feb 19 01:35:17 2014 -0500
> > 
> >     Fix an uninitialized variable error.
> > 
> > Summary of changes:
> >  src/engine/gncOwner.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > _______________________________________________
> > gnucash-patches mailing list
> > gnucash-patches at gnucash.org
> > https://lists.gnucash.org/mailman/listinfo/gnucash-patches
> 
> When I pushed this change it created a bunch of new branches on
> github, including master, origin/master, and origin/trunk.  Is this
> expected? It is because of the use of the mirror option, I'm sure,
> but it seems a bit odd.  I saved the output of the push command in
> case anyone cares.
> 
>               Mike
> 
It is normal indeed and should happen only once. You happen to be the 
first one to push a change to the gnucash repository after I made the 
change.

I didn't expect it to also synchronize the origin/* branch head although 
in retrospect that makes sense. We don't really need those to be 
synchronized but it doesn't hurt either. These origin/* branches are not 
visible in the github ui or if you clone the repo.

And thanks for fixing my uninitialized variable error by the way.

Geert


More information about the gnucash-devel mailing list