On Sat, Jun 25, 2016 at 6:21 PM, Fossil SCM user's discussion <
fossil-users@lists.fossil-scm.org> wrote:

> Hello,
>
> if tarball prefix is defined as an empty string (unset),
> then Fossil will use it.
>
> I think, it would be better to use project-name:
> ...



> -      if( zPJ==0 ) zPJ = db_get("project-name", "unnamed");
> +      if( zPJ==0 || zPJ[0]==0 ) zPJ = db_get("project-name", "unnamed");
>

fwiw, i disagree. This patch removes an option from the user (specifying an
empty string) and does not add any new option (not specifying a prefix
provides the same effect).


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to