aboutsummaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* 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
* add base, underGravatar Joey Hess2011-12-30
* fixed behavior when multiple insteadOf configs are provided for the same url ...Gravatar Joey Hess2011-12-30
* handle C-style escapes in FormatGravatar Joey Hess2011-12-23
* Can now be built with older git versions (before 1.7.7); the resulting binary...Gravatar Joey Hess2011-12-22
* Add --include, which is the same as --not --exclude.Gravatar Joey Hess2011-12-22
* use Common in a few more modulesGravatar Joey Hess2011-12-20
* more partial function removalGravatar Joey Hess2011-12-15
* avoid partial function, and parse git-ref output betterGravatar Joey Hess2011-12-15
* avoid partial head functionGravatar Joey Hess2011-12-15
* avoid partial functions, and added check for correct sha contentGravatar Joey Hess2011-12-15
* refactorGravatar Joey Hess2011-12-15
* Properly handle multiline git config values.Gravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* split out two more Git modulesGravatar Joey Hess2011-12-13