aboutsummaryrefslogtreecommitdiff
path: root/Git/Config.hs
Commit message (Expand)AuthorAge
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* Submodules are now supported by git-annex!Gravatar Joey Hess2015-03-02
* avoid unncessary IOGravatar Joey Hess2015-02-12
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* Fix bug that broke switching between local repositories in the webapp when th...Gravatar Joey Hess2013-11-22
* automatically set and unset core.bare when switching to/from direct modeGravatar Joey Hess2013-11-05
* Disable receive.denyNonFastForwards when setting up a gcrypt special remoteGravatar Joey Hess2013-10-01
* blind enabling gcrypt repos on rsync.netGravatar Joey Hess2013-09-27
* add back lost check that git-annex-shell supports gcryptGravatar Joey Hess2013-09-24
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* 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