aboutsummaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* 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
* fix imports for windowsGravatar Joey Hess2014-08-23
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* avoid trying to create a content file in order to lock itGravatar Joey Hess2014-08-20
* more lock file refactoringGravatar Joey Hess2014-08-20
* reorganize and refactor lock codeGravatar Joey Hess2014-08-20
* fix lockFileShared to actually create lock fileGravatar Joey Hess2014-08-20
* whoops, I the debug printsGravatar Joey Hess2014-08-20
* When accessing a local remote, shut down git-cat-file processes afterwards, t...Gravatar Joey Hess2014-08-20
* forgot some liftsGravatar Joey Hess2014-08-20
* Ensure that all lock fds are close-on-exec, fixing various problems with them...Gravatar Joey Hess2014-08-20
* memoize construction of the Request -> Request function to apply the UrlOptionsGravatar Joey Hess2014-08-15
* git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent tha...Gravatar Joey Hess2014-08-15
* direct: Avoid leaving file content in misctemp if interrupted.Gravatar Joey Hess2014-08-15
* direct: Fix ugly warning messages.Gravatar Joey Hess2014-08-12
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* Merge branch 'newchunks'Gravatar Joey Hess2014-08-01
|\
* | Display exception message when a transfer fails due to an exception.Gravatar Joey Hess2014-07-30
* | add missing Ord constraint (fixes android build)Gravatar Joey Hess2014-07-30
| * better type for RetrieverGravatar Joey Hess2014-07-29