Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | pkt-line: Make packet_read_line easier to debug | Shawn O. Pearce | 2009-10-30 | 1 | -1/+1 | |
| * | | pkt-line: Add strbuf based functions | Shawn O. Pearce | 2009-10-30 | 2 | -12/+76 | |
| * | | http-push: fix check condition on http.c::finish_http_pack_request() | Tay Ray Chuan | 2009-10-30 | 1 | -1/+1 | |
* | | | Merge branch 'bw/autoconf-more' | Junio C Hamano | 2009-11-20 | 1 | -0/+43 | |
|\ \ \ | ||||||
| * | | | configure: add settings for gitconfig, editor and pager | Ben Walton | 2009-11-04 | 1 | -0/+23 | |
| * | | | configure: add macro to set arbitrary make variables | Ben Walton | 2009-11-04 | 1 | -0/+20 | |
* | | | | Merge branch 'jn/editor-pager' | Junio C Hamano | 2009-11-20 | 19 | -69/+178 | |
|\ \ \ \ | ||||||
| * | | | | Provide a build time default-pager setting | Junio C Hamano | 2009-11-13 | 2 | -1/+16 | |
| * | | | | Provide a build time default-editor setting | Jonathan Nieder | 2009-11-13 | 3 | -13/+47 | |
| * | | | | am -i, git-svn: use "git var GIT_PAGER" | Jonathan Nieder | 2009-11-13 | 2 | -5/+6 | |
| * | | | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" | Jonathan Nieder | 2009-11-13 | 8 | -29/+16 | |
| * | | | | Teach git var about GIT_PAGER | Jonathan Nieder | 2009-11-13 | 4 | -3/+32 | |
| * | | | | Teach git var about GIT_EDITOR | Jonathan Nieder | 2009-11-13 | 4 | -3/+36 | |
| * | | | | Suppress warnings from "git var -l" | Jonathan Nieder | 2009-11-13 | 2 | -2/+2 | |
| * | | | | Do not use VISUAL editor on dumb terminals | Jonathan Nieder | 2009-11-13 | 4 | -14/+24 | |
| * | | | | Handle more shell metacharacters in editor names | Jonathan Nieder | 2009-10-30 | 1 | -1/+1 | |
* | | | | | Merge branch 'rj/cygwin-msvc' | Junio C Hamano | 2009-11-20 | 4 | -16/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | MSVC: Add support for building with NO_MMAP | Ramsay Jones | 2009-11-08 | 3 | -13/+13 | |
| * | | | | | Makefile: keep MSVC and Cygwin configuration separate | Ramsay Jones | 2009-11-08 | 1 | -3/+8 | |
* | | | | | | Merge branch 'rj/maint-simplify-cygwin-makefile' | Junio C Hamano | 2009-11-20 | 1 | -4/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Makefile: merge two Cygwin configuration sections into one | Ramsay Jones | 2009-11-08 | 1 | -4/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'bg/format-patch-doc-update' | Junio C Hamano | 2009-11-20 | 4 | -50/+99 | |
|\ \ \ \ \ | ||||||
| * | | | | | format-patch: Add "--no-stat" as a synonym for "-p" | Björn Gustavsson | 2009-11-10 | 2 | -2/+4 | |
| * | | | | | format-patch documentation: Fix formatting | Björn Gustavsson | 2009-11-10 | 2 | -41/+41 | |
| * | | | | | format-patch documentation: Remove diff options that are not useful | Björn Gustavsson | 2009-11-10 | 1 | -2/+12 | |
| * | | | | | format-patch: Always generate a patch | Björn Gustavsson | 2009-11-10 | 3 | -10/+47 | |
* | | | | | | Merge branch 'tr/filter-branch' | Junio C Hamano | 2009-11-20 | 3 | -13/+58 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | filter-branch: nearest-ancestor rewriting outside subdir filter | Thomas Rast | 2009-11-13 | 3 | -6/+43 | |
| * | | | | | | filter-branch: stop special-casing $filter_subdir argument | Thomas Rast | 2009-11-13 | 1 | -7/+15 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'sc/protocol-doc' | Junio C Hamano | 2009-11-20 | 3 | -41/+777 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update packfile transfer protocol documentation | Scott Chacon | 2009-11-13 | 3 | -41/+777 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'jl/submodule-add-noname' | Junio C Hamano | 2009-11-20 | 3 | -3/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | git submodule add: make the <path> parameter optional | Jens Lehmann | 2009-09-22 | 3 | -3/+28 | |
* | | | | | | | Merge branch 'sb/ls-tree-parseopt' | Junio C Hamano | 2009-11-20 | 2 | -62/+127 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ls-tree: migrate to parse-options | Stephen Boyd | 2009-11-17 | 1 | -60/+40 | |
| * | | | | | | | t3101: test more ls-tree options | Stephen Boyd | 2009-11-16 | 1 | -2/+87 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'rg/doc-workflow' | Junio C Hamano | 2009-11-20 | 1 | -0/+115 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add branch management for releases to gitworkflows | Raman Gupta | 2009-11-20 | 1 | -0/+115 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'jn/gitweb-log-history' | Junio C Hamano | 2009-11-20 | 1 | -159/+110 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gitweb: Make 'history' view (re)use git_log_generic() | Jakub Narebski | 2009-11-14 | 1 | -89/+57 | |
| * | | | | | | | gitweb: Refactor common parts of 'log' and 'shortlog' views | Jakub Narebski | 2009-11-14 | 1 | -52/+20 | |
| * | | | | | | | gitweb: Refactor 'log' action generation, adding git_log_body() | Jakub Narebski | 2009-11-14 | 1 | -33/+48 | |
* | | | | | | | | Merge branch 'jn/help-everywhere' | Junio C Hamano | 2009-11-20 | 32 | -41/+147 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | diff --no-index: make the usage string less scary | Jonathan Nieder | 2009-11-10 | 1 | -2/+2 | |
| * | | | | | | | | merge-{recursive,subtree}: use usagef() to print usage | Jonathan Nieder | 2009-11-10 | 1 | -1/+1 | |
| * | | | | | | | | Introduce usagef() that takes a printf-style format | Jonathan Nieder | 2009-11-10 | 2 | -4/+14 | |
| * | | | | | | | | Let 'git <command> -h' show usage without a git dir | Jonathan Nieder | 2009-11-10 | 8 | -15/+36 | |
| * | | | | | | | | Show usage string for 'git http-push -h' | Jonathan Nieder | 2009-11-10 | 1 | -2/+4 | |
| * | | | | | | | | Let 'git http-fetch -h' show usage outside any git repository | Jonathan Nieder | 2009-11-10 | 1 | -6/+12 | |
| * | | | | | | | | Merge branch 'jn/maint-http-fetch-mingw' into jn/help-everywhere | Junio C Hamano | 2009-11-10 | 3 | -3/+7 | |
| |\ \ \ \ \ \ \ \ |