Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2011 08:20:12 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/157077: commit references a PR
Message-ID:  <201106260820.p5Q8KC50061331@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/157077; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157077: commit references a PR
Date: Sun, 26 Jun 2011 08:15:30 +0000 (UTC)

 miwi        2011-06-26 08:15:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/git-annex      Makefile distinfo pkg-descr 
     devel/git-annex/files patch-Makefile 
   Log:
   git-annex allows managing files with git, without checking the file
   contents into git. While that may seem paradoxical, it is useful when
   dealing with files larger than git can currently easily handle, whether
   due to limitations in memory, checksumming time, or disk space.
   
   Even without file content tracking, being able to manage files with git,
   move files around and delete files with versioned directory trees, and use
   branches and distributed clones, are all very handy reasons to use git.
   And annexed files can co-exist in the same git repository with regularly
   versioned files, which is convenient for maintaining documents, Makefiles,
   etc that are associated with annexed files but that benefit from full
   revision control.
   
   WWW: http://git-annex.branchable.com/
   
   PR:             ports/157077
   Submitted by:   frase at frase.id.au
   
   Revision  Changes    Path
   1.4396    +1 -0      ports/devel/Makefile
   1.1       +41 -0     ports/devel/git-annex/Makefile (new)
   1.1       +2 -0      ports/devel/git-annex/distinfo (new)
   1.1       +47 -0     ports/devel/git-annex/files/patch-Makefile (new)
   1.1       +14 -0     ports/devel/git-annex/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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