index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Git
/
Config.hs
Commit message (
Expand
)
Author
Age
*
Fix bug that broke switching between local repositories in the webapp when th...
Joey Hess
2013-11-22
*
automatically set and unset core.bare when switching to/from direct mode
Joey Hess
2013-11-05
*
Disable receive.denyNonFastForwards when setting up a gcrypt special remote
Joey Hess
2013-10-01
*
blind enabling gcrypt repos on rsync.net
Joey Hess
2013-09-27
*
add back lost check that git-annex-shell supports gcrypt
Joey Hess
2013-09-24
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
annex.autocommit
Joey Hess
2013-01-27
*
finished where indentation changes
Joey Hess
2012-12-13
*
Use USER and HOME environment when set, and only fall back to getpwent, which...
Joey Hess
2012-10-25
*
A relative core.worktree is relative to the gitdir.
Joey Hess
2012-10-16
*
drop old config when rereading repo config
Joey Hess
2012-10-14
*
avoid webapp crash on startup when there's no ~/.gitconfig
Joey Hess
2012-09-23
*
thread safe git-annex index file use
Joey Hess
2012-08-24
*
make the webapp honor the web.browser git config
Joey Hess
2012-08-08
*
add back debug logging
Joey Hess
2012-07-19
*
switch from System.Cmd.Utils to System.Process
Joey Hess
2012-07-18
*
git-config fileEncoding
Joey Hess
2012-06-26
*
more worktree improvements
Joey Hess
2012-05-19
*
test suite saved my bacon
Joey Hess
2012-05-19
*
Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.
Joey Hess
2012-05-18
*
Clean up handling of git directory and git worktree.
Joey Hess
2012-05-18
*
Add annex.httpheaders and annex.httpheader-command config settings
Joey Hess
2012-04-22
*
removed another 10 lines via ifM
Joey Hess
2012-03-16
*
avoid unnecessary chdir
Joey Hess
2012-01-14
*
Add annex-trustlevel configuration settings, which can be used to override t...
Joey Hess
2012-01-09
*
skip local remotes that are not available (ie, not mounted)
Joey Hess
2011-12-31
*
fixed behavior when multiple insteadOf configs are provided for the same url ...
Joey Hess
2011-12-30
*
avoid partial head function
Joey Hess
2011-12-15
*
refactor
Joey Hess
2011-12-15
*
Properly handle multiline git config values.
Joey Hess
2011-12-15
*
split out three modules from Git
Joey Hess
2011-12-13