aboutsummaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
Commit message (Expand)AuthorAge
* annex.merge-annex-branchesGravatar Joey Hess2018-02-22
* Remove temporary code added in 6.20160619 to prime the mergedrefs log.Gravatar Joey Hess2018-02-22
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* more core.sharedRepository perm fixesGravatar Joey Hess2018-01-04
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* enable LambdaCase and convert around 10% of places that could use itGravatar Joey Hess2017-11-15
* fix compaction of export.logGravatar Joey Hess2017-09-12
* graft exported tree into git-annex branchGravatar Joey Hess2017-08-31
* adeiu, MissingHGravatar Joey Hess2017-05-16
* correct spelling mistakesGravatar Edward Betts2017-02-12
* config: New command for storing configuration in the git-annex branch.Gravatar Joey Hess2017-01-30
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Speed up startup time by caching the refs that have been merged into the git-...Gravatar Joey Hess2016-07-17
* nub transitionList to avoid ugly message after repeated transitions, and avoi...Gravatar Joey Hess2016-05-18
* Work around git bug in handling of relative path to GIT_INDEX_FILE when in a ...Gravatar Joey Hess2016-05-17
* new method for merging changes into adjusted branch that avoids unncessary me...Gravatar Joey Hess2016-04-06
* reuse annex's HashObjectHandleGravatar Joey Hess2016-03-14
* Sped up git-annex merge by using git hash-object --batch.Gravatar Joey Hess2016-03-14
* use hash-object --batchGravatar Joey Hess2016-03-14
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* Avoid unncessary write to the location log when a file is unlocked and then a...Gravatar Joey Hess2015-10-12
* Only look at reflogs for relevant branches, not for git-annex branchesGravatar Joey Hess2015-07-07
* unused: --used-refspec can now be configured to look at refs in the reflog. T...Gravatar Joey Hess2015-07-07
* refactor ls-tree paramsGravatar Joey Hess2015-07-06
* bugfix: Pass --full-tree when using git ls-files to get a list of files on th...Gravatar Joey Hess2015-07-06
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* followup to bug I cannot reproduce, and analysis based presumptive fixGravatar Joey Hess2015-04-09
* Improve error message when --in @date is used and there is no reflog for the ...Gravatar Joey Hess2015-03-26
* Added a post-update-annex hook, which is run after the git-annex branch is up...Gravatar Joey Hess2015-03-20
* Improve race recovery code when committing to git-annex branch.Gravatar Joey Hess2015-02-09
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* absolute path to index file; test suite passesGravatar Joey Hess2015-01-06
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Fix minor FD leak in journal code.Gravatar Joey Hess2014-07-09
* Fix memory leak when committing millions of changes to the git-annex branchGravatar Joey Hess2014-07-04
* support commit.gpgsignGravatar Joey Hess2014-07-04
* webapp: When adding a new local repository, fix bug that caused its group and...Gravatar Joey Hess2014-05-29
* Fix encoding of data written to git-annex branch. Avoid truncating unicode ch...Gravatar Joey Hess2014-05-27
* remove Read instance for RefGravatar Joey Hess2014-02-19
* add git annex view commandGravatar Joey Hess2014-02-18
* --in can now refer to files that were located in a repository at some past da...Gravatar Joey Hess2014-02-06
* remove debug printGravatar Joey Hess2014-01-26
* avoid needing a build-dep on hxt for Data.AssocListGravatar Joey Hess2014-01-14
* Fix a long-standing bug that could cause the wrong index file to be used when...Gravatar Joey Hess2014-01-14
* Avoid using git commit in direct mode, since in some situations it will read ...Gravatar Joey Hess2013-12-01
* Ensure that core.sharedrepository is honored when creating the .git/annex dir...Gravatar Joey Hess2013-11-18
* Ensure execute bit is set on directories when core.sharedrepsitory is set.Gravatar Joey Hess2013-11-18
* typoGravatar Joey Hess2013-11-06