aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-04
| * | | remote-helpers: return successfully if everything up-to-dateClemens Buchacher2009-10-30
| * | | Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-30
| * | | remote-helpers: Support custom transport optionsShawn O. Pearce2009-10-30
| * | | remote-helpers: Fetch more than one ref in a batchShawn O. Pearce2009-10-30
| * | | fetch: Allow transport -v -v -v to set verbosity to 3Shawn O. Pearce2009-10-30
| * | | remote-curl: Refactor walker initializationShawn O. Pearce2009-10-30
| * | | Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce2009-10-30
| * | | Move "get_ack()" back to fetch-packShawn O. Pearce2009-10-30
| * | | fetch-pack: Use a strbuf to compose the want listShawn O. Pearce2009-10-30
| * | | pkt-line: Make packet_read_line easier to debugShawn O. Pearce2009-10-30
| * | | pkt-line: Add strbuf based functionsShawn O. Pearce2009-10-30
| * | | http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan2009-10-30
* | | | Merge branch 'bw/autoconf-more'Junio C Hamano2009-11-20
|\ \ \ \
| * | | | configure: add settings for gitconfig, editor and pagerBen Walton2009-11-04
| * | | | configure: add macro to set arbitrary make variablesBen Walton2009-11-04
* | | | | Merge branch 'jn/editor-pager'Junio C Hamano2009-11-20
|\ \ \ \ \
| * | | | | Provide a build time default-pager settingJunio C Hamano2009-11-13
| * | | | | Provide a build time default-editor settingJonathan Nieder2009-11-13
| * | | | | am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder2009-11-13
| * | | | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-13
| * | | | | Teach git var about GIT_PAGERJonathan Nieder2009-11-13
| * | | | | Teach git var about GIT_EDITORJonathan Nieder2009-11-13
| * | | | | Suppress warnings from "git var -l"Jonathan Nieder2009-11-13
| * | | | | Do not use VISUAL editor on dumb terminalsJonathan Nieder2009-11-13
| * | | | | Handle more shell metacharacters in editor namesJonathan Nieder2009-10-30
* | | | | | Merge branch 'rj/cygwin-msvc'Junio C Hamano2009-11-20
|\ \ \ \ \ \
| * | | | | | MSVC: Add support for building with NO_MMAPRamsay Jones2009-11-08
| * | | | | | Makefile: keep MSVC and Cygwin configuration separateRamsay Jones2009-11-08
* | | | | | | Merge branch 'rj/maint-simplify-cygwin-makefile'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Makefile: merge two Cygwin configuration sections into oneRamsay Jones2009-11-08
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bg/format-patch-doc-update'Junio C Hamano2009-11-20
|\ \ \ \ \ \
| * | | | | | format-patch: Add "--no-stat" as a synonym for "-p"Björn Gustavsson2009-11-10
| * | | | | | format-patch documentation: Fix formattingBjörn Gustavsson2009-11-10
| * | | | | | format-patch documentation: Remove diff options that are not usefulBjörn Gustavsson2009-11-10
| * | | | | | format-patch: Always generate a patchBjörn Gustavsson2009-11-10
* | | | | | | Merge branch 'tr/filter-branch'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \
| * | | | | | | filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast2009-11-13
| * | | | | | | filter-branch: stop special-casing $filter_subdir argumentThomas Rast2009-11-13
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'sc/protocol-doc'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \
| * | | | | | | Update packfile transfer protocol documentationScott Chacon2009-11-13
| |/ / / / / /
* | | | | | | Merge branch 'jl/submodule-add-noname'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \
| * | | | | | | git submodule add: make the <path> parameter optionalJens Lehmann2009-09-22
* | | | | | | | Merge branch 'sb/ls-tree-parseopt'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \ \
| * | | | | | | | ls-tree: migrate to parse-optionsStephen Boyd2009-11-17
| * | | | | | | | t3101: test more ls-tree optionsStephen Boyd2009-11-16
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rg/doc-workflow'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \ \
| * | | | | | | | Add branch management for releases to gitworkflowsRaman Gupta2009-11-20
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gitweb-log-history'Junio C Hamano2009-11-20
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: Make 'history' view (re)use git_log_generic()Jakub Narebski2009-11-14