summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | | | | Merge branch 'tr/filter-branch'Junio C Hamano2009-11-203-13/+58
|\ \ \ \ \ \
| * | | | | | filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast2009-11-133-6/+43
| * | | | | | filter-branch: stop special-casing $filter_subdir argumentThomas Rast2009-11-131-7/+15
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sc/protocol-doc'Junio C Hamano2009-11-203-41/+777
|\ \ \ \ \ \
| * | | | | | Update packfile transfer protocol documentationScott Chacon2009-11-133-41/+777
| |/ / / / /
* | | | | | Merge branch 'jl/submodule-add-noname'Junio C Hamano2009-11-203-3/+28
|\ \ \ \ \ \
| * | | | | | git submodule add: make the <path> parameter optionalJens Lehmann2009-09-223-3/+28
* | | | | | | Merge branch 'sb/ls-tree-parseopt'Junio C Hamano2009-11-202-62/+127
|\ \ \ \ \ \ \
| * | | | | | | ls-tree: migrate to parse-optionsStephen Boyd2009-11-171-60/+40
| * | | | | | | t3101: test more ls-tree optionsStephen Boyd2009-11-161-2/+87
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rg/doc-workflow'Junio C Hamano2009-11-201-0/+115
|\ \ \ \ \ \ \
| * | | | | | | Add branch management for releases to gitworkflowsRaman Gupta2009-11-201-0/+115
| |/ / / / / /
* | | | | | | Merge branch 'jn/gitweb-log-history'Junio C Hamano2009-11-201-159/+110
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Make 'history' view (re)use git_log_generic()Jakub Narebski2009-11-141-89/+57
| * | | | | | | gitweb: Refactor common parts of 'log' and 'shortlog' viewsJakub Narebski2009-11-141-52/+20
| * | | | | | | gitweb: Refactor 'log' action generation, adding git_log_body()Jakub Narebski2009-11-141-33/+48
* | | | | | | | Merge branch 'jn/help-everywhere'Junio C Hamano2009-11-2032-41/+147
|\ \ \ \ \ \ \ \
| * | | | | | | | diff --no-index: make the usage string less scaryJonathan Nieder2009-11-101-2/+2
| * | | | | | | | merge-{recursive,subtree}: use usagef() to print usageJonathan Nieder2009-11-101-1/+1
| * | | | | | | | Introduce usagef() that takes a printf-style formatJonathan Nieder2009-11-102-4/+14
| * | | | | | | | Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-108-15/+36
| * | | | | | | | Show usage string for 'git http-push -h'Jonathan Nieder2009-11-101-2/+4
| * | | | | | | | Let 'git http-fetch -h' show usage outside any git repositoryJonathan Nieder2009-11-101-6/+12
| * | | | | | | | Merge branch 'jn/maint-http-fetch-mingw' into jn/help-everywhereJunio C Hamano2009-11-103-3/+7
| |\ \ \ \ \ \ \ \