summaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
Commit message (Expand)AuthorAge
* 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
* avoid multiple unnecessary stats of the index fileGravatar Joey Hess2012-01-14
* tweaksGravatar Joey Hess2012-01-11
* log: New command that displays the location log for file, showing each reposi...Gravatar Joey Hess2012-01-06
* refactorGravatar Joey Hess2011-12-30
* add forceUpdateGravatar Joey Hess2011-12-30
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* move commit to Git.BranchGravatar Joey Hess2011-12-13
* avoid closing pipe before all the shas are read from itGravatar Joey Hess2011-12-12
* broke out Git/HashObject.hsGravatar Joey Hess2011-12-12
* broke out Git/Branch.hs and reorganizedGravatar Joey Hess2011-12-12
* split out Git/Ref.hsGravatar Joey Hess2011-12-12
* split out Annex/Journal.hsGravatar Joey Hess2011-12-12
* split out Annex/BranchState.hsGravatar Joey Hess2011-12-12
* update commentGravatar Joey Hess2011-12-12
* optimisationGravatar Joey Hess2011-12-12
* optimisationGravatar Joey Hess2011-12-12
* cleanupGravatar Joey Hess2011-12-12
* avoid redundant call to updateIndexGravatar Joey Hess2011-12-11
* detect and recover from branch push/commit raceGravatar Joey Hess2011-12-11
* optimize index updatingGravatar Joey Hess2011-12-11
* slow, stupid, and safe index updatingGravatar Joey Hess2011-12-11
* move a file location to Locations.hsGravatar Joey Hess2011-12-11
* no need to show, it's a stringGravatar Joey Hess2011-12-10
* hslintGravatar Joey Hess2011-12-09
* cleanupGravatar Joey Hess2011-11-30
* support .git/annex on a different disk than the rest of the repoGravatar Joey Hess2011-11-28
* ensure branch exists before trying to update itGravatar Joey Hess2011-11-16
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* better nameGravatar Joey Hess2011-11-16
* merge: Now runs in constant space.Gravatar Joey Hess2011-11-15
* Optimised union merging; now only runs git cat-file once.Gravatar Joey Hess2011-11-12
* avoid unnecessary auto-merge when only changing a file in the branch.Gravatar Joey Hess2011-11-12
* merge: Improve commit messages to mention what was merged.Gravatar Joey Hess2011-11-12
* lintGravatar Joey Hess2011-11-11
* factored out some useful error catching methodsGravatar Joey Hess2011-11-10
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* optimizationGravatar Joey Hess2011-11-06
* merge: Use fast-forward merges when possible.Gravatar Joey Hess2011-11-06
* ensure directory exists when locking journalGravatar Joey Hess2011-11-02
* cleanupGravatar Joey Hess2011-10-27
* Sped up some operations on remotes that are on the same host.Gravatar Joey Hess2011-10-27
* tweaksGravatar Joey Hess2011-10-10
* fix a raceGravatar Joey Hess2011-10-09
* better layoutGravatar Joey Hess2011-10-07