| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: typeset HEAD and variants as literalmm/doc-tt | Matthieu Moy | 2016-06-28 | 1 | -1/+1 |
* | doc: typeset long command-line options as literal | Matthieu Moy | 2016-06-28 | 1 | -3/+3 |
* | doc: more consistency in environment variables format | Tom Russello | 2016-06-08 | 1 | -1/+1 |
* | Documentation: use "command-line" when used as a compound adjective, and fix ...jj/command-line-somethingjj/command-line-adjective | Jason St. John | 2014-05-21 | 1 | -3/+3 |
* | documentation: trivial style cleanups | Felipe Contreras | 2013-05-17 | 1 | -4/+5 |
* | Merge branch 'jk/daemon-user-doc' | Junio C Hamano | 2013-04-18 | 1 | -0/+7 |
|\ |
|
| * | doc: clarify that "git daemon --user=<user>" option does not export HOME=~user | Junio C Hamano | 2013-04-12 | 1 | -0/+7 |
* | | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 2013-02-01 | 1 | -4/+4 |
* | | Documentation: avoid poor-man's small caps GIT | Thomas Ackermann | 2013-02-01 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'jc/daemon-access-hook' | Junio C Hamano | 2012-09-03 | 1 | -0/+16 |
|\ |
|
| * | daemon: --access-hook option | Junio C Hamano | 2012-08-15 | 1 | -0/+16 |
* | | Merge branch 'ms/daemon-doc-typo' | Junio C Hamano | 2012-07-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Documentation/git-daemon: add missing word | Michael Schubert | 2012-07-16 | 1 | -1/+1 |
* | | daemon: give friendlier error messages to clientsjk/daemon-msgs | Jeff King | 2011-10-15 | 1 | -0/+10 |
* | | git-daemon.txt: specify --timeout in seconds | Michael Stapelberg | 2011-08-28 | 1 | -5/+5 |
* | | doc: drop author/documentation sections from most pages | Jeff King | 2011-03-11 | 1 | -11/+0 |
* | | daemon: make --inetd and --detach incompatible | Erik Faye-Lund | 2010-11-04 | 1 | -1/+2 |
* | | Merge branch 'as/daemon-multi-listen' | Junio C Hamano | 2010-10-26 | 1 | -0/+1 |
|\ \ |
|
| * | | daemon: allow more than one host address given via --listen | Alexander Sulfrian | 2010-09-28 | 1 | -0/+1 |
* | | | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 | 1 | -24/+24 |
|/ / |
|
* | | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 | 1 | -21/+21 |
* | | doc/git-daemon: add missing arguments to max-connections option | Markus Heidelberg | 2009-04-18 | 1 | -1/+1 |
* | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-04-18 | 1 | -8/+8 |
|\ \ |
|
| * | | doc/git-daemon: add missing arguments to options | Markus Heidelberg | 2009-04-18 | 1 | -8/+8 |
* | | | git-daemon documentation: use {tilde} | Miklos Vajna | 2008-12-17 | 1 | -2/+2 |
* | | | git-daemon: set REMOTE_ADDR to client address | Joey Hess | 2008-10-24 | 1 | -0/+9 |
* | | | git-daemon: rewrite kindergarden, new option --max-connections | Stephen R. van den Berg | 2008-08-17 | 1 | -2/+7 |
|/ / |
|
* | | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 | 1 | -20/+20 |
* | | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 | 1 | -11/+11 |
* | | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -1/+1 |
* | | git-daemon(1): don't assume git-daemon is in /usr/bin | Jonathan Nieder | 2008-07-01 | 1 | -5/+5 |
* | | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 2008-06-08 | 1 | -4/+8 |
* | | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | | doc/git-daemon: s/uploadarchive/uploadarch/ | Jeff King | 2008-05-19 | 1 | -2/+2 |
* | | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -1/+1 |
* | | Clean up documentation that references deprecated 'git peek-remote'. | Johannes Sixt | 2007-12-17 | 1 | -3/+3 |
* | | Documentation: minor AsciiDoc mark-up fixes. | Junio C Hamano | 2007-09-01 | 1 | -8/+8 |
|/ |
|
* | git-daemon(1): assorted improvements. | Junio C Hamano | 2007-08-29 | 1 | -2/+34 |
* | --base-path-relaxed option | Jens Axboe | 2007-08-01 | 1 | -0/+6 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | git-daemon documentation on enabling services. | Junio C Hamano | 2007-01-24 | 1 | -2/+2 |
* | Documentation: add git in /etc/services. | Christian Couder | 2006-10-27 | 1 | -0/+7 |
* | Documentation: add upload-archive service to git-daemon. | Christian Couder | 2006-10-27 | 1 | -0/+5 |
* | Remove --syslog in git-daemon inetd documentation examples. | Christian Couder | 2006-10-25 | 1 | -4/+2 |
* | Cleaned up git-daemon virtual hosting support. | Jon Loeliger | 2006-09-27 | 1 | -6/+37 |
* | Add virtualization support to git-daemon | Jon Loeliger | 2006-09-20 | 1 | -0/+47 |
* | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 | 1 | -6/+0 |
* | multi-service daemon: documentation | Junio C Hamano | 2006-08-27 | 1 | -8/+39 |
* | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 2006-08-22 | 1 | -1/+13 |
* | daemon: documentation for --reuseaddr, --detach and --pid-file | Matthias Lederhofer | 2006-07-27 | 1 | -1/+12 |