Age | Commit message (Expand) | Author | Files | Lines |
2009-05-20 | completion: use git rev-parse to detect bare repos | Giuseppe Bilotta | 1 | -1/+1 |
2009-05-18 | Merge branch 'mh/show-branch-color' | Junio C Hamano | 1 | -1/+4 |
2009-05-16 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2009-05-16 | completion: add missing options to show-branch and show | Stephen Boyd | 1 | -2/+2 |
2009-05-16 | Merge branch 'maint' | Junio C Hamano | 1 | -10/+22 |
2009-05-16 | completion: enhance "current branch" display | Junio C Hamano | 1 | -2/+13 |
2009-05-16 | completion: simplify "current branch" in __git_ps1() | Junio C Hamano | 1 | -7/+8 |
2009-05-16 | completion: fix PS1 display during a merge on detached HEAD | Junio C Hamano | 1 | -3/+3 |
2009-05-13 | bash completion: complete variable names for "git config" with options | Stephen Boyd | 1 | -0/+33 |
2009-05-05 | completion: complete values for send-email | Stephen Boyd | 1 | -3/+36 |
2009-05-05 | completion: complete values for log.date | Stephen Boyd | 1 | -3/+6 |
2009-05-05 | completion: complete values for help.format | Stephen Boyd | 1 | -0/+4 |
2009-05-05 | completion: add {gui,diff,merge}tool, man, and pager config variables | Stephen Boyd | 1 | -0/+45 |
2009-05-05 | completion: add missing configuration variables to _git_config() | Stephen Boyd | 1 | -0/+48 |
2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -3/+3 |
2009-04-25 | bash completion: show-branch color support | Markus Heidelberg | 1 | -1/+4 |
2009-04-20 | Documentation: fix typos / spelling mistakes | Mike Ralphson | 1 | -2/+2 |
2009-04-17 | Merge branch 'da/difftool' | Junio C Hamano | 4 | -431/+22 |
2009-04-07 | Merge branch 'mh/html-path' | Junio C Hamano | 1 | -0/+1 |
2009-04-07 | bash completion: add git-difftool | David Aguilar | 1 | -5/+22 |
2009-04-07 | difftool: move 'git-difftool' out of contrib | David Aguilar | 3 | -394/+0 |
2009-04-07 | difftool/mergetool: add diffuse as merge and diff tool | Sebastian Pipping | 3 | -7/+10 |
2009-04-07 | difftool: add a -y shortcut for --no-prompt | David Aguilar | 2 | -25/+17 |
2009-04-07 | difftool: use perl built-ins when testing for msys | David Aguilar | 1 | -2/+5 |
2009-04-07 | difftool: remove the backup file feature | David Aguilar | 1 | -33/+1 |
2009-04-07 | difftool: remove merge options for opendiff, tkdiff, kdiff3 and xxdiff | David Aguilar | 1 | -7/+3 |
2009-04-07 | git-mergetool/difftool: make (g)vimdiff workable under Windows | Markus Heidelberg | 1 | -2/+8 |
2009-04-05 | bash completion: Update 'git am' options | Todd Zullinger | 1 | -1/+2 |
2009-04-04 | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 1 | -0/+1 |
2009-03-30 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2009-03-30 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -2/+2 |
2009-03-30 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -2/+7 |
2009-03-30 | Fix bash completion in path with spaces | Daniel Cheng (aka SDiZ) | 1 | -2/+2 |
2009-03-30 | bash completion: only show 'log --merge' if merging | Thomas Rast | 1 | -1/+6 |
2009-03-29 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2009-03-29 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -1/+2 |
2009-03-29 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -1/+2 |
2009-03-29 | import-zips: fix thinko | Johannes Schindelin | 1 | -1/+2 |
2009-03-24 | completion: add --thread=deep/shallow to format-patch | Stephen Boyd | 1 | -1/+7 |
2009-03-24 | completion: add --cc and --no-attachment option to format-patch | Stephen Boyd | 1 | -2/+2 |
2009-03-24 | completion: add --annotate option to send-email | Stephen Boyd | 1 | -2/+2 |
2009-03-22 | bash completion: add options for 'git fsck' | Arto Jonsson | 1 | -0/+16 |
2009-03-22 | Add --staged to bash completion for git diff | Kevin McConnell | 1 | -1/+1 |
2009-03-20 | import-tars: separate author from committer | Giuseppe Bilotta | 1 | -5/+11 |
2009-03-17 | Merge branch 'js/remote-improvements' | Junio C Hamano | 1 | -1/+1 |
2009-03-11 | contrib/difftool: use a separate config namespace for difftool commands | David Aguilar | 3 | -23/+32 |
2009-03-07 | git-p4: remove tabs from usermap file | Pete Wyckoff | 1 | -1/+1 |
2009-03-07 | bash completion: teach fetch, pull, and push to complete their options | Jay Soffian | 1 | -5/+56 |
2009-03-07 | bash completion: refactor --strategy completion | Jay Soffian | 1 | -18/+20 |
2009-03-07 | bash completion: fix completion issues with fetch, pull, and push | Jay Soffian | 1 | -49/+60 |