git-annex 5.20140117 source package in Ubuntu

Changelog

git-annex (5.20140117) unstable; urgency=medium


  * Really fix FTBFS on mipsel and sparc due to test suite not being available
    on those architectures.

 -- Joey Hess <email address hidden>  Fri, 17 Jan 2014 14:46:27 -0400

Upload details

Uploaded by:
Joey Hess
Uploaded to:
Sid
Original maintainer:
Joey Hess
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
git-annex_5.20140117.dsc 3.4 KiB 21db5364c4d50ef0c066bea50633abc1073cf6f3e6367480acc75e7833180352
git-annex_5.20140117.tar.gz 5.3 MiB d095491aa1b85dc82d3c2d4c659a3a63931f7c2690dc83325bb3f86b1517200d

Available diffs

No changes file available.

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.