git-annex 5.20131120 source package in Ubuntu

Changelog

git-annex (5.20131120) unstable; urgency=low


  * Fix Debian package to not try to run test suite, since haskell-tasty
    is not out of new or in Build-Depends yet.
  * dropunused, addunused: Allow "all" instead of a range to
    act on all unused data.
  * Ensure execute bit is set on directories when core.sharedrepository is set.
  * Ensure that core.sharedrepository is honored when creating the .git/annex
    directory.
  * Improve repair code in the case where the index file is corrupt,
    and this hides other problems from git fsck.

 -- Joey Hess <email address hidden>  Wed, 20 Nov 2013 12:54:18 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
git-annex_5.20131120.dsc 3.2 KiB 66609edac1e05b9396d7234fa5c5876a30488bf79b94a04d47a7bd3ffb448c23
git-annex_5.20131120.tar.gz 4.9 MiB 6aa648fa9461d353f7a577532f33393037b35745918958c09bd1009fc473f08b

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.