summaryrefslogtreecommitdiff
path: root/Git/Config.hs
Commit message (Expand)AuthorAge
* annex.autocommitGravatar Joey Hess2013-01-27
* finished where indentation changesGravatar Joey Hess2012-12-13
* Use USER and HOME environment when set, and only fall back to getpwent, which...Gravatar Joey Hess2012-10-25
* A relative core.worktree is relative to the gitdir.Gravatar Joey Hess2012-10-16
* drop old config when rereading repo configGravatar Joey Hess2012-10-14
* avoid webapp crash on startup when there's no ~/.gitconfigGravatar Joey Hess2012-09-23
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* make the webapp honor the web.browser git configGravatar Joey Hess2012-08-08
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* git-config fileEncodingGravatar Joey Hess2012-06-26
* more worktree improvementsGravatar Joey Hess2012-05-19
* test suite saved my baconGravatar Joey Hess2012-05-19
* 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
* removed another 10 lines via ifMGravatar Joey Hess2012-03-16
* avoid unnecessary chdirGravatar Joey Hess2012-01-14
* Add annex-trustlevel configuration settings, which can be used to override t...Gravatar Joey Hess2012-01-09
* skip local remotes that are not available (ie, not mounted)Gravatar Joey Hess2011-12-31
* fixed behavior when multiple insteadOf configs are provided for the same url ...Gravatar Joey Hess2011-12-30
* avoid partial head functionGravatar Joey Hess2011-12-15
* refactorGravatar Joey Hess2011-12-15
* Properly handle multiline git config values.Gravatar Joey Hess2011-12-15
* split out three modules from GitGravatar Joey Hess2011-12-13