summaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
Commit message (Expand)AuthorAge
* 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
* hlintGravatar Joey Hess2013-04-03
* git subcommand cleanupGravatar Joey Hess2013-03-03
* Makefile now builds using cabal, taking advantage of cabal's automatic detect...Gravatar Joey Hess2013-02-27
* work around broken getEnvironment on Android in the most important place: git...Gravatar Joey Hess2013-02-22
* whitespace fixesGravatar Joey Hess2012-12-13
* finished where indentation changesGravatar Joey Hess2012-12-13
* remove git-annex branch read cacheGravatar Joey Hess2012-10-19
* Avoid unsetting HOME when running certian git commands. Closes: #690193Gravatar Joey Hess2012-10-11
* fix last zombies in the assistantGravatar Joey Hess2012-10-04