git-annex 5.20140412ubuntu1 source package in Ubuntu

Changelog

git-annex (5.20140412ubuntu1) trusty; urgency=medium

  * Patch from git to fix building on architectures without GHCi (Joey
    Hess):
    - Avoid depending on shakespeare except for when building the webapp.
 -- Colin Watson <email address hidden>   Mon, 14 Apr 2014 10:41:31 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe utils

Downloads

File Size SHA-256 Checksum
git-annex_5.20140412ubuntu1.tar.gz 5.8 MiB 87cbf4cc0e68eeb9d201c72b84eaf68bc09fdac6748ab801edcc1a5bc5375b2d
git-annex_5.20140412ubuntu1.dsc 3.3 KiB fa26f48505a3df0c2427acb75eafa852f4c30f465f22810167ea821652dacb73

View changes file

Binary packages built by this source

git-annex: manage files with git, without checking their contents into git

 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, 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.