summaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
Commit message (Expand)AuthorAge
* 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
* Fix exception handling bug that could cause .git/annex/index to be used for g...Gravatar Joey Hess2013-11-06
* repair command: add handling of git-annex branch and indexGravatar Joey Hess2013-10-23
* Automatically and safely detect and recover from dangling .git/annex/index.lo...Gravatar Joey Hess2013-10-03
* rename confusing functionGravatar Joey Hess2013-10-03
* ensure that commitBranch is only called when the journal is lockedGravatar Joey Hess2013-10-03
* use types to partially prove correctness of journal locking codeGravatar Joey Hess2013-10-03
* lockJournal when running performTransitionsGravatar Joey Hess2013-10-03
* avoid double commit during transitionGravatar Joey Hess2013-09-03
* forget --drop-dead: Completely removes mentions of repositories that have bee...Gravatar Joey Hess2013-08-31
* remove printGravatar Joey Hess2013-08-29
* wordingGravatar Joey Hess2013-08-29
* add forget commandGravatar Joey Hess2013-08-28
* untested transition detection on merging, and transition running codeGravatar Joey Hess2013-08-28
* importfeed: git-annex becomes a podcatcher in 150 LOCGravatar Joey Hess2013-07-28
* XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibil...Gravatar Joey Hess2013-05-21
* Fix a bug in the git-annex branch handling code that could cause info from a ...Gravatar Joey Hess2013-05-20
* fix android build, broken by changes for windows portGravatar Joey Hess2013-05-16
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10