Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 21:46:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252220] New Port: net/gitup Minimalist, dependency-free program to clone/pull git repositories
Message-ID:  <bug-252220-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252220

            Bug ID: 252220
           Summary: New Port: net/gitup Minimalist, dependency-free
                    program to clone/pull git repositories
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ed.arrakis@gmail.com
 Attachment #221027 text/plain
         mime type:

Created attachment 221027
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D221027&action=
=3Dedit
Sugested shar archive

New port: net/gitup

Minimalist, dependency-free program to clone/pull git repositories

A minimalist, dependency-free FreeBSD program to clone/pull git repositorie=
s.
Intended for non-developers, gitup synchronizes local copies of repositories
without the additional overhead that the official git client requires.
Because gitup neither uses nor updates the contents of .git directories, the
official git client should not be used on repositories cloned or modified
with gitup or vice versa.

WWW: https://github.com/johnmehr/gitup

---

I used net/svnup port as an example because they are similar programs (and =
from
same author.

I used a patch to help program to find is config file in /usr/local/etc tha=
t is
hardcoded in gitup.c:

-       const char         *configuration_file =3D "./gitup.conf";
+       const char         *configuration_file =3D "/usr/local/etc/gitup.co=
nf";

Is there a better way to fix it like using an variable?

Thanks,

Nuno Teixeira

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252220-7788>