Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | | Show usage string for 'git grep -h' | Jonathan Nieder | 2009-11-09 | 1 | -0/+7 |
| * | | | | | Retire fetch--tool helper to contrib/examples | Jonathan Nieder | 2009-11-09 | 4 | -3/+0 |
* | | | | | | Merge branch 'jp/fetch-cull-many-refs' | Junio C Hamano | 2009-11-20 | 3 | -22/+49 |
|\ \ \ \ \ \ | |||||
| * | | | | | | remote: fix use-after-free error detected by glibc in ref_remove_duplicates | Julian Phillips | 2009-11-14 | 2 | -0/+13 |
| * | | | | | | fetch: Speed up fetch of large numbers of refs | Julian Phillips | 2009-10-27 | 1 | -3/+14 |
| * | | | | | | remote: Make ref_remove_duplicates faster for large numbers of refs | Julian Phillips | 2009-10-27 | 1 | -19/+22 |
* | | | | | | | describe: do not use unannotated tag even if exact match | Thomas Rast | 2009-11-20 | 2 | -1/+7 |
* | | | | | | | submodule.c: Squelch a "use before assignment" warning | David Aguilar | 2009-11-20 | 1 | -1/+1 |
* | | | | | | | Merge branch 'np/maint-sideband-favor-status' | Junio C Hamano | 2009-11-17 | 2 | -23/+23 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | give priority to progress messages | Nicolas Pitre | 2009-11-13 | 2 | -23/+23 |
* | | | | | | | | Merge branch 'sb/tutorial-test' | Junio C Hamano | 2009-11-17 | 2 | -71/+169 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t1200: prepare for merging with Fast-forward bikeshedding | Junio C Hamano | 2009-11-06 | 1 | -2/+3 |
| * | | | | | | | | t1200: further modernize test script style | Junio C Hamano | 2009-11-06 | 1 | -18/+18 |
| * | | | | | | | | t1200: Make documentation and test agree | Stephen Boyd | 2009-11-06 | 2 | -19/+98 |
| * | | | | | | | | t1200: cleanup and modernize test style | Stephen Boyd | 2009-11-06 | 1 | -58/+76 |
* | | | | | | | | | Merge branch 'ef/msys-imap' | Junio C Hamano | 2009-11-17 | 5 | -180/+81 |
|\ \ \ \ \ \ \ \ \ |