summaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* 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
* move commit to Git.BranchGravatar Joey Hess2011-12-13
* split out three modules from GitGravatar 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
* always find optimal mergeGravatar Joey Hess2011-12-12
* refactorGravatar Joey Hess2011-12-12
* more efficient union mergesGravatar Joey Hess2011-12-11
* hslintGravatar Joey Hess2011-12-09
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* better nameGravatar Joey Hess2011-11-16
* cleanupGravatar Joey Hess2011-11-15
* merge: Now runs in constant space.Gravatar Joey Hess2011-11-15
* cleanupGravatar Joey Hess2011-11-15
* avoid space leak writing mergeGravatar Joey Hess2011-11-15
* Optimised union merging; now only runs git cat-file once.Gravatar Joey Hess2011-11-12
* lintGravatar Joey Hess2011-11-11
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* faster union merge of multiple branches into indexGravatar Joey Hess2011-10-07
* convert all git read/write functions to use ByteStringsGravatar Joey Hess2011-09-29
* layoutGravatar Joey Hess2011-09-29
* use ByteStrings when reading content of filesGravatar Joey Hess2011-09-29
* Sped up unused.Gravatar Joey Hess2011-09-29
* make unused check branches and tags tooGravatar Joey Hess2011-09-28
* refactor catfile codeGravatar Joey Hess2011-09-28
* use FileModeGravatar Joey Hess2011-09-28
* add ls-tree interfaceGravatar Joey Hess2011-09-28
* tweakGravatar Joey Hess2011-09-25
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* hlint tweaksGravatar Joey Hess2011-07-15
* unannex: Clean up use of git commit -a.Gravatar Joey Hess2011-07-14