summaryrefslogtreecommitdiff
path: root/Git/SharedRepository.hs
Commit message (Collapse)AuthorAge
* post-recive hook to make updateInstead work in direct mode and adjusted branchesGravatar Joey Hess2017-02-17
| | | | | | | | * Added post-recieve hook, which makes updateInstead work with direct mode and adjusted branches. * init: Set up the post-receive hook. This commit was sponsored by Fernando Jimenez on Patreon.
* Support git's undocumented core.sharedRepository=2 value, which is ↵Gravatar Joey Hess2015-07-06
| | | | equivilant to "world".
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
This is incomplete, it does not honor it yet for hash directories and other annex bookkeeping files. Some of that is not needed for a bare repo; some of it may be.