summaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* more worktree improvementsGravatar Joey Hess2012-05-19
* avoid chdir when already inside worktreeGravatar Joey Hess2012-05-19
* test suite saved my baconGravatar Joey Hess2012-05-19
* make GIT_DIR, GIT_WORK_TREE absoluteGravatar Joey Hess2012-05-18
* Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.Gravatar Joey Hess2012-05-18
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* Add annex.httpheaders and annex.httpheader-command config settingsGravatar Joey Hess2012-04-22
* noopGravatar Joey Hess2012-04-21
* Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
* compute distance in correct directionGravatar Joey Hess2012-04-14
* autocorrectionGravatar Joey Hess2012-04-12
* bup: Properly handle key names with spaces or other things that are not legal...Gravatar Joey Hess2012-04-11
* nicer style; also empty refs are implicitly not allowedGravatar Joey Hess2012-04-11
* added a git ref legality checkerGravatar Joey Hess2012-04-11
* removed another 10 lines via ifMGravatar Joey Hess2012-03-16
* fix filename encoding for git cat-fileGravatar Joey Hess2012-02-26
* cleanupGravatar Joey Hess2012-02-21
* refactorGravatar Joey Hess2012-02-20
* reorder prams and put -- after atrributes, for compatability with old gitGravatar Joey Hess2012-02-15
* Added a annex.queuesize settingGravatar Joey Hess2012-02-15
* 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
* set fileEncoding on CheckAttr handlesGravatar Joey Hess2012-02-14
* fix LsFiles.typeChanged pathsGravatar Joey Hess2012-02-14
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* another place hGetBoth was used without a writer threadGravatar Joey Hess2012-02-13
* thinkoGravatar Joey Hess2012-02-13
* comment typoGravatar Joey Hess2012-02-13
* wordingGravatar Joey Hess2012-02-09
* use fileEncoding for git-update-index input handleGravatar Joey Hess2012-02-04
* fix file encoding of HashObjectGravatar Joey Hess2012-02-04
* support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemGravatar Joey Hess2012-02-01
* switch to the strict state monadGravatar Joey Hess2012-01-29
* fix error messageGravatar Joey Hess2012-01-25
* export fromPathGravatar Joey Hess2012-01-25
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
* rename readMaybe to readishGravatar Joey Hess2012-01-23
* avoid unnecessary stats when traversing to parentGravatar Joey Hess2012-01-14
* avoid unnecessary chdirGravatar Joey Hess2012-01-14
* optimize away 3 statsGravatar Joey Hess2012-01-14
* tweakGravatar Joey Hess2012-01-13
* support relative GIT_DIRGravatar Joey Hess2012-01-13
* git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.Gravatar Joey Hess2012-01-13
* Add annex-trustlevel configuration settings, which can be used to override t...Gravatar Joey Hess2012-01-09
* log --after=dateGravatar Joey Hess2012-01-06
* Support unescaped repository urls, like git does.Gravatar Joey Hess2012-01-05
* skip local remotes that are not available (ie, not mounted)Gravatar Joey Hess2011-12-31
* refactor and check for a detached HEADGravatar Joey Hess2011-12-31
* refactorGravatar Joey Hess2011-12-30