summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | http tests: use /dumb/ URL prefixShawn O. Pearce2009-11-043-8/+13
| * | | | set httpd port before sourcing lib-httpdClemens Buchacher2009-11-041-4/+3
| * | | | t5540-http-push: remove redundant fetchesTay Ray Chuan2009-11-041-2/+0
| * | | | Smart HTTP fetch: gzip requestsShawn O. Pearce2009-11-041-0/+50
| * | | | Smart fetch over HTTP: client sideShawn O. Pearce2009-11-043-22/+160
| * | | | Smart push over HTTP: client sideShawn O. Pearce2009-11-048-15/+374
| * | | | Discover refs via smart HTTP server when availableShawn O. Pearce2009-11-041-17/+131
| * | | | http-backend: more explict LocationMatchMark Lodato2009-11-041-1/+1
| * | | | http-backend: add example for gitweb on same URLMark Lodato2009-11-041-0/+33
| * | | | http-backend: use mod_alias instead of mod_rewriteMark Lodato2009-11-041-7/+3
| * | | | http-backend: reword some documentationMark Lodato2009-11-041-4/+8
| * | | | http-backend: add GIT_PROJECT_ROOT environment varMark Lodato2009-11-042-25/+39
| * | | | Smart fetch and push over HTTP: server sideShawn O. Pearce2009-11-042-4/+359
| * | | | Add stateless RPC options to upload-pack, receive-packShawn O. Pearce2009-11-042-10/+56
| * | | | Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-044-0/+396
| * | | | remote-helpers: return successfully if everything up-to-dateClemens Buchacher2009-10-302-1/+3
| * | | | Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-306-54/+287
| * | | | remote-helpers: Support custom transport optionsShawn O. Pearce2009-10-303-2/+198
| * | | | remote-helpers: Fetch more than one ref in a batchShawn O. Pearce2009-10-303-26/+115
| * | | | fetch: Allow transport -v -v -v to set verbosity to 3Shawn O. Pearce2009-10-302-2/+2
| * | | | remote-curl: Refactor walker initializationShawn O. Pearce2009-10-301-10/+14
| * | | | Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce2009-10-302-22/+50
| * | | | Move "get_ack()" back to fetch-packShawn O. Pearce2009-10-303-22/+21
| * | | | fetch-pack: Use a strbuf to compose the want listShawn O. Pearce2009-10-303-25/+39
| * | | | pkt-line: Make packet_read_line easier to debugShawn O. Pearce2009-10-301-1/+1
| * | | | pkt-line: Add strbuf based functionsShawn O. Pearce2009-10-302-12/+76
| * | | | http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan2009-10-301-1/+1
* | | | | Merge branch 'bw/autoconf-more'Junio C Hamano2009-11-201-0/+43
|\ \ \ \ \
| * | | | | configure: add settings for gitconfig, editor and pagerBen Walton2009-11-041-0/+23
| * | | | | configure: add macro to set arbitrary make variablesBen Walton2009-11-041-0/+20
* | | | | | Merge branch 'jn/editor-pager'Junio C Hamano2009-11-2019-69/+178
|\ \ \ \ \ \
| * | | | | | Provide a build time default-pager settingJunio C Hamano2009-11-132-1/+16
| * | | | | | Provide a build time default-editor settingJonathan Nieder2009-11-133-13/+47
| * | | | | | am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder2009-11-132-5/+6
| * | | | | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-138-29/+16
| * | | | | | Teach git var about GIT_PAGERJonathan Nieder2009-11-134-3/+32
| * | | | | | Teach git var about GIT_EDITORJonathan Nieder2009-11-134-3/+36
| * | | | | | Suppress warnings from "git var -l"Jonathan Nieder2009-11-132-2/+2
| * | | | | | Do not use VISUAL editor on dumb terminalsJonathan Nieder2009-11-134-14/+24
| * | | | | | Handle more shell metacharacters in editor namesJonathan Nieder2009-10-301-1/+1
* | | | | | | Merge branch 'rj/cygwin-msvc'Junio C Hamano2009-11-204-16/+21
|\ \ \ \ \ \ \
| * | | | | | | MSVC: Add support for building with NO_MMAPRamsay Jones2009-11-083-13/+13
| * | | | | | | Makefile: keep MSVC and Cygwin configuration separateRamsay Jones2009-11-081-3/+8
* | | | | | | | Merge branch 'rj/maint-simplify-cygwin-makefile'Junio C Hamano2009-11-201-4/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Makefile: merge two Cygwin configuration sections into oneRamsay Jones2009-11-081-4/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bg/format-patch-doc-update'Junio C Hamano2009-11-204-50/+99
|\ \ \ \ \ \ \
| * | | | | | | format-patch: Add "--no-stat" as a synonym for "-p"Björn Gustavsson2009-11-102-2/+4
| * | | | | | | format-patch documentation: Fix formattingBjörn Gustavsson2009-11-102-41/+41
| * | | | | | | format-patch documentation: Remove diff options that are not usefulBjörn Gustavsson2009-11-101-2/+12
| * | | | | | | format-patch: Always generate a patchBjörn Gustavsson2009-11-103-10/+47