| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/bash-completion' | Junio C Hamano | 2013-07-11 | 1 | -1/+3 |
|\ |
|
| * | completion: learn about --man-path | John Keeping | 2013-06-30 | 1 | -0/+1 |
| * | completion: handle unstuck form of base git options | John Keeping | 2013-06-30 | 1 | -1/+2 |
* | | git-remote-mediawiki: un-brace file handles in binmode calls | Matthieu Moy | 2013-07-03 | 1 | -2/+2 |
* | | Merge branch 'ed/color-prompt' | Junio C Hamano | 2013-07-01 | 1 | -70/+41 |
|\ \ |
|
| * | | git-prompt.sh: add missing information in comments | Eduardo R. D'Avila | 2013-06-26 | 1 | -11/+15 |
| * | | git-prompt.sh: do not print duplicate clean color code | Eduardo R. D'Avila | 2013-06-26 | 1 | -1/+1 |
| * | | git-prompt.sh: refactor colored prompt code | Eduardo R. D'Avila | 2013-06-26 | 1 | -59/+26 |
| |/ |
|
* | | bash prompt: mention that PROMPT_COMMAND mode is faster | SZEDER Gábor | 2013-06-24 | 1 | -5/+5 |
* | | bash prompt: avoid command substitution when finalizing gitstring | SZEDER Gábor | 2013-06-24 | 1 | -1/+5 |
* | | bash prompt: avoid command substitution when checking for untracked files | SZEDER Gábor | 2013-06-24 | 1 | -1/+1 |
* | | bash prompt: use bash builtins to check stash state | SZEDER Gábor | 2013-06-24 | 1 | -2/+3 |
* | | bash prompt: use bash builtins to check for unborn branch for dirty state | SZEDER Gábor | 2013-06-24 | 1 | -1/+1 |
* | | bash prompt: combine 'git rev-parse' for detached head | SZEDER Gábor | 2013-06-24 | 1 | -4/+12 |
* | | bash prompt: combine 'git rev-parse' executions in the main code path | SZEDER Gábor | 2013-06-24 | 1 | -5/+13 |
* | | bash prompt: use bash builtins to find out current branch | SZEDER Gábor | 2013-06-24 | 1 | -18/+33 |
* | | bash prompt: use bash builtins to find out rebase state | SZEDER Gábor | 2013-06-24 | 1 | -6/+6 |
* | | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() | SZEDER Gábor | 2013-06-24 | 2 | -27/+1 |
* | | bash prompt: return early from __git_ps1() when not in a git repository | SZEDER Gábor | 2013-06-24 | 1 | -100/+101 |
* | | bash prompt: print unique detached HEAD abbreviated object name | SZEDER Gábor | 2013-06-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'cm/remote-mediawiki-perlcritique' | Junio C Hamano | 2013-06-23 | 3 | -247/+320 |
|\ |
|
| * | git-remote-mediawiki: make error message more precise | Célestin Matte | 2013-06-14 | 1 | -3/+7 |
| * | git-remote-mediawiki: add a perlcritic rule in Makefile | Célestin Matte | 2013-06-14 | 1 | -0/+2 |
| * | git-remote-mediawiki: add a .perlcriticrc file | Célestin Matte | 2013-06-14 | 1 | -0/+28 |
| * | git-remote-mediawiki: clearly rewrite double dereference | Célestin Matte | 2013-06-14 | 1 | -4/+4 |
| * | git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki") | Célestin Matte | 2013-06-14 | 1 | -2/+2 |
| * | git-remote-mediawiki: put non-trivial numeric values in constants. | Célestin Matte | 2013-06-14 | 1 | -6/+14 |
| * | git-remote-mediawiki: don't use quotes for empty strings | Célestin Matte | 2013-06-14 | 1 | -8/+10 |
| * | git-remote-mediawiki: replace "unless" statements with negated "if" statements | Célestin Matte | 2013-06-14 | 1 | -6/+6 |
| * | git-remote-mediawiki: brace file handles for print for more clarity | Célestin Matte | 2013-06-14 | 1 | -95/+95 |
| * | git-remote-mediawiki: modify strings for a better coding-style | Célestin Matte | 2013-06-14 | 1 | -120/+119 |
| * | git-remote-mediawiki: put long code into a subroutine | Célestin Matte | 2013-06-14 | 1 | -24/+32 |
| * | git-remote-mediawiki: remove import of unused open2 | Célestin Matte | 2013-06-14 | 1 | -1/+0 |
| * | git-remote-mediawiki: check return value of open | Célestin Matte | 2013-06-14 | 1 | -1/+2 |
| * | git-remote-mediawiki: assign a variable as undef and make proper indentation | Célestin Matte | 2013-06-14 | 1 | -1/+4 |
| * | git-remote-mediawiki: rename a variable ($last) which has the name of a keyword | Célestin Matte | 2013-06-14 | 1 | -4/+4 |
| * | git-remote-mediawiki: remove unused variable $entry | Célestin Matte | 2013-06-14 | 1 | -1/+0 |
| * | git-remote-mediawiki: turn double-negated expressions into simple expressions | Célestin Matte | 2013-06-14 | 1 | -4/+4 |
| * | git-remote-mediawiki: change the name of a variable | Célestin Matte | 2013-06-14 | 1 | -3/+3 |
| * | git-remote-mediawiki: add newline in the end of die() error messages | Célestin Matte | 2013-06-14 | 1 | -13/+13 |
| * | git-remote-mediawiki: change style in a regexp | Célestin Matte | 2013-06-14 | 1 | -1/+1 |
| * | git-remote-mediawiki: change style in a regexp | Célestin Matte | 2013-06-14 | 1 | -1/+1 |
| * | git-remote-mediawiki: change separator of some regexps | Célestin Matte | 2013-06-14 | 1 | -3/+3 |
| * | git-remote-mediawiki: change the behaviour of a split | Célestin Matte | 2013-06-14 | 1 | -1/+1 |
| * | git-remote-mediawiki: remove useless regexp modifier (m) | Célestin Matte | 2013-06-14 | 1 | -3/+3 |
| * | git-remote-mediawiki: rewrite unclear line of instructions | Célestin Matte | 2013-06-14 | 1 | -1/+2 |
| * | git-remote-mediawiki: change syntax of map calls | Célestin Matte | 2013-06-14 | 1 | -6/+8 |
| * | git-remote-mediawiki: move a variable declaration at the top of the code | Célestin Matte | 2013-06-14 | 1 | -3/+3 |
| * | git-remote-mediawiki: always end a subroutine with a return | Célestin Matte | 2013-06-14 | 1 | -0/+18 |
| * | git-remote-mediawiki: replace :utf8 by :encoding(UTF-8) | Célestin Matte | 2013-06-14 | 1 | -3/+3 |