aboutsummaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
Commit message (Expand)AuthorAge
...
* 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
* more zombie fightingGravatar Joey Hess2012-10-04
* flip catchDefaultIOGravatar Joey Hess2012-09-17
* bugfix: avoid staging but not committing changes to git-annex branchGravatar Joey Hess2012-09-15
* eliminate some commits to the git-annex branchGravatar Joey Hess2012-09-15
* remove withIndexUpdate helperGravatar Joey Hess2012-09-15
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* avoid unnecessary transfer scans when syncing a disconnected remoteGravatar Joey Hess2012-08-22
* hlintGravatar Joey Hess2012-06-12
* refactor and function name cleanupGravatar Joey Hess2012-06-08
* close the git add raceGravatar Joey Hess2012-06-06
* factor out generic update-index code from unionmerge codeGravatar Joey Hess2012-06-06
* display "Recording state in git..." when staging the journalGravatar Joey Hess2012-04-27
* in which I discover voidGravatar Joey Hess2012-04-21
* honor core.sharedRepository when making all the other files in the annexGravatar Joey Hess2012-04-21
* improve alwayscommit=false modeGravatar Joey Hess2012-02-25
* hlintGravatar Joey Hess2012-02-16
* tweakGravatar Joey Hess2012-02-14
* fix memory leak when staging the journalGravatar Joey Hess2012-02-14
* Fixed a memory leak due to excessive strictness when committing journal files.Gravatar Joey Hess2012-02-14