Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | http-fetch: add missing initialization of argv0_path | Jonathan Nieder | 2009-11-10 | 1 | -1/+2 | |
| * | | | | | | | | | Show usage string for 'git stripspace -h' | Jonathan Nieder | 2009-11-10 | 1 | -1/+3 | |
| * | | | | | | | | | Show usage string for 'git unpack-file -h' | Jonathan Nieder | 2009-11-10 | 1 | -1/+1 | |
| * | | | | | | | | | Show usage string for 'git show-index -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+5 | |
| * | | | | | | | | | Show usage string for 'git rev-parse -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+10 | |
| * | | | | | | | | | Show usage string for 'git merge-one-file -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+12 | |
| * | | | | | | | | | Show usage string for 'git mailsplit -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+2 | |
| * | | | | | | | | | Show usage string for 'git imap-send -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+5 | |
| * | | | | | | | | | Show usage string for 'git get-tar-commit-id -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+6 | |
| * | | | | | | | | | Show usage string for 'git fast-import -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+3 | |
| * | | | | | | | | | Show usage string for 'git check-ref-format -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+3 | |
| * | | | | | | | | | Show usage string for 'git show-ref -h' | Jonathan Nieder | 2009-11-09 | 2 | -4/+9 | |
| * | | | | | | | | | Show usage string for 'git merge-ours -h' | Jonathan Nieder | 2009-11-09 | 1 | -0/+6 | |
| * | | | | | | | | | Show usage string for 'git commit-tree -h' | Jonathan Nieder | 2009-11-09 | 1 | -1/+1 | |
| * | | | | | | | | | Show usage string for 'git cherry -h' | Jonathan Nieder | 2009-11-09 | 1 | -0/+3 |