Sitaram Chamarty
ddf4330d1e
quick install in main README
...
requested by someone who told me it's high time I catered to the experts
too, and saved them some time on the install!
I took the opportunity to streamline the README (especially the "what"
section), and to prioritise the non-root method over the root method in
the install doc.
2011-09-02 17:40:07 +05:30
Sitaram Chamarty
6a3cd5d6b1
Merge pull request #32 from ebfe/bump_requirements
...
git >= 1.6.6 is required since 49f5361
2011-09-02 05:09:06 -07:00
Sitaram Chamarty
7c8c5a899b
add example setups to mirroring doc; also other fixups
2011-08-30 20:50:34 +05:30
Sitaram Chamarty
e139be927a
new 'subconf' feature to explicitly do delegation
...
(includes HOSTNAME substitution feature also...)
2011-08-30 20:50:34 +05:30
Sitaram Chamarty
0ec3d77761
delegation: allow includes in fragments, fixup doc
...
I could not think why we disallowed includes in subconfs, since an
include is the same as inserting all those lines inline anyway.
2011-08-30 11:42:03 +05:30
Sitaram Chamarty
2eee4d627a
Merge 'mirroring-revamp' into pu
2011-08-29 13:57:38 +05:30
Sitaram Chamarty
388cf76c73
document the "sequencing repo config" fix made earlier
...
plus some reorg of the section so it reads easier (I hope!)
2011-08-27 22:07:01 +05:30
Michael Gehring
d4570cc340
git >= 1.6.6 is required since 49f5361
2011-08-25 15:35:29 +02:00
Chris Tilden
0172868da7
Fixes documentation typos
2011-08-24 13:12:42 -07:00
Sitaram Chamarty
e5e95794ef
(doc) hook chaining explained a bit better
...
nagp-compatible ;-)
2011-08-23 00:01:43 +05:30
Sitaram Chamarty
e970327cc1
rc: get rid of GL_GITCONFIG_WILD
...
was only for efficiency even when it was relevant, and now it's just in
the way, making useless noises.
2011-08-17 21:53:06 +05:30
Sitaram Chamarty
442d7ca29c
mirroring doc updates:
...
- caution about wild repos needing to be manually created on the
receiving side (because nothing gets auto-created now)
- caution about the right and wrong way to "delete" a config variable
- a few other minor fixes
2011-08-17 11:59:00 +05:30
Sitaram Chamarty
b11d44e036
(mirroring) make cron jobs easier to write
...
gl-mirror-shell will now take a list of slaves and/or keys, expanding
the keys in place. See doc for even more improvements and conveniences.
2011-08-15 07:02:42 +05:30
Sitaram Chamarty
e3b1fdfd69
(mirroring doc) explain how this is more than just 'backup'
2011-08-14 08:20:03 +05:30
Sitaram Chamarty
a3ffc9d8fd
(mirroring) reject non-local pushes if GL_HOSTNAME not set
...
We previously said all mirroring features are disabled if GL_HOSTNAME is
not set.
But what if, after mirroring has been setup, and master/slaves defined
for a repo, a slave admin fat-fingers the RC file and accidentally
comments out GL_HOSTNAME? We might end up violating RULE NUMBER ONE!
2011-08-13 14:32:38 +05:30
Sitaram Chamarty
37ce28a43b
(new mirroring) documentation
2011-08-13 09:03:13 +05:30
Sitaram Chamarty
bfbd887e71
minor docfixes
2011-08-12 21:45:23 +05:30
Sitaram Chamarty
4c1e4b2b1a
v2.0.3
2011-08-08 09:47:56 +05:30
Sitaram Chamarty
817c1835ae
(docfix) you need RW+ to overwrite a tag
...
to my eternal shame (considering how proud I am of my documentation)
this was not mentioned anywhere! I'm getting old...
thanks to Pierre Habouzit for catching this
(also slipped in a few other minor doc changes. I wouldn't mix
unrelated stuff in a commit when doing code changes but it seems ok to
do this for docfixes, for some reason).
2011-08-01 08:12:23 +05:30
Sitaram Chamarty
973157d777
(doc) "authentication-vs-authorisation"
...
"gitolite-without-ssh" doc name was misleading; rename to
"authentication-vs-authorisation"
also restructure the whole thing to answer the main question better, and
fix up links from other places
2011-07-25 20:28:03 +05:30
Sitaram Chamarty
8710521f30
gitosis migration document overhaul (I need feedback on this)
2011-07-18 21:07:38 +05:30
Sitaram Chamarty
b649536847
(minor) fixed some broken links due to 867b34f
...
thanks to j416 for catching this...
2011-07-18 21:06:14 +05:30
Sitaram Chamarty
9882e24084
(a few minor doc fixes)
2011-07-14 19:20:24 +05:30
Sitaram Chamarty
42df4c01a9
gl-dont-panic replaced by more generic gl-admin-push
...
(sorry Douglas Adams; the "towel day" program is no more!)
2011-07-13 22:29:44 +05:30
Christopher M. Fuhrman
df885e5989
Documentation tweaks
...
- Add note about daemon user
- In example, set gitweb.url to proper URL
Signed-off-by: Christopher M. Fuhrman <cfuhrman@panix.com>
2011-07-04 09:08:38 +05:30
Sitaram Chamarty
1f768a1763
(minor) some minor doc fixes
2011-06-14 20:22:04 +05:30
Sitaram Chamarty
5381dbb2da
(doc) upgrading a 'from-client' installation to 'non-root'
2011-06-14 20:21:11 +05:30
Sitaram Chamarty
436662f28f
v2.0.2
2011-06-01 20:17:55 +05:30
Sitaram Chamarty
a6a0db10e9
oopsies... should be checking for "-x" not just "-f or -l" to chain a hook
...
it was trying to execute a broken symlink! (Thanks to Jeff of KDE for
catching this)
2011-05-28 20:33:21 +05:30
Sitaram Chamarty
b706719a56
(here's more proof that writing code is easier...)
...
streamline the README and the install doc a fair bit, especially make
'from-client' install deprecated, and relegate it to an Appendix.
2011-05-28 18:14:19 +05:30
Sitaram Chamarty
31cd56b76d
(minor) doc tweaks
2011-05-28 17:49:22 +05:30
Sitaram Chamarty
d3a663d03f
(ssh doc) (N+1)th time rewrite; the holy grail still eludes me <sigh>
2011-05-12 09:33:46 +05:30
Sitaram Chamarty
867b34f32c
(doc) ADCs now have an overview doc, plus...
...
- repo-deletion is now a proper doc
- other doc enhancements and clarifications
2011-05-12 09:33:19 +05:30
Sitaram Chamarty
2b6d0670df
(doc) a slew of minor doc fixes
2011-05-05 09:32:13 +05:30
Christopher M. Fuhrman
cbb2de157c
(doc) Initial entry of gitolite-gitweb-http-backend documentation
...
Initial entry of markdown documentation as generated by pod2markdown.
Note addition of table-of-contents and appropriate anchors
Signed-off-by: Christopher M. Fuhrman <cfuhrman@panix.com>
[some formatting type changes done by Sitaram]
2011-05-05 08:23:02 +05:30
Sitaram Chamarty
59f3c4a512
v2.0.1
2011-04-30 06:40:53 +05:30
Sitaram Chamarty
074fc61d3a
more docfixes, esp the install doc
2011-04-30 06:39:01 +05:30
Sitaram Chamarty
0d1e05c7e1
"hooklets" -- play nice with any number of site-local 'update' hooks
...
(yes, I made up the name. Deal with it!)
2011-04-29 04:47:30 +05:30
Sitaram Chamarty
d74e58b5de
(minor doc fixes)
2011-04-24 15:16:43 +05:30
Sitaram Chamarty
1006eba2fc
allow the include statement to use globs
...
(bonus: we now have a test case for "include" itself, should it ever
decide to take an unplanned vacation!)
2011-04-01 16:11:59 +05:30
Dylan Simon
58064b8e20
Make limit on number of repos displayed by info with GL_BIG_CONFIG configurable
...
[doc added by Sitaram]
2011-03-30 20:27:12 +05:30
Sitaram Chamarty
0f377a7679
new doc on gitolite without ssh, plus some minor docfixes
2011-03-30 18:42:39 +05:30
Sitaram Chamarty
fc2f8ee709
minor docfix to smart http doc
2011-03-25 11:11:41 +05:30
Ralf Hemmecke
85fe9c1739
(minor) docfix
2011-03-18 06:42:54 +05:30
Sitaram Chamarty
40f40edf20
(minor) fixups to shell-games doc
2011-03-13 18:20:30 +05:30
Sitaram Chamarty
23bf41eccd
(minor) update mirroring doc about servers and mutual trust
2011-03-10 06:34:32 +05:30
Sitaram Chamarty
b0f8924f80
(minor doc clarification)
...
thanks to kfogel for pointing it out
2011-03-09 21:40:00 +05:30
Sitaram Chamarty
396c23e187
forgot to update changelog when tagging v2.0 and promoting to master
2011-03-09 21:34:03 +05:30
Sitaram Chamarty
80d28e6fb0
Merge branch 'dmitrijsledkovs/pu' into pu
2011-03-05 17:29:20 +05:30
Sitaram Chamarty
396bfaa3b9
gl-auth now checks for and run a hook called 'gl-pre-git'
...
see sample code for motivation; other uses at your discretion
2011-03-05 12:23:17 +05:30