aboutsummaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* fixup annex link target calculation when submodules are used in filesystems n...Gravatar Joey Hess2015-03-04
* Submodules are now supported by git-annex!Gravatar Joey Hess2015-03-02
* When re-execing git-annex, use current program location, rather than ~/.confi...Gravatar Joey Hess2015-02-28
* make programPath return FilePath not Maybe FilePathGravatar Joey Hess2015-02-28
* avoid crash when starting fsck --incremental when one is already runningGravatar Joey Hess2015-02-17
* propigate ssh-options everywhere ssh caching is usedGravatar Joey Hess2015-02-12
* The ssh-options git config is now used by gcrypt, rsync, and ddar special rem...Gravatar Joey Hess2015-02-12
* Improve race recovery code when committing to git-annex branch.Gravatar Joey Hess2015-02-09
* relFile does not have to be relative; rename to currFileGravatar Joey Hess2015-02-06
* use a SetGravatar Joey Hess2015-01-28
* implement annex.tune.branchhash1Gravatar Joey Hess2015-01-28
* implement annex.tune.objecthashlowerGravatar Joey Hess2015-01-28
* import Data.Default in CommonGravatar Joey Hess2015-01-28
* rework Differences data typeGravatar Joey Hess2015-01-28
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* Fix default repository description created by git annex init, which got broke...Gravatar Joey Hess2015-01-22
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* on second thought, InodeCache should use getFileSizeGravatar Joey Hess2015-01-20
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* Windows: Fix running of the pre-commit-annex hook.Gravatar Joey Hess2015-01-20
* convert parentDir to be based on takeDirectory, but fixed for trailing /Gravatar Joey Hess2015-01-09
* revert parentDir changeGravatar Joey Hess2015-01-09
* Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-06
|\
| * fix view generation code to work when run in a subdirectory; no longer needs ...Gravatar Joey Hess2015-01-06
* | Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-06
|\|
| * made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* | absolute path to index file; test suite passesGravatar Joey Hess2015-01-06
* | direct mode merge relative path trickinessGravatar Joey Hess2015-01-06
* | Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
|/
* Windows: Fix handling of views of filenames containing '%'Gravatar Joey Hess2014-12-30
* fix test case on windowsGravatar Joey Hess2014-12-30
* Revert "temporary debugging code for windows autobuilder test suite failure"Gravatar Joey Hess2014-12-30
* temporary debugging code for windows autobuilder test suite failureGravatar Joey Hess2014-12-30
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* move dummy uuids to Annex.UUIDGravatar Joey Hess2014-12-17
* Revert "let url claims optionally include a suggested filename"Gravatar Joey Hess2014-12-11
* let url claims optionally include a suggested filenameGravatar Joey Hess2014-12-11
* diffdriver: New git-annex command, to make git external diff drivers work wit...Gravatar Joey Hess2014-11-24
* proxy: for all your direct mode repository munging needsGravatar Joey Hess2014-11-12
* no longer used importsGravatar Joey Hess2014-11-06
* Remove fixup code for bad bare repositories created by versions 5.20131118 th...Gravatar Joey Hess2014-11-04
* Windows: Fix crash when user.name is not set in git config.Gravatar Joey Hess2014-10-31
* fix windows buildGravatar Joey Hess2014-10-16
* Use haskell setenv library to clean up several ugly workarounds for inability...Gravatar Joey Hess2014-10-15
* vicfg: Deleting configurations now resets to the default, where before it has...Gravatar Joey Hess2014-10-14
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Fix transfer lock file FD leak that could occur when two separate git-annex p...Gravatar Joey Hess2014-09-11
* New annex.hardlink setting. Closes: #758593Gravatar Joey Hess2014-09-05
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26