aboutsummaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* 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
| * allow Retriever action to update the progress meterGravatar Joey Hess2014-07-29
| * add some more exception handling primitivesGravatar Joey Hess2014-07-26
|/
* implement chunk logsGravatar Joey Hess2014-07-24
* fix windows buildGravatar Joey Hess2014-07-14
* resolvemerge: finish up by committingGravatar Joey Hess2014-07-11
* Deal with change in git 2.0 that made indirect mode merge conflict resolution...Gravatar Joey Hess2014-07-11
* resolvemerge: New plumbing command that runs the automatic merge conflict res...Gravatar Joey Hess2014-07-11
* direct: Fix handling of case where a work tree subdirectory cannot be written...Gravatar Joey Hess2014-07-10
* refactor lockingGravatar Joey Hess2014-07-10
* refactorGravatar Joey Hess2014-07-10
* Fix minor FD leak in journal code.Gravatar Joey Hess2014-07-09
* fix build warning5.20140709Gravatar Joey Hess2014-07-09
* fix windows buildGravatar Joey Hess2014-07-09
* prospective fix for bad_merge_commit_deleting_all_filesGravatar Joey Hess2014-07-09
* Fix bug in automatic merge conflict resolutionGravatar Joey Hess2014-07-08
* assistant: Fix bug, introduced in last release, that caused the assistant to ...Gravatar Joey Hess2014-07-05
* work around getDirectoryContents not streaming lazilyGravatar Joey Hess2014-07-04
* Fix memory leak when committing millions of changes to the git-annex branchGravatar Joey Hess2014-07-04
* support commit.gpgsignGravatar Joey Hess2014-07-04
* really add non-date metadata tooGravatar Joey Hess2014-07-03
* import metadata from feedsGravatar Joey Hess2014-07-03
* refactorGravatar Joey Hess2014-06-16
* work around a bug in gitGravatar Joey Hess2014-06-12
* finish fixing windows timezone madnessGravatar Joey Hess2014-06-12
* fix for Windows file timestamp timezone madnessGravatar Joey Hess2014-06-12
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* simplifyGravatar Joey Hess2014-06-09