Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fc/git-complete-helper-fix' | Junio C Hamano | 2012-05-25 | 1 | -5/+17 |
|\ | |||||
| * | completion: add support for backwards compatibility | Felipe Contreras | 2012-05-20 | 1 | -0/+12 |
| * | completion: rename internal helpers _git and _gitk | Felipe Contreras | 2012-05-20 | 1 | -5/+5 |
* | | Sync with maint | Junio C Hamano | 2012-05-24 | 1 | -2/+5 |
|\ \ | |||||
| * | | osxkeychain: pull make config from top-level directory | Jeff King | 2012-05-24 | 1 | -2/+5 |
* | | | Merge branch 'fc/git-complete-helper' | Junio C Hamano | 2012-05-17 | 1 | -37/+33 |
|\ \ \ | | |/ | |/| | |||||
| * | | completion: add new __git_complete helper | Felipe Contreras | 2012-05-14 | 1 | -37/+33 |
* | | | Merge branch 'fc/simplify-complete-revlist-file' | Junio C Hamano | 2012-05-14 | 1 | -4/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | completion: simplify __git_complete_revlist_file | Felipe Contreras | 2012-05-07 | 1 | -4/+2 |
* | | | Merge branch 'pw/message-cleanup' | Junio C Hamano | 2012-05-02 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -2/+2 |
* | | | | Merge branch 'jc/rerere-train' | Junio C Hamano | 2012-05-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | contrib/rerere-train: use installed git-sh-setup | Junio C Hamano | 2012-04-30 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'fc/completion-tests' | Junio C Hamano | 2012-04-24 | 1 | -9/+13 |
|\ \ | |||||
| * | | completion: fix completion after 'git --option <TAB>' | SZEDER Gábor | 2012-04-21 | 1 | -1/+2 |
| * | | completion: avoid trailing space for --exec-path | Jonathan Nieder | 2012-04-21 | 1 | -0/+1 |
| * | | completion: add missing general options | Felipe Contreras | 2012-04-21 | 1 | -0/+2 |
| * | | completion: simplify by using $prev | Felipe Contreras | 2012-04-21 | 1 | -2/+2 |
| * | | completion: simplify __gitcomp_1 | Felipe Contreras | 2012-04-21 | 1 | -6/+6 |
* | | | Merge branch 'pw/git-p4' | Junio C Hamano | 2012-04-23 | 3 | -2759/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | git-p4: move to toplevel | Pete Wyckoff | 2012-04-09 | 3 | -2759/+12 |
| |/ | |||||
* | | Fix git-subtree install instructions | David A. Greene | 2012-04-09 | 1 | -12/+18 |
* | | Use git-subtree test Makefile | David A. Greene | 2012-04-09 | 1 | -1/+1 |
* | | Add subtree test Makefile | David A. Greene | 2012-04-09 | 1 | -0/+69 |
* | | Install git-subtree from contrib | David A. Greene | 2012-04-09 | 1 | -20/+21 |
* | | Use configure settings for git-subtree | David A. Greene | 2012-04-09 | 1 | -0/+3 |
* | | Use project config files | David A. Greene | 2012-04-09 | 1 | -3/+6 |
* | | Remove unnecessary git-subtree files | David A. Greene | 2012-04-09 | 6 | -143/+0 |
* | | Set TEST_DIRECTORY | David A. Greene | 2012-04-09 | 1 | -2/+4 |
* | | Add 'contrib/subtree/' from commit 'd3a04e06c77d57978bb5230361c64946232cc346' | David A. Greene | 2012-04-09 | 15 | -0/+2196 |
|/ | |||||
* | correct spelling: an URL -> a URL | Jim Meyering | 2012-03-28 | 1 | -1/+1 |
* | Merge branch 'am/completion-zsh-fix' | Junio C Hamano | 2012-03-23 | 1 | -1/+2 |
|\ | |||||
| * | contrib/completion: "local var=()" is misinterpreted as func-decl by zsham/completion-zsh-fix | Alex Merry | 2012-03-21 | 1 | -1/+2 |
* | | Merge branch 'th/git-diffall' | Junio C Hamano | 2012-03-15 | 1 | -28/+24 |
|\ \ | |||||
| * | | contrib/diffall: fix cleanup trap on Windowsth/git-diffall | Tim Henigan | 2012-03-14 | 1 | -4/+3 |
| * | | contrib/diffall: eliminate duplicate while loops | Tim Henigan | 2012-03-14 | 1 | -15/+9 |
| * | | contrib/diffall: eliminate use of tar | Tim Henigan | 2012-03-14 | 1 | -4/+8 |
| * | | contrib/diffall: create tmp dirs without mktemp | Tim Henigan | 2012-03-14 | 1 | -7/+4 |
| * | | contrib/diffall: comment actual reason for 'cdup' | Tim Henigan | 2012-03-14 | 1 | -1/+3 |
* | | | Merge branch 'zj/diff-stat-dyncol' | Junio C Hamano | 2012-03-06 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | diff --stat: add config option to limit graph widthzj/diff-stat-dyncol | Zbigniew Jędrzejewski-Szmek | 2012-03-01 | 1 | -0/+1 |
* | | | Merge branch 'th/git-diffall' | Junio C Hamano | 2012-03-01 | 2 | -0/+292 |
|\ \ \ | |||||
| * | | | contrib: add git-diffall script | Tim Henigan | 2012-02-27 | 2 | -0/+292 |
* | | | | Merge branch 'pj/completion-remote-set-url-branches' | Junio C Hamano | 2012-02-28 | 1 | -14/+18 |
|\ \ \ \ | |||||
| * | | | | completion: normalize increment/decrement stylepj/completion-remote-set-url-branches | Philip Jägenstedt | 2012-02-22 | 1 | -12/+10 |
| * | | | | completion: remote set-* <name> and <branch> | Philip Jägenstedt | 2012-02-22 | 1 | -3/+9 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2012-02-27 | 1 | -4/+3 |
|\ \ \ \ \ | |||||
| * | | | | | post-receive-email: match up $LOGBEGIN..$LOGEND pairs correctly | Michael Haggerty | 2012-02-27 | 1 | -3/+3 |
| * | | | | | post-receive-email: remove unused variable | Michael Haggerty | 2012-02-27 | 1 | -1/+0 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-02-26 | 1 | -33/+64 |
|\ \ \ \ \ \ | |/ / / / / |